← WebMCP Directory

Tool tree

aiagentpages.com

AI & Agents
https://www.aiagentpages.com/
A directory of agent-ready websites with machine-readable integration information and a site submission flow.
Explore capabilities

Tools verified

get_agent_spec_infoAnswer

Fetch machine-readable integration specs and endpoints (llms.txt, AGENTS.md, MCP server card) for AI Agent Pages.

View tool JSON
{
  "name": "get_agent_spec_info",
  "kind": "answer",
  "impl": "imperative",
  "description": "Fetch machine-readable integration specs and endpoints (llms.txt, AGENTS.md, MCP server card) for AI Agent Pages.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "spec_type": {
        "enum": [
          "all",
          "llms_txt",
          "agents_md",
          "mcp"
        ],
        "type": "string",
        "description": "Type of specification to retrieve. Defaults to all."
      }
    },
    "additionalProperties": false
  }
}
start_site_submissionAction

Initiate safe handoff to submit an agent-ready website to the directory for review.

View tool JSON
{
  "name": "start_site_submission",
  "kind": "act",
  "impl": "imperative",
  "description": "Initiate safe handoff to submit an agent-ready website to the directory for review.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "email": {
        "type": "string",
        "description": "Optional contact email for review updates."
      },
      "title": {
        "type": "string",
        "description": "Title or name of the website."
      },
      "category": {
        "enum": [
          "developer-tools",
          "saas",
          "agency",
          "ecommerce",
          "media",
          "other"
        ],
        "type": "string",
        "description": "Category of the website."
      },
      "site_url": {
        "type": "string",
        "description": "URL of the agent-ready website to suggest."
      }
    },
    "additionalProperties": false
  }
}