PluginBench
MCP Server
Active
MIT

AISOTools MCP Server

io.github.shibley/aisotools

What is the AISOTools MCP server?

Search, compare, and find alternatives across a curated catalog of 1,100+ AI tools.

How to install AISOTools

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "aisotools": {
      "url": "https://aisotools.com/api/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "aisotools": {
      "serverUrl": "https://aisotools.com/api/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "aisotools": {
      "type": "http",
      "url": "https://aisotools.com/api/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "aisotools": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://aisotools.com/api/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http aisotools https://aisotools.com/api/mcp

Related MCP servers

Check real-time uptime and incident status for 285 APIs and cloud services.

1
JavaScript
MIT
View repository →

Find MCP servers and check whether they actually respond, via live handshake probes.

0
JavaScript
MIT
View repository →