{
  "name": "ToolMeter",
  "description": "Agent-native paid MCP proxy",
  "payTo": "0x080678b2b9E5c790E2e20A7afa84547586D7F00e",
  "network": "eip155:8453",
  "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
  "discovery": {
    "openapi": "https://snappedai.com/toolmeter/openapi.json",
    "agentCard": "https://snappedai.com/toolmeter/agent.json",
    "llms": "https://snappedai.com/toolmeter/llms.txt",
    "skill": "https://snappedai.com/toolmeter/skill.md"
  },
  "resources": [
    {
      "path": "/v1/agents/register",
      "method": "POST",
      "price": "9.00",
      "currency": "USDC",
      "network": "base",
      "purpose": "provider-agent activation"
    },
    {
      "path": "/v1/proxies",
      "method": "POST",
      "auth": "X-ToolMeter-Agent-Key",
      "purpose": "create paid MCP proxy"
    },
    {
      "path": "/v1/proxies/quote",
      "method": "POST",
      "price": "0.00",
      "currency": "USDC",
      "purpose": "free quote/schema probe before payment"
    },
    {
      "path": "/mcp/demo",
      "method": "POST",
      "price": "0.05",
      "currency": "USDC",
      "network": "base",
      "purpose": "demo paid MCP tool call"
    }
  ]
}