Data Collection
forage.cash
Enables web search and content scraping from URLs, returning structured results for LLM use.
ENDPOINT 1
https://forage.cash/mcp
MCP server metadata
- Name
- forage
- Version
- 1.0.0
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_searchGoogle web search — organic results, answer box, knowledge graph as JSON.
Inferred read-onlyCONNECT 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.
forage.cash is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.