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.
Este repositório foi arquivado pelo dono. Continua funcionando, mas não recebe atualizações.
O que dá para fazer com 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.
Instalação
Adicione foundrynet search ao seu cliente. Escolha o que você usa.
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`.
Pontuação
39 / 100
Incompleta
- Documentação22/25
- Manutenção14/25
- Confiança6/20
- Capacidade0/15
- Instalação12/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
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.1Mais recente | 22 de jun. de 2026 |
| 1.0.0 | 22 de jun. de 2026 |