General Tools
agentcapable.dev
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://agentcapable.dev/mcp
MCP server metadata
- Name
- agentcapable
- Version
- 1.0.0
AgentCapable measures how public websites treat AI agents. scan_site runs a live scan (contact name + email required, like every scan surface we have); get_report fetches an archived scan; list_checks returns the scored-check catalog. Read results carefully: 'unknown' and 'inconclusive' mean our vantages could not measure something, and are never evidence against a site. Scans are rate limited per domain and per caller; a limit error tells you how long to wait.
Known tools 3
scan_siteRun a fresh AgentCapable readiness scan of a public website: how its edge treats AI-agent requests (dual datacenter vantage), plus a deterministic 0-100 agent-readability score over 23 checks (rubric rubric-v1.1, no LLM in the number).
Inferred read-onlylist_checksThe public AgentCapable check catalog: every scored check (stable id, category, frozen weight, why it matters, fix guidance) for rubric rubric-v1.1.
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.agentcapable]
url = "https://agentcapable.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentcapable": {
"type": "http",
"url": "https://agentcapable.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentcapable
Remote MCP URL: https://agentcapable.dev/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": {
"agentcapable": {
"url": "https://agentcapable.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentcapable": {
"type": "http",
"url": "https://agentcapable.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentcapable",
"transport": "streamable-http",
"url": "https://agentcapable.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.