← 911fund.io

INDIVIDUAL MCP TOOL

compare_tools

Side-by-side quality profiles for 2–5 tools by slug.

911fund.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://skills.911fund.io/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for compare_tools and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

911fund.io

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.skill-of-skills]
url = "https://skills.911fund.io/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "skill-of-skills": {
      "type": "http",
      "url": "https://skills.911fund.io/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: skill-of-skills
Remote MCP URL: https://skills.911fund.io/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "skill-of-skills": {
      "url": "https://skills.911fund.io/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "skill-of-skills": {
      "type": "http",
      "url": "https://skills.911fund.io/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "skill-of-skills",
  "transport": "streamable-http",
  "url": "https://skills.911fund.io/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_skills — Full-text search over the Skill of Skills directory (AI coding skills, plugins, MCP servers across Claude Code, Cursor, Codex, Windsurf, Cline).
  • get_skill — Full quality profile for one tool by slug (slugs come from search_skills / get_collection): score breakdown, structural signals, risk level and reasons, platforms, repo link.
  • list_collections — The curated buyer-intent collections (e.
  • get_collection — Quality-ranked tools inside one curated collection.
  • demand_pulse — Public, k-anonymous demand signal from the directory: trending searches, most-saved and most-installed tools.