← aicanary.app
INDIVIDUAL MCP TOOL
list_agent_ready_sites
List the sites in the AICanary public catalog that expose agent services (MCP server, API catalog, OAuth, A2A, agentic commerce, llms.txt, markdown, etc.), with the capabilities each one offers.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent endpoint
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.aicanary-app]
url = "https://aicanary.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aicanary-app": {
"type": "http",
"url": "https://aicanary.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aicanary-app
Remote MCP URL: https://aicanary.app/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": {
"aicanary-app": {
"url": "https://aicanary.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aicanary-app": {
"type": "http",
"url": "https://aicanary.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aicanary-app",
"transport": "streamable-http",
"url": "https://aicanary.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
check_ai_readiness— Check how ready a website is for AI assistants and agents: AI visibility, classic SEO, and agent-interface signals.