← aiagentpages.com

INDIVIDUAL MCP TOOL

list_listings

List approved agent-ready website listings (public).

aiagentpages.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.aiagentpages.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_listings and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

aiagentpages.com

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

  • search_listings — Search listings by category, tag, or query (public).
  • get_listing — Get one listing by slug (public).
  • get_listing_spec — Machine-readable listing spec for agents (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).