{
 "name": "Japan Transit API",
 "description": "Real-time Japanese railway delays, line disruptions, station status, and route planning (ODPT-sourced, Tokyo area). 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://transit.agentic-jp.com/",
 "version": "1.0.0",
 "provider": {
  "organization": "MAMETA",
  "url": "https://agentic-jp.com/"
 },
 "documentationUrl": "https://transit.agentic-jp.com/llms.txt",
 "interfaces": {
  "x402_manifest": "https://transit.agentic-jp.com/.well-known/x402",
  "openapi": "https://transit.agentic-jp.com/openapi.json",
  "skill_guide": "https://transit.agentic-jp.com/.well-known/skill.md",
  "mcp": "npx -y @mameta/japan-data-mcp"
 },
 "capabilities": {
  "a2a": false,
  "protocol": "http+x402"
 },
 "skills": [
  {
   "id": "train-delay",
   "name": "train delay"
  },
  {
   "id": "route-planning",
   "name": "route planning"
  },
  {
   "id": "transit-status",
   "name": "transit status"
  }
 ]
}