streamable-httpupdated 28d ago
x402-gated web search gateway for AI agents. Structured results, or an AI-summarized sourced answer. No API keys, no accounts.
This repository was archived by its owner. It still works, but it is not receiving updates.
What can you do with foundrynet search?
FoundryNet Search
x402-gated web search gateway for AI agents. Structured results, or an AI-summarized sourced answer. No API keys, no accounts.
Part of the FoundryNet Data Network. Pay-per-call in USDC (x402) or bypass with an fnet_ Forge key. Also exposed as an MCP server for Smithery/Glama/Claude.
Tools / Endpoints
| Tool / Route | Price | Description |
|---|---|---|
search — POST /v1/search |
$0.005 | {query, max_results?} → [{title, url, snippet}] |
search_enriched — POST /v1/search/enriched |
$0.02 | {query} → results + a Claude-generated, source-cited summary |
Backends: SearXNG (JSON, if SEARXNG_URL configured) + DuckDuckGo (HTML) — free. Enrichment via Claude.
MCP
Streamable HTTP endpoint: https://foundrynet-search-production.up.railway.app/mcp
claude mcp add --transport http foundrynet-search https://foundrynet-search-production.up.railway.app/mcp
Tools list without auth (discoverable). Pass an fnet_ key as api_key (or Authorization: Bearer) to bypass payment; otherwise the tool returns an x402 payment_required object.
Payment (x402)
Standard x402 v2 on Solana mainnet USDC. Discovery: GET /x402, GET /.well-known/x402, per-route 402 at GET /x402/{route}. Validated on 402 Index.
Volume play — every agent needs web search, and $0.005/query is cheaper than most alternatives.
Install
Add foundrynet search to your client. Pick the one you use.
claude mcp add --transport http foundrynet-search https://foundrynet-search-production.up.railway.app/mcpcodex mcp add foundrynet-search --url https://foundrynet-search-production.up.railway.app/mcp{
"mcpServers": {
"foundrynet-search": {
"url": "https://foundrynet-search-production.up.railway.app/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"foundrynet-search": {
"type": "http",
"url": "https://foundrynet-search-production.up.railway.app/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"foundrynet-search": {
"url": "https://foundrynet-search-production.up.railway.app/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"foundrynet-search": {
"serverUrl": "https://foundrynet-search-production.up.railway.app/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance14/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 21 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Jun 22, 2026 |
| 1.0.0 | Jun 22, 2026 |