integrations
MCP server
A hosted MCP server over Streamable HTTP, stateless and unauthenticated. Paste the URL into any MCP client and you are done.
Install it
It’s hosted, so there is nothing to run and no key to create. The URL is the whole install.
https://mcp.botfriendly.xyzPaste it as a custom connector in Claude, ChatGPT, Cursor or any MCP client. Hosted by us, no key, nothing else to configure.
Connect your agent
Claude
- Go to Settings → Connectors, click +, then Add custom connector.
- Name it BotFriendly and set the remote MCP server URL to
https://mcp.botfriendly.xyz. Leave the OAuth fields blank — there is no sign-in. - Click Add. The tools are available in your next chat.
Claude Code
One command in your terminal:
claude mcp add botfriendly --transport http https://mcp.botfriendly.xyzChatGPT
- In Settings → Apps & Connectors → Advanced, turn on Developer mode.
- Back in Apps & Connectors, click Create, name it BotFriendly and paste
https://mcp.botfriendly.xyz. Choose no authentication.
Cursor
Add it to ~/.cursor/mcp.json (or the project’s .cursor/mcp.json):
{
"mcpServers": {
"botfriendly": {
"url": "https://mcp.botfriendly.xyz"
}
}
}VS Code
Add it to .vscode/mcp.json:
{
"servers": {
"botfriendly": {
"type": "http",
"url": "https://mcp.botfriendly.xyz"
}
}
}Codex
Add it to ~/.codex/config.toml:
[mcp_servers.botfriendly]
url = "https://mcp.botfriendly.xyz"OpenCode
Add it to opencode.json:
{
"mcp": {
"botfriendly": {
"type": "remote",
"url": "https://mcp.botfriendly.xyz"
}
}
}Other
Any client that takes a remote (Streamable HTTP) MCP server needs only the URL: https://mcp.botfriendly.xyz. No key, no headers.
The manifest lives at /.well-known/mcp.json.
Tools
search_servicessearch and filter the directoryget_serviceget full details for a serviceget_featuredget site-wide featured serviceslist_categorieslist all categoriessubmit_servicesubmit a new serviceget_protocol_statsprotocol adoption statscheck_sitescore how bot-friendly a website is (format: prompt for a fix-it prompt)
Endpoint: https://mcp.botfriendly.xyz