{
 "name": "Japan Data APIs (agentic-jp.com)",
 "description": "Eight pay-per-call Japanese data & travel APIs for AI agents: address normalization, furigana readings, transit delays, National Diet records, holidays, JMA weather, corporate registry / KYB reports, and a Japan eSIM travel concierge. 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://agentic-jp.com/",
 "version": "1.0.0",
 "provider": {
  "organization": "MAMETA",
  "url": "https://agentic-jp.com/"
 },
 "documentationUrl": "https://agentic-jp.com/llms.txt",
 "interfaces": {
  "services_index": "https://agentic-jp.com/services.json",
  "llms_txt": "https://agentic-jp.com/llms.txt",
  "openapi_dir": "https://agentic-jp.com/openapi/",
  "mcp": "npx -y @mameta/japan-data-mcp"
 },
 "capabilities": {
  "a2a": false,
  "protocol": "http+x402"
 },
 "skills": [
  {
   "id": "japan-data",
   "name": "japan data"
  },
  {
   "id": "kyb-report",
   "name": "kyb report"
  },
  {
   "id": "address-normalization",
   "name": "address normalization"
  },
  {
   "id": "furigana",
   "name": "furigana"
  },
  {
   "id": "transit",
   "name": "transit"
  },
  {
   "id": "holidays",
   "name": "holidays"
  },
  {
   "id": "weather",
   "name": "weather"
  },
  {
   "id": "diet",
   "name": "diet"
  },
  {
   "id": "esim-recommendation",
   "name": "esim recommendation"
  }
 ]
}