{
  "protocolVersion": "0.2.0",
  "name": "BizVerify",
  "description": "Verify business registrations, search entities, and check good standing from the current official registry record across US states and international jurisdictions.",
  "version": "1.0.0",
  "url": "https://api.bizverify.co/mcp",
  "preferredTransport": "JSONRPC",
  "documentationUrl": "https://docs.bizverify.co",
  "iconUrl": "https://bizverify.co/og/logo.png",
  "provider": {
    "organization": "BizVerify",
    "url": "https://bizverify.co"
  },
  "supportedInterfaces": [
    {
      "transport": "JSONRPC",
      "url": "https://api.bizverify.co/mcp"
    }
  ],
  "capabilities": {
    "streaming": true,
    "pushNotifications": false
  },
  "securitySchemes": {
    "oauth2": {
      "type": "oauth2",
      "description": "OAuth 2.0 (authorization code + refresh token). See https://api.bizverify.co/.well-known/oauth-protected-resource",
      "flows": {
        "authorizationCode": {
          "authorizationUrl": "https://api.bizverify.co/oauth/authorize",
          "tokenUrl": "https://api.bizverify.co/oauth/token",
          "scopes": {
            "verify": "Verify businesses and search entities",
            "account:read": "Read account and usage",
            "account:write": "Manage account and API keys",
            "billing": "Purchase credits and manage billing"
          }
        }
      }
    }
  },
  "security": [
    {
      "oauth2": [
        "verify"
      ]
    }
  ],
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "verify-business",
      "name": "Verify business",
      "description": "Confirm a named company's existence, status, and good standing in a jurisdiction from the current official record.",
      "tags": [
        "kyb",
        "verification",
        "good-standing"
      ],
      "examples": [
        "Verify that Acme Inc. is in good standing in Delaware."
      ]
    },
    {
      "id": "search-entities",
      "name": "Search entities",
      "description": "Discover candidate businesses when the exact entity is unknown.",
      "tags": [
        "kyb",
        "search"
      ],
      "examples": [
        "Find businesses named \"Acme\" registered in California."
      ]
    },
    {
      "id": "list-jurisdictions",
      "name": "List jurisdictions",
      "description": "List supported jurisdictions and their coverage.",
      "tags": [
        "coverage"
      ],
      "examples": [
        "Which jurisdictions does BizVerify support?"
      ]
    }
  ]
}
