Connect 44 developer tools to any AI assistant
Botoi's MCP server gives Claude, Cursor, VS Code, Windsurf, and any Streamable HTTP client access to lookup, text, developer, security, and transform tools. No SDK. No glue code.
Set up in 30 seconds
Pick your AI tool and paste the config.
Config file
{
"mcpServers": {
"botoi": {
"type": "streamable-http",
"url": "https://api.botoi.com/mcp",
"headers": {
"X-API-Key": "YOUR_API_KEY"
}
}
}
}44 tools
Lookup, text, developer, security, and transform categories
Stateless
No session init, no SDK install. MCP Streamable HTTP over JSON-RPC 2.0
Anonymous or authenticated
5 req/min, 100/day free. Add an API key for higher limits
How it works
Add the config
Paste the JSON config into your AI tool's MCP settings.
Tools are discovered
Your AI client fetches the tool list from the MCP server.
Ask and it calls
Ask your AI to do something and it picks the right tool.
Security and rate limits
Anonymous access
- 5 requests per minute (burst)
- 100 requests per day
- No signup required
Authenticated access
- Higher rate limits based on plan
- Pass key via
Authorization: Bearer KEY - Or via
X-API-Keyheader
With API key
{
"mcpServers": {
"botoi": {
"type": "streamable-http",
"url": "https://api.botoi.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
} - All 49 tools are read-only except encrypt/decrypt (idempotent).
- No OAuth, no sessions. HTTPS only.
- The server runs on Cloudflare Workers across 300+ edge locations.
Start with 1,000 free requests per day
No credit card. Upgrade when you need to.
Get free API key