{"$schema":"https://modelcontextprotocol.io/schemas/server-card.json","version":"1.0","protocolVersion":"2025-11-25","supportedProtocolVersions":["2025-11-25","2025-06-18","2025-03-26","2024-11-05"],"serverInfo":{"name":"aicoolies","version":"1.0.0"},"transport":{"type":"streamable-http","url":"https://aicoolies.com/mcp"},"capabilities":{"tools":{"listChanged":false}},"tools":[{"name":"list_developer_resources","description":"List official aicoolies developer resources: OpenAPI, MCP, llms.txt, datasets, and the developer portal. No arguments.","inputSchema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"get_catalog_meta","description":"Return aicoolies collection counts and freshness timestamps. Equivalent to GET /api/agents/meta. Use this before pulling the full context payload.","inputSchema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"get_catalog_context","description":"Return the filterable aicoolies catalog index. Equivalent to GET /api/agents/context. Optional category slug, include list, and compact slug-only mode.","inputSchema":{"type":"object","additionalProperties":false,"properties":{"category":{"type":"string","description":"Category slug, for example ai-native-ides"},"include":{"type":"string","description":"Comma-separated collections: tools,comparisons,reviews,stacks,use_cases,categories,tags"},"compact":{"type":"boolean","description":"If true, return slugs only"}}}},{"name":"search_tools","description":"Search the aicoolies tool catalog by name or slug and return matching public records.","inputSchema":{"type":"object","additionalProperties":false,"required":["q"],"properties":{"q":{"type":"string","description":"Case-insensitive name or slug fragment"},"limit":{"type":"integer","description":"Max rows, default 10, max 25"}}}},{"name":"get_tool","description":"Fetch one aicoolies tool by slug from the public catalog.","inputSchema":{"type":"object","additionalProperties":false,"required":["slug"],"properties":{"slug":{"type":"string","description":"Tool slug, for example cursor"}}}}]}