{"openapi":"3.1.0","info":{"title":"fresh-feeds","version":"1.1.0","description":"Continuously-maintained data + trust feeds for AI agents. Free preview/search/verify + freshness; full snapshots, change-deltas and live verification reports are x402-paid per call (USDC on Base, <= $0.05).","contact":{"name":"foomworks","url":"https://foomworks.app/fresh-feeds/"}},"servers":[{"url":"https://fresh-feeds.foomworks.workers.dev"}],"paths":{"/feeds/mcp-registry":{"get":{"summary":"Full MCP registry snapshot (x402 $0.05); ETag/If-None-Match → 304 free","responses":{"200":{"description":"OK","content":{"application/json":{}}},"304":{"description":"Not modified (free freshness check)"},"402":{"description":"x402 payment required — pay the indicated price via the x402 protocol, then retry to receive the body"}}}},"/feeds/mcp-registry/preview":{"get":{"summary":"Top 10 servers by quality score (free)","responses":{"200":{"description":"OK","content":{"application/json":{}}}}}},"/feeds/mcp-registry/changes":{"get":{"summary":"Delta since a daily baseline (x402 $0.02)","parameters":[{"name":"since","in":"query","schema":{"type":"string"},"description":"baseline date YYYY-MM-DD"}],"responses":{"200":{"description":"OK","content":{"application/json":{}}},"402":{"description":"x402 payment required — pay the indicated price via the x402 protocol, then retry to receive the body"}}}},"/feeds/mcp-registry/highlights":{"get":{"summary":"Top 10 + trending + freshness (free, CORS)","responses":{"200":{"description":"OK","content":{"application/json":{}}}}}},"/feeds/x402-services":{"get":{"summary":"Full liveness-probed x402 services feed (x402 $0.05); ETag → 304 free","responses":{"200":{"description":"OK","content":{"application/json":{}}},"304":{"description":"Not modified"},"402":{"description":"x402 payment required — pay the indicated price via the x402 protocol, then retry to receive the body"}}}},"/feeds/x402-services/preview":{"get":{"summary":"Top 10 currently-payable services (free)","responses":{"200":{"description":"OK","content":{"application/json":{}}}}}},"/verify/mcp":{"get":{"summary":"Full verification report — live endpoint probe + graded signals (x402 $0.03)","parameters":[{"name":"server","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{}}},"402":{"description":"x402 payment required — pay the indicated price via the x402 protocol, then retry to receive the body"}}}},"/verify/mcp/preview":{"get":{"summary":"Grade + headline liveness from cache (free)","parameters":[{"name":"server","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{}}}}}},"/verify/mcp/badge":{"get":{"summary":"Embeddable SVG trust badge (free)","parameters":[{"name":"server","in":"query","schema":{"type":"string"}}],"responses":{"200":{"description":"SVG","content":{"image/svg+xml":{}}}}}},"/health":{"get":{"summary":"Feed freshness, data age, available change-baseline dates (free)","responses":{"200":{"description":"OK","content":{"application/json":{}}}}}},"/stats":{"get":{"summary":"Daily usage counters (free)","responses":{"200":{"description":"OK","content":{"application/json":{}}}}}},"/mcp":{"post":{"summary":"MCP server (Streamable HTTP, JSON-RPC 2.0) — agent-native tools; free tools + x402 pointers for paid feeds","responses":{"200":{"description":"OK","content":{"application/json":{}}}}}},"/.well-known/agent-card.json":{"get":{"summary":"A2A agent card (free)","responses":{"200":{"description":"OK","content":{"application/json":{}}}}}},"/.well-known/mcp.json":{"get":{"summary":"MCP server descriptor (free)","responses":{"200":{"description":"OK","content":{"application/json":{}}}}}}}}