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.
该仓库已被所有者归档。仍可使用,但不再更新。
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.
安装
把 foundrynet search 添加到你的客户端。选择你正在使用的那个。
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`.
评分
39 / 100
不完整
- 文档22/25
- 维护14/25
- 可信度6/20
- 能力0/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.1最新 | 2026年6月22日 |
| 1.0.0 | 2026年6月22日 |