{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
  "name": "agntbase",
  "description": "Agntbase MCP endpoint for read-only AI readiness checks, canonical business profile discovery, agent skill discovery and human-confirmed checkout handoff.",
  "version": "0.3.0",
  "serverInfo": {
    "name": "agntbase",
    "version": "0.3.0"
  },
  "transport": {
    "type": "streamable-http",
    "url": "https://agntbase.com/mcp"
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false,
    "sampling": false
  },
  "auth": {
    "type": "oauth2",
    "optional": true,
    "issuer": "https://agntbase.com",
    "token_endpoint": "https://agntbase.com/oauth/token",
    "scopes_supported": [
      "site_check:read",
      "profile:read",
      "commerce:prepare"
    ]
  },
  "documentationUrl": "https://agntbase.com/docs/a2a-agent-api/",
  "guardrails": [
    "Read-only public data by default.",
    "Checkout tools only return human-confirmed handoff links.",
    "No autonomous payments, email sending, or profile mutation are exposed through MCP."
  ]
}
