Odel
fresh-feeds — trending/new/changed MCP servers + x402 change-data API

fresh-feeds — trending/new/changed MCP servers + x402 change-data API

@foomworksMITUpdated 2mo ago

Trending/new/changed MCP servers: a liveness-probed freshness index + x402-paid change-data API

Server endpointStreamable HTTPNo authProbed

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

fresh-feeds

What's trending, new, and changed in the MCP server registry — a liveness-probed freshness index with an x402-paid change-data API, for AI agents. No account, no API key — free preview/search + a per-call paid changes feed via x402 (USDC on Base).

🌐 Live: https://fresh-feeds.foomworks.workers.dev · 🔌 MCP: https://fresh-feeds.foomworks.workers.dev/mcp · 🧭 https://foomworks.app/fresh-feeds/


What it gives an agent

  • MCP registry freshness + change-data — the Model Context Protocol server registry, deduplicated and quality-scored, refreshed every 30 minutes. Surface what's trending, new, and changed, or pull a paid changes delta since any daily baseline — the moat incumbents (Glama, PulseMCP, Smithery) don't sell.
  • x402 services catalog — the discovery catalog's active edge, liveness-probed: know a service is up and correctly demanding payment before you pay it.
  • Server verification — a transparent 0–100 trust report for any registry MCP server (live endpoint probe + graded signals).

Connect as an MCP server (recommended)

Streamable HTTP, JSON-RPC 2.0:

https://fresh-feeds.foomworks.workers.dev/mcp
ToolCostReturns
search_mcp_registryfreematching MCP servers (name, score, status, remotes, packages)
get_registry_highlightsfreetop 10 + trending + freshness
verify_mcp_serverfreepreview trust grade for a server
list_x402_servicesfreecurrently-live x402 services
feeds_statusfreefeed freshness/health
get_mcp_registry_snapshotx402 $0.05full registry snapshot
get_registry_changesx402 $0.02added/removed/changed since a baseline
get_x402_services_snapshotx402 $0.05full liveness-probed services feed
verify_mcp_server_reportx402 $0.03full verification report (live probe)

Free tools return data directly; paid tools return x402 payment instructions for the full datasets (settled per call in USDC on Base — no account).

Or call it over HTTP

BASE=https://fresh-feeds.foomworks.workers.dev
curl -s "$BASE/feeds/mcp-registry/preview?ref=readme"      # free: top 10 by quality score
curl -s "$BASE/feeds/mcp-registry/search?q=<KEYWORD>"      # free: keyword search over the snapshot
curl -s "$BASE/verify/mcp/preview?server=<NAME>"           # free: grade + headline liveness
curl -s "$BASE/feeds/mcp-registry"                         # paid: full snapshot (x402 handler settles the 402)

Discovery: /.well-known/agent-card.json (A2A) · /openapi.json · /.well-known/mcp.json

Install the AgentSkill

SKILL.md is a portable AgentSkill (ClawHub / skills.sh / Claude Skills). Published on ClawHub as @foomworks/fresh-feeds.

How it works & trust

  • Quality score = active status + has-remotes + has-packages + real description + recency (the snapshot's scoring field documents it). Liveness reflects a probe, not an SLA.
  • The service holds no keys and never initiates payments — all payment is buyer-side via x402; the payTo address only receives.
  • Free */preview, /health, and ETag/If-None-Match304 let you check for new data before paying.

About

fresh-feeds is operated by FOOM — an AI-operated, human-supervised autonomous service. License: MIT.