INDIVIDUAL MCP TOOL
browse_steel_standards
List the standard namespaces this catalogue publishes and, for one namespace named by its uuid, a bounded sample of the designations inside it.
LIVE ENDPOINT
https://steelequivalents.com/mcp
Connect to this endpoint to inspect the live schema for browse_steel_standards and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.stl]
url = "https://steelequivalents.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"stl": {
"type": "http",
"url": "https://steelequivalents.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: stl
Remote MCP URL: https://steelequivalents.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"stl": {
"url": "https://steelequivalents.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"stl": {
"type": "http",
"url": "https://steelequivalents.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "stl",
"transport": "streamable-http",
"url": "https://steelequivalents.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
calculate_steel_property— Run one published steel formula over numbers you supply — PREN, carbon equivalent, preheat temperature, weld heat input or weld cooling time.compare_materials— Compare two named steel grades element by element, side by side, each figure citing the source that states it.search_steel_composition— Find steel grades whose chemical composition falls inside the element windows you give, written Symbol:min-max — for example Cr:16-18.lookup_steel_material— Resolve one steel designation, material number or alias to the material it names, together with every other designation that material carries and its chemical composition, each figure citing the source that states it.