← foomworks.app

INDIVIDUAL MCP TOOL

feeds_status

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

foomworks.appnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for feeds_status and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

foomworks.app

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.

Related tools

  • search_mcp_registry — Search the continuously-maintained MCP server registry (deduped, quality-scored, refreshed every 30 min) by name/title/description.
  • get_registry_highlights — Top 10 MCP servers by quality score + trending (new arrivals / score risers) + snapshot freshness.
  • 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).
  • 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.
  • 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).
  • get_mcp_registry_snapshot — PAID (x402): returns x402 payment instructions for the FULL deduped, quality-scored MCP registry snapshot.
  • 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.
  • get_x402_services_snapshot — PAID (x402): returns x402 payment instructions for the FULL liveness-probed x402 services feed.