← Registry

Developer Tools

foomworks.app

Provides a searchable registry and verification tools for discovering and evaluating MCP servers.

1 endpoint10 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://fresh-feeds.foomworks.workers.dev/mcp

No auth detected

MCP server metadata

Name
fresh-feeds
Version
1.5.0
Capabilities
tools
Server instructions

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_registry

Search the continuously-maintained MCP server registry (deduped, quality-scored, refreshed every 30 min) by name/title/description.

Inferred read-only
get_registry_highlights

Top 10 MCP servers by quality score + trending (new arrivals / score risers) + snapshot freshness.

Inferred read-only
verify_mcp_server

Free preview-grade trust report for one registry MCP server: a transparent 0-100 grade from cached signals (registry status, endpoint presence, freshness).

Inferred read-only
list_x402_services

List 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 effects
feeds_status

Freshness/health of both feeds (snapshot ages, counts, available change-baseline dates).

Inferred read-only
assess_agent_risk

Verify-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 effects
get_mcp_registry_snapshot

PAID (x402): returns x402 payment instructions for the FULL deduped, quality-scored MCP registry snapshot.

Potential side effects
get_registry_changes

PAID (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 effects
get_x402_services_snapshot

PAID (x402): returns x402 payment instructions for the FULL liveness-probed x402 services feed.

Potential side effects
verify_mcp_server_report

PAID (x402): returns x402 payment instructions for the FULL verification report (LIVE endpoint probe + component breakdown) for one registry MCP server.

Potential side effects

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.