FoundryNet / Solutions / Industrial MCP server

MCP SERVER · AGENT TOOLING

32 Tools. 18 OEMs. 14 Protocols. One MCP Server.

32 tools·Streamable HTTP·18 OEM families·Free tier

A cross-vendor industrial MCP server. Connect any AI agent to any machine on any factory floor, without writing an adapter per manufacturer.

Get Forge on AWS Marketplace →See pricing →

Streamable HTTP at https://mcp.foundrynet.io/mcp. Works with Claude Code, Claude Desktop, Bedrock AgentCore Gateway and any MCP client.


The problem

MCP gave agents a protocol. It did not give them the floor.

MCP standardised how an agent calls a tool. It did not standardise what a Fanuc controller calls its spindle speed, and it never intended to. Wiring an agent to a factory still means an adapter per manufacturer, a mapping table per controller and a maintenance burden that grows with the fleet.

Forge exposes that whole translation layer as a single MCP server. One connection covers 18 OEM families and 14 protocols, and the tool surface is the same regardless of whose machine is on the other end.

32MCP tools
18OEM families
14Protocols
16,908Confirmed mappings

Connect

One command

claude mcp add --transport http forge https://mcp.foundrynet.io/mcp --header 'Authorization: Bearer YOUR_API_KEY'
# then, from the agent
forge.normalize_telemetry({ data: {"Spindle_Speed": 2200, "spd_load": 85}, oem: "fanuc" })
{ spindle_speed_rpm: 2200, spindle_load_pct: 85, coverage: 100%, confidence: 0.97 }
# the agent understands the machine. Took 30 seconds.

Transport is Streamable HTTP at https://mcp.foundrynet.io/mcp. Authentication is a Bearer API key. There is a free tier, and the free tool set is identical over MCP and REST — the transport does not change what you can reach.


Tool surface

All 32 tools

Normalize & identify

normalize_telemetryidentify_machineget_coveragecorrect_mappingquery_machine_history

Predict

predictpredict_breachpredict_batchremaining_lifedetect_anomaliesprediction_accuracy

Diagnose & score

diagnose_machinehealth_indexfleet_healthmachine_intelligencecalculate_oeefleet_oeeenergy_consumptionshift_report

Automate & govern

create_automationactivate_automationlist_automationsdisable_automationdelete_automationrestore_automationlist_guardrailscheck_guardrailquery_webhook_historyfire_sandboxverify_record

Agents

get_agent_cardlist_agents

Marketplace & gateways

Listed where agent platforms shop

AWS Marketplace

Forge and Assay are both listed as SaaS products with metered usage. Subscribe through your existing AWS account and bill on your AWS invoice.

Bedrock AgentCore Gateway

Reachable from AgentCore via the published OpenAPI specification. Note that AgentCore rejects oneOf/anyOf/allOf, so the spec is served in a flattened form for it.

Any MCP client

Claude Code, Claude Desktop, and anything else speaking Streamable HTTP. Point at the canonical endpoint rather than a redirecting vanity host — cross-host redirects can drop the Authorization header.

REST, if you prefer

Every tool has a REST equivalent under https://forge.foundrynet.io/v1/. Same auth, same free tier, same responses.

Get Forge on AWS Marketplace →See pricing →

Related

Keep reading

Cross-vendor equipment intelligence

The 18 OEM families behind those 32 tools.

Agent trust verification

Once your agents can act, decide which of them should be allowed to.

Predictive maintenance

The predict, diagnose and fleet-health tools in context.


From the newsletter

The Machine Agent

Longer-form writing on industrial AI infrastructure by Foundry Labs.

The Machine Economy

Every revolution still needed humans. This one doesn't.

Read on Substack →