{"name":"Can Agents Use","description":"Search agent-friendly tools by API, CLI, MCP, browser support, pricing clarity, docs quality, sandbox support, and account setup.","protocolVersion":"2025-06-18","endpoint":"https://canagentsuse.com/api/mcp","transport":"HTTP JSON-RPC","install":{"guide":"https://canagentsuse.com/agents","skill":"https://canagentsuse.com/skill.md","configExample":"{\n  \"mcpServers\": {\n    \"canagentsuse\": {\n      \"type\": \"http\",\n      \"url\": \"https://canagentsuse.com/api/mcp\"\n    }\n  }\n}"},"capabilities":{"tools":[{"name":"search_agent_tools","title":"Search Agent-Friendly Tools","description":"Search Can Agents Use for tools by free text, category slug, capability slug, page, and result limit. Results are paginated and include weighted scoreBreakdown and agentTier.","inputSchema":{"type":"object","properties":{"query":{"type":"string","maxLength":120,"description":"Search text such as stripe, scraping, cli, mcp, billing, or browser."},"category":{"type":"string","maxLength":80,"description":"Optional category slug filter."},"capability":{"type":"string","maxLength":80,"description":"Optional capability slug filter."},"page":{"type":"integer","minimum":1,"description":"1-based page number. Defaults to 1."},"limit":{"type":"integer","minimum":1,"maximum":50,"description":"Results per page. Defaults to 10 and maxes at 50."}}}},{"name":"get_agent_catalog","title":"Get Full Agent Catalog","description":"Return the complete Can Agents Use catalog with all tools, categories, capabilities, use cases, weighted scoreBreakdown, and agent guidance. Use this for broad comparison instead of paging through search.","inputSchema":{"type":"object","properties":{}}},{"name":"get_agent_tool","title":"Get Agent Tool","description":"Get one Can Agents Use tool record by slug, including weighted scoreBreakdown, evidence, and limitations.","inputSchema":{"type":"object","required":["slug"],"properties":{"slug":{"type":"string","maxLength":80,"description":"Tool slug, for example stripe or github."}}}},{"name":"list_agent_categories","title":"List Agent Categories","description":"List browsing categories in the Can Agents Use catalog.","inputSchema":{"type":"object","properties":{}}},{"name":"list_agent_capabilities","title":"List Agent Capabilities","description":"List normalized agent affordances such as CLI, API, MCP, browser support, sandbox, and pricing clarity.","inputSchema":{"type":"object","properties":{}}},{"name":"get_agent_score_model","title":"Get Agent Score Model","description":"Return the weighted signal model used to rank agent friendliness: operability, safety, readability, setup, and reliability.","inputSchema":{"type":"object","properties":{}}}],"resources":[{"uri":"canagentsuse://catalog","name":"Can Agents Use catalog","description":"Full tool catalog as compact JSON.","mimeType":"application/json"},{"uri":"canagentsuse://llms-full","name":"Can Agents Use full LLM context","description":"Expanded Markdown context for long-context agents.","mimeType":"text/markdown"}]},"examples":{"toolsList":{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}},"search":{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"search_agent_tools","arguments":{"query":"billing cli","page":1,"limit":5}}},"fullCatalog":{"jsonrpc":"2.0","id":3,"method":"tools/call","params":{"name":"get_agent_catalog","arguments":{}}}}}