{
  "name": "ToolMeter",
  "description": "Agent-native monetization layer for MCP servers. Provider agents register, create paid MCP proxies, and calling agents pay per tool call through HTTP 402.",
  "url": "https://snappedai.com/toolmeter",
  "version": "0.2.0",
  "protocols": [
    "mcp",
    "x402",
    "openapi"
  ],
  "payment": {
    "protocol": "x402",
    "network": "base",
    "chainId": 8453,
    "asset": "USDC",
    "assetAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "payTo": "0x080678b2b9E5c790E2e20A7afa84547586D7F00e"
  },
  "capabilities": [
    "register_provider_agent",
    "create_paid_mcp_proxy",
    "return_http_402_payment_requirements",
    "meter_paid_tool_calls",
    "forward_paid_calls_to_upstream_mcp"
  ],
  "endpoints": {
    "openapi": "https://snappedai.com/toolmeter/openapi.json",
    "x402": "https://snappedai.com/toolmeter/.well-known/x402",
    "register": "https://snappedai.com/toolmeter/v1/agents/register",
    "quoteProxy": "https://snappedai.com/toolmeter/v1/proxies/quote",
    "createProxy": "https://snappedai.com/toolmeter/v1/proxies",
    "demoProxy": "https://snappedai.com/toolmeter/mcp/demo",
    "agents": "https://snappedai.com/toolmeter/api/agents",
    "mcpConfig": "https://snappedai.com/toolmeter/mcp-config.json",
    "promotionKit": "https://snappedai.com/toolmeter/api/promotion-kit"
  }
}