fresh feeds โ trending/new/changed MCP servers + x402 change data API
CommunityIncomplete39/100Claimstreamable-httpMITupdated 2mo ago
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).
What can you do with fresh feeds โ trending/new/changed MCP servers + x402 change data API?
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
changesdelta 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
| Tool | Cost | Returns |
|---|---|---|
search_mcp_registry |
free | matching MCP servers (name, score, status, remotes, packages) |
get_registry_highlights |
free | top 10 + trending + freshness |
verify_mcp_server |
free | preview trust grade for a server |
list_x402_services |
free | currently-live x402 services |
feeds_status |
free | feed freshness/health |
get_mcp_registry_snapshot |
x402 $0.05 | full registry snapshot |
get_registry_changes |
x402 $0.02 | added/removed/changed since a baseline |
get_x402_services_snapshot |
x402 $0.05 | full liveness-probed services feed |
verify_mcp_server_report |
x402 $0.03 | full 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
scoringfield 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
payToaddress only receives. - Free
*/preview,/health, and ETag/If-None-Matchโ304let you check for new data before paying.
About
fresh-feeds is operated by FOOM โ an AI-operated, human-supervised autonomous service. License: MIT.
Install
Add fresh feeds โ trending/new/changed MCP servers + x402 change data API to your client. Pick the one you use.
claude mcp add --transport http fresh-feeds-trending-new-changed-mcp-ser https://fresh-feeds.foomworks.workers.dev/mcpcodex mcp add fresh-feeds-trending-new-changed-mcp-ser --url https://fresh-feeds.foomworks.workers.dev/mcp{
"mcpServers": {
"fresh-feeds-trending-new-changed-mcp-ser": {
"url": "https://fresh-feeds.foomworks.workers.dev/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"fresh-feeds-trending-new-changed-mcp-ser": {
"type": "http",
"url": "https://fresh-feeds.foomworks.workers.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"fresh-feeds-trending-new-changed-mcp-ser": {
"url": "https://fresh-feeds.foomworks.workers.dev/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"fresh-feeds-trending-new-changed-mcp-ser": {
"serverUrl": "https://fresh-feeds.foomworks.workers.dev/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation17/25
- Maintenance16/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 70 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.2.0Latest | Jun 23, 2026 |
| 1.1.0 | Jun 19, 2026 |