sseupdated 2mo ago
Permanently free public MCP infrastructure for AI agents — 95 tools, 22 workflows, no API key.
¿Qué puedes hacer con ToolAPI?
ToolAPI
Permanently free public MCP infrastructure for AI agents — 95 tools, 22 workflows, no API key.
- Site: https://toolapi.org
- Status: https://toolapi.org/status.html
- Connect: https://toolapi.org/connect.html
- 中文入门: https://toolapi.org/guides/zh-toolapi-mcp-getting-started.html
- AI discover: https://toolapi.org/for-ai.json
- MCP SSE: https://toolapi.org/sse
{"mcpServers": {"toolapi": {"url": "https://toolapi.org/sse"}}}
What’s in this repo
app/— FastAPI hub + MCP (REST + SSE + Streamable HTTP)promote/— Smithery / MCP Registry metadataops/— health checks, CF purge, monitoring (no secrets in repo)
Local deploy (operators only)
Secrets stay on your machine:
- Copy
deploy.local.env.example→deploy.local.env - Copy
cloudflare.env.example→~/.cloudflare.envon your jump host - Run deploy scripts (they load
deploy.local.envwhen present)
Do not commit deploy.local.env, .env, or Cloudflare tokens.
Docs
- TOOLAPI.md — architecture and endpoints
- ../开发收尾手册.md — ops handbook (Chinese, this release)
- promote/PROMOTE.md — directory listings
- ops/rotate-cf-token.md — CF token rotation runbook
License
Public MCP service; infrastructure sponsored. See https://toolapi.org/sponsors.json
Instalación
Añade ToolAPI a tu cliente. Elige el que uses.
claude mcp add --transport sse toolapi https://toolapi.org/ssecodex mcp add toolapi --url https://toolapi.org/sse{
"mcpServers": {
"toolapi": {
"url": "https://toolapi.org/sse"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"toolapi": {
"type": "sse",
"url": "https://toolapi.org/sse"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"toolapi": {
"url": "https://toolapi.org/sse"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"toolapi": {
"serverUrl": "https://toolapi.org/sse"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Puntuación
39 / 100
Incompleta
- Documentación22/25
- Mantenimiento22/25
- Confianza6/20
- Capacidad0/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 62 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 2.8.2Última | 10 jul 2026 |
| 2.1.0 | 30 jun 2026 |
| 2.0.0 | 30 jun 2026 |
| 1.9.3 | 25 jun 2026 |
| 1.9.2 | 25 jun 2026 |