Hosted MCP server for industrial machine identity, telemetry normalization, automation, prediction, diagnostics, and tamper-evident work records.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Forge MCP.
The cross-manufacturer industrial MCP server. Talk to any CNC, robot, or industrial machine in natural language โ machine identity, telemetry normalization across 18 OEM families, plain-English automation, and tamper-evident work records.
Hosted MCP over Streamable HTTP. 32 tools wrap the Forge v1 API: provision a stable machine identity, normalize raw OEM telemetry into a canonical schema, query operational history, parse and activate plain-English automations, predict failures (TimesFM), score fleet health, and record every state-changing action as a verifiable, tamper-evident work record.
https://mcp.foundrynet.io/mcphttps://mcp.foundrynet.io/ssehttps://mcp.foundrynet.io/healthhttps://mcp.foundrynet.io/.well-known/mcp/server-card.jsonIt normalizes raw OEM telemetry from 18 manufacturer families into one canonical vocabulary with thousands of confirmed field mappings โ so an agent writes against one set of field names whether the machine is a Fanuc CNC, a KUKA arm, or a Universal Robots cobot. On top of that it turns plain-English instructions into structured automations (review then activate), and records every state-changing action as a tamper-evident work record.
Pure HTTP proxy. Every tool is a thin wrapper around https://forge.foundrynet.io/v1/*
using a configured fnet_ Bearer key. No state, no shared imports with forge-prod โ
separate Railway service, separate dependencies (fastmcp + httpx).
Identity & data: identify_machine, normalize_telemetry, query_machine_history,
get_coverage, correct_mapping. Automation: create_automation, activate_automation,
list_automations, disable_automation, delete_automation, restore_automation,
query_webhook_history. Prediction (TimesFM): predict, predict_breach, remaining_life,
predict_batch, fleet_health, detect_anomalies, machine_intelligence,
prediction_accuracy. Operations: calculate_oee, fleet_oee, energy_consumption,
shift_report, diagnose_machine, health_index. Guardrails: check_guardrail,
list_guardrails. Agents on your kernel: get_agent_card,
list_agents. Work records: verify_record. Demo: fire_sandbox (the full watch โ fire โ
settle loop, no card).
get_agent_card and list_agents are scoped to the agents connected to your kernel instance
(their capabilities, trust scores, and machine access) and are included in your subscription โ
there is no per-call charge. They are operational tools for coordinating agents on your own
equipment, not cross-platform discovery. For cross-platform agent trust across any framework,
see Assay (assay.foundrynet.io). verify_record creates a tamper-evident, hash-verified record
of completed work.
Free tier exposes the read-only tools; metered pay-per-use unlocks the premium prediction and diagnostics tools (see https://forge.foundrynet.io/pricing?utm_source=github&utm_medium=readme&utm_campaign=forge-mcp-readme).
Or via claude_desktop_config.json with the mcp-remote bridge:
Legacy SSE (--transport sse against https://mcp.foundrynet.io/sse) remains supported for
existing configs, but new integrations should use the Streamable HTTP /mcp endpoint above.
Get a free fnet_ key at https://foundrynet.io/signup?utm_source=github&utm_medium=readme&utm_campaign=forge-mcp-readme (50 normalize calls, no card).
| Var | Required | Default |
|---|---|---|
FOUNDRYNET_API_KEY | Yes | โ (server boots; tool calls return 401 until set) |
FORGE_BASE_URL | No | https://forge.foundrynet.io |
PORT | No | 8080 (Railway sets this automatically) |
REQUEST_TIMEOUT | No | 30 (seconds) |
mcp_server.py โ the server (32 tools + /health + /.well-known/mcp routes)gating.py โ per-client tier gating (Free vs Pro tool/quota enforcement)server.json โ MCP registry metadata (name, description, keywords, remote endpoint)smithery.yaml โ Smithery listing metadatarequirements.txt โ fastmcp>=2.0, httpx>=0.27Procfile โ Railway start command (web: python mcp_server.py)Proprietary (commercial). ยฉ Foundry Labs LLC. Contact: forge@foundrynet.io
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/foundrynet-forge-mcp)<a href="https://allmcps.com/mcp/foundrynet-forge-mcp"><img src="https://allmcps.com/api/badge/foundrynet-forge-mcp?style=directory" alt="Forge MCP on AllMCPs" /></a>