{
  "name": "3Dogs MCP Server",
  "description": "JSON-RPC 2.0 Streamable HTTP MCP server for AI-readiness and decision intelligence",
  "endpoint": "https://app.3dogs.ai/mcp",
  "transport": "streamable-http",
  "protocolVersion": "2024-11-05",
  "tools": [
    {
      "name": "scan_agent_readiness",
      "description": "Scan any domain's AI-readiness across 18 live checks",
      "inputSchema": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string"
          }
        },
        "required": [
          "url"
        ]
      }
    },
    {
      "name": "ask_3dogs",
      "description": "Ask a natural-language question answered from 3Dogs decision-intelligence data",
      "inputSchema": {
        "type": "object",
        "properties": {
          "question": {
            "type": "string"
          }
        },
        "required": [
          "question"
        ]
      }
    }
  ],
  "authentication": {
    "type": "none"
  },
  "provider": {
    "name": "3Dogs Nexus",
    "url": "https://3dogs.ai",
    "contact": "alan@3dogs.ai"
  },
  "updated": "2026-08-14"
}