streamable-httpupdated 28d ago
x402-gated revenue engine: LLM proxy + data-enriched analysis + predictive (IoT) intelligence. Standard x402 v2 on Solana mainnet USDC (self-settled, Base-ready). An fnet Forge key bypasses.
This repository was archived by its owner. It still works, but it is not receiving updates.
What can you do with foundrynet inference?
FoundryNet Inference
x402-gated revenue engine: LLM proxy + data-enriched analysis + predictive (IoT) intelligence.
Standard x402 v2 on Solana mainnet USDC (self-settled, Base-ready). An fnet_ Forge key bypasses.
| Route | Price | What |
|---|---|---|
POST /v1/chat |
$0.02 | Claude LLM proxy {model, messages} |
POST /v1/analyze |
$0.25 | Data-enriched analysis {query} — Claude plans → queries FoundryNet servers → synthesizes |
POST /v1/predict |
$0.10 | TimesFM breach forecast {canonical_field, values, threshold, oem?} + NL rec + MINT attest |
POST /v1/infer |
$0.10 | IoT telemetry `{telemetry:{field:value |
Discovery: GET /x402, GET /x402/:route (402 + PAYMENT-REQUIRED header), GET /.well-known/x402.
Note: /v1/predict and /v1/infer forecasts require ≥16 historical points (TimesFM constraint).
Env: ANTHROPIC_API_KEY, FORGE_API_KEY (fnet_), FORGE_BASE_URL, HELIUS_API_KEY,
PAYMENT_RECIPIENT, PAYMENT_USDC_MINT, PUBLIC_URL. Base-ready: set X402_NETWORK +
swap the facilitator in lib/x402.js for CDP/Base.
Install
Add foundrynet inference to your client. Pick the one you use.
claude mcp add --transport http foundrynet-inference https://foundrynet-inference-production.up.railway.app/mcpcodex mcp add foundrynet-inference --url https://foundrynet-inference-production.up.railway.app/mcp{
"mcpServers": {
"foundrynet-inference": {
"url": "https://foundrynet-inference-production.up.railway.app/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"foundrynet-inference": {
"type": "http",
"url": "https://foundrynet-inference-production.up.railway.app/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"foundrynet-inference": {
"url": "https://foundrynet-inference-production.up.railway.app/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"foundrynet-inference": {
"serverUrl": "https://foundrynet-inference-production.up.railway.app/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation13/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 |