Developer Tools
canagentsuse.com
Provides APIs to search and retrieve the Can Agents Use catalog of AI agent tools and capabilities.
ENDPOINT 1
https://www.canagentsuse.com/api/mcp
MCP server metadata
- Name
- canagentsuse
- Version
- 2026-06-08
Use these read-only, cached catalog tools instead of direct database access. For setup guidance, call get_agent_install_guide or read canagentsuse://install. Scores are weighted by machine operability, agent safety, readability, setup, and reliability. Search defaults to page 1 with 10 results; request the next page only when hasMore is true. For broad comparison or all records, call get_agent_catalog or read canagentsuse://catalog once instead of paging through search. Keep search queries under 120 characters, request at most 50 results per page, and avoid polling loops. Verify official evidence URLs before irreversible actions.
Known tools 7
search_agent_toolsSearch Can Agents Use for tools by free text, category slug, capability slug, page, and result limit.
Inferred read-onlyget_agent_catalogReturn the complete Can Agents Use catalog with all tools, categories, capabilities, use cases, weighted scoreBreakdown, and agent guidance.
Inferred read-onlyget_agent_toolGet one Can Agents Use tool record by slug, including weighted scoreBreakdown, evidence, and limitations.
Inferred read-onlylist_agent_capabilitiesList normalized agent affordances such as CLI, API, MCP, browser support, sandbox, and pricing clarity.
Inferred read-onlyget_agent_score_modelReturn the weighted signal models used to rank agent friendliness and launch presence.
Inferred read-onlyget_agent_install_guideReturn CLI, MCP, skill, HTTP API, Markdown, and guardrail setup paths for connecting Can Agents Use to an AI agent.
Inferred read-onlyCONNECT 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.canagentsuse]
url = "https://www.canagentsuse.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"canagentsuse": {
"type": "http",
"url": "https://www.canagentsuse.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: canagentsuse
Remote MCP URL: https://www.canagentsuse.com/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": {
"canagentsuse": {
"url": "https://www.canagentsuse.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"canagentsuse": {
"type": "http",
"url": "https://www.canagentsuse.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "canagentsuse",
"transport": "streamable-http",
"url": "https://www.canagentsuse.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for canagentsuse.com was fetched 2026-07-26T09:57:44.943Z and is being refreshed.
canagentsuse.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.