← aiagentpages.com
INDIVIDUAL MCP TOOL
get_listing_spec
Machine-readable listing spec for agents (public).
LIVE ENDPOINT
https://www.aiagentpages.com/mcp
Connect to this endpoint to inspect the live schema for get_listing_spec and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.ai-agent-pages]
url = "https://www.aiagentpages.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ai-agent-pages": {
"type": "http",
"url": "https://www.aiagentpages.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ai-agent-pages
Remote MCP URL: https://www.aiagentpages.com/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": {
"ai-agent-pages": {
"url": "https://www.aiagentpages.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ai-agent-pages": {
"type": "http",
"url": "https://www.aiagentpages.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ai-agent-pages",
"transport": "streamable-http",
"url": "https://www.aiagentpages.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_listings— List approved agent-ready website listings (public).search_listings— Search listings by category, tag, or query (public).get_listing— Get one listing by slug (public).get_readiness_report— Agent-readiness probe breakdown for a listing (public).submit_listing— Submit a URL for directory review (requires listings.write delegation).update_listing— Update metadata for a listing you submitted (requires listings.write delegation).