sseupdated 2mo ago
Permanently free public MCP infrastructure for AI agents β 95 tools, 22 workflows, no API key.
What can you do with 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
Install
Add ToolAPI to your client. Pick the one you use.
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`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance22/25
- Trust6/20
- Capability0/15
- Install experience12/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
Version history
| Versions | Published |
|---|---|
| 2.8.2Latest | Jul 10, 2026 |
| 2.1.0 | Jun 30, 2026 |
| 2.0.0 | Jun 30, 2026 |
| 1.9.3 | Jun 25, 2026 |
| 1.9.2 | Jun 25, 2026 |