Developer Tools
foomworks.app
Provides a searchable registry and verification tools for discovering and evaluating MCP servers.
ENDPOINT 1
https://fresh-feeds.foomworks.workers.dev/mcp
MCP server metadata
- Name
- fresh-feeds
- Version
- 1.5.0
Free tools (search_mcp_registry, get_registry_highlights, verify_mcp_server, list_x402_services, feeds_status, assess_agent_risk) return data directly. Tools named get_*_snapshot / get_registry_changes / verify_mcp_server_report return x402 payment instructions for the full paid data (no account; USDC on Base, <= $0.05/call).
Known tools 10
search_mcp_registrySearch the continuously-maintained MCP server registry (deduped, quality-scored, refreshed every 30 min) by name/title/description.
Inferred read-onlyget_registry_highlightsTop 10 MCP servers by quality score + trending (new arrivals / score risers) + snapshot freshness.
Inferred read-onlyverify_mcp_serverFree preview-grade trust report for one registry MCP server: a transparent 0-100 grade from cached signals (registry status, endpoint presence, freshness).
Inferred read-onlylist_x402_servicesList the x402 services discovery catalog's active edge, liveness-probed: know a service is up and correctly demanding payment before you pay it.
Potential side effectsfeeds_statusFreshness/health of both feeds (snapshot ages, counts, available change-baseline dates).
Inferred read-onlyassess_agent_riskVerify-before-you-pay: a read-only fraud/impersonation RISK assessment (0-100, higher = riskier) for an ERC-8004 agent on Base, cross-referencing its DECLARED identity (agent-card) against on-chain control (ownerOf).
Potential side effectsget_mcp_registry_snapshotPAID (x402): returns x402 payment instructions for the FULL deduped, quality-scored MCP registry snapshot.
Potential side effectsget_registry_changesPAID (x402): returns x402 payment instructions for the registry delta (added/removed/changed servers) since a daily baseline — the cheap habit endpoint for repeat callers.
Potential side effectsget_x402_services_snapshotPAID (x402): returns x402 payment instructions for the FULL liveness-probed x402 services feed.
Potential side effectsverify_mcp_server_reportPAID (x402): returns x402 payment instructions for the FULL verification report (LIVE endpoint probe + component breakdown) for one registry MCP server.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fresh-feeds]
url = "https://fresh-feeds.foomworks.workers.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fresh-feeds": {
"type": "http",
"url": "https://fresh-feeds.foomworks.workers.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fresh-feeds
Remote MCP URL: https://fresh-feeds.foomworks.workers.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fresh-feeds": {
"url": "https://fresh-feeds.foomworks.workers.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fresh-feeds": {
"type": "http",
"url": "https://fresh-feeds.foomworks.workers.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fresh-feeds",
"transport": "streamable-http",
"url": "https://fresh-feeds.foomworks.workers.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for workers.dev was fetched 2026-08-25T16:44:24.083Z.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.