AgentKYB

Paid vendor verification, sanctions screening and counterparty checks for AI agents via x402.

Rate this Server

One-Click Install

Add this to your `claude_desktop_config.json` file:

{
  "mcpServers": {
    "agentkyb": {
      "url": "https://agentkyb.andy229651.workers.dev/mcp"
    }
  }
}

Remote endpoints

https://agentkyb.andy229651.workers.dev/mcpstreamable-http
https://agentkyb.andy229651.workers.dev/mcp-x402streamable-http

Tool inventory

Tools (1)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢vendor_preflight(name, country, domain)

Pre-transaction business counterparty check for AI agents. Combines legal-entity resolution, cross-source corroboration, sanctions screening, RDAP domain evidence and domain/company-name consistency into one compact evidence result. Decision support only; not legal or transaction approval.

Input Schema

{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "minLength": 1,
      "description": "Vendor or counterparty name"
    },
    "country": {
      "description": "Optional ISO 3166-1 alpha-2 country code",
      "type": "string",
      "minLength": 2,
      "maxLength": 2
    },
    "domain": {
      "description": "Optional vendor domain",
      "type": "string",
      "minLength": 3
    }
  },
  "required": [
    "name"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}

Recent observations

verifiedversion not recorded1 tools