← Registry

Data Collection

forage.cash

Enables web search and content scraping from URLs, returning structured results for LLM use.

x402 supported1 endpoint2 known toolsFirst detected August 26, 2026Last detected August 26, 2026

ENDPOINT 1

https://forage.cash/mcp

No auth detected

MCP server metadata

Name
forage
Version
1.0.0
Capabilities
tools
Server instructions

Web search + URL-to-markdown for agents. Free tier: 20 calls/day/IP. Unlimited pay-per-call (x402, USDC on Base, no signup): https://forage.cash/llms.txt

Known tools 2

web_search

Google web search — organic results, answer box, knowledge graph as JSON.

Inferred read-only
scrape

Fetch any public URL and return the main content as LLM-ready markdown.

Inferred read-only

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.forage]
url = "https://forage.cash/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "forage": {
      "type": "http",
      "url": "https://forage.cash/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: forage
Remote MCP URL: https://forage.cash/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": {
    "forage": {
      "url": "https://forage.cash/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "forage": {
      "type": "http",
      "url": "https://forage.cash/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "forage",
  "transport": "streamable-http",
  "url": "https://forage.cash/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 forage.cash was fetched 2026-09-05T12:28:59.102Z.

Trust status Neutral

forage.cash is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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