← Registry

Developer Tools

canagentsuse.com

Provides APIs to search and retrieve the Can Agents Use catalog of AI agent tools and capabilities.

1 endpoint7 known toolsFirst detected June 19, 2026Last detected September 6, 2026

ENDPOINT 1

https://www.canagentsuse.com/api/mcp

No auth detected

MCP server metadata

Name
canagentsuse
Version
2026-06-08
Capabilities
toolsresources
Server instructions

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_tools

Search Can Agents Use for tools by free text, category slug, capability slug, page, and result limit.

Inferred read-only
get_agent_catalog

Return the complete Can Agents Use catalog with all tools, categories, capabilities, use cases, weighted scoreBreakdown, and agent guidance.

Inferred read-only
get_agent_tool

Get one Can Agents Use tool record by slug, including weighted scoreBreakdown, evidence, and limitations.

Inferred read-only
list_agent_categories

List browsing categories in the Can Agents Use catalog.

Inferred read-only
list_agent_capabilities

List normalized agent affordances such as CLI, API, MCP, browser support, sandbox, and pricing clarity.

Inferred read-only
get_agent_score_model

Return the weighted signal models used to rank agent friendliness and launch presence.

Inferred read-only
get_agent_install_guide

Return CLI, MCP, skill, HTTP API, Markdown, and guardrail setup paths for connecting Can Agents Use to an AI agent.

Inferred read-only

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.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.

Trust status Neutral

canagentsuse.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.