AISOTools MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AISOTools MCP Serverfind alternatives to Jasper AI"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AISOTools MCP Server
A hosted Model Context Protocol server over the AISOTools catalog — 3,064 AI tools with pricing, ratings, features, pros, cons, and curated alternatives.
There is nothing to install. The server is a stateless Streamable HTTP endpoint:
https://aisotools.com/api/mcpEvery result carries the canonical https://aisotools.com/tool/<slug> page for the
tool, so an assistant answering "what's the best transcription API?" can cite a source
rather than paraphrase from memory.
Tools
Tool | What it does |
| Search the catalog by keyword, |
| Full record for one tool — description, features, pros, cons, who it's best for, pricing tiers, alternatives. Accepts a slug or a display name. |
| Every category with its slug, subcategories, and tool count. Use the slugs to filter |
| Side-by-side comparison of 2–5 named tools. Names it can't resolve come back in an |
| Alternatives to a given tool. Curated alternatives and same-category fallbacks are returned in separate fields, not blended. |
Read-only. No authentication, no API key, no rate-limit signup.
Related MCP server: MCP GitHub OAuth Analytics Server
Connect
Claude Code
claude mcp add --transport http aisotools https://aisotools.com/api/mcpClaude Desktop / any client without native HTTP transport
{
"mcpServers": {
"aisotools": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://aisotools.com/api/mcp"]
}
}
}Raw JSON-RPC
curl -sS https://aisotools.com/api/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'Notes on the data
totalToolsis 3,064 at the time of writing and moves as the catalog grows;search_ai_toolsreports bothmatchedandsearchedso you can see the denominator it actually searched.sponsoredis computed against the placement's expiry, so a lapsed sponsorship reportsfalserather than staying flagged forever. Sponsored placement never changes search ranking.Ratings and review counts are catalog metadata, not live scrapes.
Protocol
Streamable HTTP, protocol version 2025-06-18. POST only — GET and DELETE
answer 405 (the server is stateless, so there is no SSE stream or session to
resume). Notifications answer 202 with no body. JSON-RPC batches are supported.
License
MIT © Bity LLC
This server cannot be deployed
Maintenance
Related MCP Connectors
Pay-per-use tool marketplace for AI agents. Search, price-check, and call APIs via MCP.
One AI endpoint to search and call 22k+ MCP servers; 50+ hosted tools work instantly, no key.
Find, compare, and audit software for AI agents. Scored registry of tools and MCP servers.
The Remote MCP server acts as a standardized bridge between LLM applications (like Claude, ChatGPT, and Cursor) and external services, enabling AI agents to access external tools and resources. Its primary capability is providing a centralized search tool to discover other MCP servers and their respective tools. Unlike local implementations, it runs remotely with OAuth authentication and permission controls for security.
Related MCP Servers
- AlicenseCqualityCmaintenanceA Model Context Protocol server enabling product searches across e-commerce platforms, price history tracking, and product specification-based searches using natural language prompts.218MIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables AI models to access tools through GitHub authentication and provides comprehensive analytics tracking of tool usage, performance, and user behavior.3-
- AlicenseNot gradedqualityCmaintenanceA unified Model Context Protocol server that provides a consistent interface for AI assistants to interact with productivity tools like Linear, GitHub, Slack, and Notion. It enables users to search, retrieve, and manage tasks and data across multiple workplace services from a single endpoint.16 npmMIT
- AlicenseNot gradedqualityFmaintenanceTool search engine for AI agents. One API call to discover the best MCP server for any task. 900+ services indexed with 4-dimensional value ranking.MIT