Skip to main content
ClaudeWave
shibley avatar
shibley

aisotools-mcp-server

Ver en GitHub

MCP server for the AISOTools catalog — search, compare, and find alternatives across 1,100+ AI tools. Hosted Streamable HTTP, no install.

MCP ServersRegistry oficial0 estrellas0 forksMITActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/shibley/aisotools-mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "aisotools": {
      "command": "node",
      "args": ["/path/to/aisotools-mcp-server/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/shibley/aisotools-mcp-server and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# AISOTools MCP Server

A hosted [Model Context Protocol](https://modelcontextprotocol.io) server over the
[AISOTools](https://aisotools.com) catalog — **1,113 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/mcp
```

Every 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_ai_tools` | Search the catalog by keyword, `category`, and `pricing` (`free`/`freemium`/`paid`). Ranked summaries. |
| `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. |
| `list_ai_tool_categories` | Every category with its slug, subcategories, and tool count. Use the slugs to filter `search_ai_tools`. |
| `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. |
| `find_ai_tool_alternatives` | 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.

## Connect

### Claude Code

```bash
claude mcp add --transport http aisotools https://aisotools.com/api/mcp
```

### Claude Desktop / any client without native HTTP transport

```json
{
  "mcpServers": {
    "aisotools": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://aisotools.com/api/mcp"]
    }
  }
}
```

### Raw JSON-RPC

```bash
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

- `totalTools` is **1,113** at the time of writing and moves as the catalog grows;
  `search_ai_tools` reports both `matched` and `searched` so you can see the
  denominator it actually searched.
- `sponsored` is computed against the placement's expiry, so a lapsed sponsorship
  reports `false` rather 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

Lo que la gente pregunta sobre aisotools-mcp-server

¿Qué es shibley/aisotools-mcp-server?

+

shibley/aisotools-mcp-server es mcp servers para el ecosistema de Claude AI. MCP server for the AISOTools catalog — search, compare, and find alternatives across 1,100+ AI tools. Hosted Streamable HTTP, no install. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala aisotools-mcp-server?

+

Puedes instalar aisotools-mcp-server clonando el repositorio (https://github.com/shibley/aisotools-mcp-server) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar shibley/aisotools-mcp-server?

+

shibley/aisotools-mcp-server aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene shibley/aisotools-mcp-server?

+

shibley/aisotools-mcp-server es mantenido por shibley. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a aisotools-mcp-server?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega aisotools-mcp-server en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: shibley/aisotools-mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/shibley-aisotools-mcp-server)](https://claudewave.com/repo/shibley-aisotools-mcp-server)
<a href="https://claudewave.com/repo/shibley-aisotools-mcp-server"><img src="https://claudewave.com/api/badge/shibley-aisotools-mcp-server" alt="Featured on ClaudeWave: shibley/aisotools-mcp-server" width="320" height="64" /></a>

Más MCP Servers

Alternativas a aisotools-mcp-server