{
 "name": "Japan Corporate Registry API",
 "description": "Japanese company lookup, search, KYB/KYC verification, and one-call KYB reports over the official National Tax Agency corporate-number registry (5.78M companies). Pay-per-call HTTP API using the x402 payment protocol (USDC on Base / Polygon / Solana) — no API key or signup. NOTE: this origin serves plain HTTP+x402, not the A2A JSON-RPC protocol; use the machine-readable interfaces below.",
 "url": "https://houjin.agentic-jp.com/",
 "version": "1.0.0",
 "provider": {
  "organization": "MAMETA",
  "url": "https://agentic-jp.com/"
 },
 "documentationUrl": "https://houjin.agentic-jp.com/llms.txt",
 "interfaces": {
  "x402_manifest": "https://houjin.agentic-jp.com/.well-known/x402",
  "openapi": "https://houjin.agentic-jp.com/openapi.json",
  "skill_guide": "https://houjin.agentic-jp.com/.well-known/skill.md",
  "mcp": "npx -y @mameta/japan-data-mcp"
 },
 "capabilities": {
  "a2a": false,
  "protocol": "http+x402"
 },
 "skills": [
  {
   "id": "company-lookup",
   "name": "company lookup"
  },
  {
   "id": "kyb-verification",
   "name": "kyb verification"
  },
  {
   "id": "kyb-report",
   "name": "kyb report"
  }
 ]
}