{
  "markdown": "# AISOTools MCP Server\n\nA hosted [Model Context Protocol](https://modelcontextprotocol.io) server over the\n[AISOTools](https://aisotools.com) catalog — **3,064 AI tools** with pricing, ratings,\nfeatures, pros, cons, and curated alternatives.\n\nThere is nothing to install. The server is a stateless Streamable HTTP endpoint:\n\n```\nhttps://aisotools.com/api/mcp\n```\n\nEvery result carries the canonical `https://aisotools.com/tool/<slug>` page for the\ntool, so an assistant answering \"what's the best transcription API?\" can cite a source\nrather than paraphrase from memory.\n\n## Tools\n\n| Tool | What it does |\n|------|--------------|\n| `search_ai_tools` | Search the catalog by keyword, `category`, and `pricing` (`free`/`freemium`/`paid`). Ranked summaries. |\n| `get_ai_tool` | Full record for one tool — description, features, pros, cons, who it's best for, pricing tiers, alternatives. Accepts a slug **or** a display name. |\n| `list_ai_tool_categories` | Every category with its slug, subcategories, and tool count. Use the slugs to filter `search_ai_tools`. |\n| `compare_ai_tools` | Side-by-side comparison of 2–5 named tools. Names it can't resolve come back in an `unmatched` array rather than being silently dropped. |\n| `find_ai_tool_alternatives` | Alternatives to a given tool. Curated alternatives and same-category fallbacks are returned in **separate** fields, not blended. |\n\nRead-only. No authentication, no API key, no rate-limit signup.\n\n## Connect\n\n### Claude Code\n\n```bash\nclaude mcp add --transport http aisotools https://aisotools.com/api/mcp\n```\n\n### Claude Desktop / any client without native HTTP transport\n\n```json\n{\n  \"mcpServers\": {\n    \"aisotools\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-remote\", \"https://aisotools.com/api/mcp\"]\n    }\n  }\n}\n```\n\n### Raw JSON-RPC\n\n```bash\ncurl -sS https://aisotools.com/api/mcp \\\n  -H 'Content-Type: application/json' \\\n  -H 'Accept: application/json, text/event-stream' \\\n  -d '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/list\"}'\n```\n\n## Notes on the data\n\n- `totalTools` is **3,064** at the time of writing and moves as the catalog grows;\n  `search_ai_tools` reports both `matched` and `searched` so you can see the\n  denominator it actually searched.\n- `sponsored` is computed against the placement's expiry, so a lapsed sponsorship\n  reports `false` rather than staying flagged forever. Sponsored placement never\n  changes search ranking.\n- Ratings and review counts are catalog metadata, not live scrapes.\n\n## Protocol\n\nStreamable HTTP, protocol version `2025-06-18`. `POST` only — `GET` and `DELETE`\nanswer `405` (the server is stateless, so there is no SSE stream or session to\nresume). Notifications answer `202` with no body. JSON-RPC batches are supported.\n\n## License\n\nMIT © Bity LLC\n",
  "bytes": 2763,
  "sha": "e2a2d087be1477d89f5f4c40b9ec47819ccd789f96a915113675fa8b5dc8aeff",
  "repo_slug": "shibley/aisotools-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_shibley_aisotools_027946b4/readme"
}