{
  "schema_version": "0.1",
  "name": "pogo-tb NL open-data",
  "description": "Pay-per-call Dutch open data for AI agents: RDW kenteken, BAG addresses, weather, OV departures, OSRM ETA, APK alerts. Free previews; paid via x402 USDC on Base.",
  "website": "https://pogo-tb.nl",
  "contact": {"url": "https://pogo-tb.nl/docs"},
  "protocols": ["http", "openapi", "x402"],
  "api": {
    "base": "https://api.pogo-tb.nl",
    "openapi": "https://api.pogo-tb.nl/openapi.json",
    "examples": "https://api.pogo-tb.nl/v1/examples",
    "pricing": "https://api.pogo-tb.nl/pricing",
    "well_known_x402": "https://api.pogo-tb.nl/.well-known/x402"
  },
  "payment": {
    "protocol": "x402",
    "network": "eip155:8453",
    "network_name": "Base",
    "asset": "USDC",
    "asset_address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "payTo": "0xF375B89Bb5785386f5cbB63e815c924787AF79CF",
    "facilitator": "https://facilitator.openx402.ai",
    "bazaar": "https://facilitator.openx402.ai/discovery/resources"
  },
  "skills": [
    {"id": "kenteken", "path": "/v1/kenteken/{plate}", "price_usdc": "0.002"},
    {"id": "adres", "path": "/v1/adres", "price_usdc": "0.002"},
    {"id": "postcode", "path": "/v1/postcode", "price_usdc": "0.005"},
    {"id": "geo-reverse", "path": "/v1/geo/reverse", "price_usdc": "0.002"},
    {"id": "weer", "path": "/v1/weer", "price_usdc": "0.001"},
    {"id": "afstand", "path": "/v1/afstand", "price_usdc": "0.002"},
    {"id": "rdw-zoek", "path": "/v1/rdw/zoek", "price_usdc": "0.005"},
    {"id": "route-eta", "path": "/v1/route/eta", "price_usdc": "0.01"},
    {"id": "bag-pand", "path": "/v1/bag/pand", "price_usdc": "0.003"},
    {"id": "ov-vertrek", "path": "/v1/ov/vertrek", "price_usdc": "0.002"},
    {"id": "energie-label", "path": "/v1/energie/label", "price_usdc": "0.005"},
    {"id": "apk-alert", "path": "/v1/apk-alert/{plate}", "price_usdc": "0.001"}
  ],
  "discovery": [
    "https://pogo-tb.nl/llms.txt",
    "https://pogo-tb.nl/.well-known/api-catalog",
    "https://pogo-tb.nl/.well-known/mcp.json",
    "https://pogo-tb.nl/.well-known/agent-card.json",
    "https://pogo-tb.nl/.well-known/ai-plugin.json",
    "https://pogo-tb.nl/brand-facts.json"
  ]
}
