Skip to main content
Glama

Steel Brain

AIエージェントに鋼材ドメインの知識を提供するMCPサーバー — 鋼種の特性、代替判定、ミルシート指針を、あなたのエージェントが呼び出せるMCPツールとして提供します。

REST APIとして https://api.steelbrain.dev でも利用できます。


MCPサーバー

Steel BrainはModel Context Protocolを実装したサーバーです。stdioトランスポート経由で3つのMCPツールを公開します。

MCPツール

説明

grade_lookup

鋼種の特性、化学成分、形状、用途、溶接性。別名も解決されます(4140 = 42CrMo4 = SCM440; S355 = ST52)。

substitution_check

from_grade、to_grade、application を入力とし、ある鋼種が別の鋼種の代わりになるかどうかの判定(valid / conditional / invalid)とその理由を返します。

cert_guide

鋼種と用途に応じて該当するミルシート(EN 10204 3.1/3.2、船級証明書 ABS/DNV/LR/BV/NK)と、確認すべき項目を返します。

MCPサーバーの実行

pip install -r requirements.txt
python -m steel_brain.mcp_server

stdioトランスポートでMCPサーバーを起動し、任意のMCPクライアント(Claude Desktop、Claude Code、その他のMCP互換エージェント)で利用できる状態にします。

MCPクライアント設定の例

{
  "mcpServers": {
    "steel-brain": {
      "command": "python",
      "args": ["-m", "steel_brain.mcp_server"]
    }
  }
}

公式MCP SDK(mcpパッケージ)で構築されており、標準のMCPツールインターフェースを介して3つのツールを登録します。


Related MCP server: simpson-strong-agent

Steel Brainが選ばれる理由

LLMは鋼材について推測で答えます。「4140の焼きなまし材は4140の調質済み材の代わりになる」と言って、仕事を台無しにします。Steel Brainは、現役の鋼材トレーダーが構築した人間が検証したナレッジベースに基づいて回答し、自信に満ちた推測ではなく、正直に「ナレッジベースにありません」と返します。

特に価値があるのは、代替判定と証明書ロジックです。

  • 4140RB → 4140QT(焼きなまし vs 調質済み):無効。同じ合金だが熱処理が逆

  • 316L → 304L(海洋用途):無効。耐食性クラスが異なる

  • EH36 → S355(構造用):一方向は有効、逆方向は条件付き

  • 圧力用途でのシームレス vs ERW:決して互換ではない

カバレッジ

炭素鋼、合金鋼、ステンレス鋼の23鋼種。丸棒、中空棒、板材、パイプ。39件の代替ルール、4件の証明書ガイド。

REST API(MCPの代替)

同じナレッジをREST APIとして https://api.steelbrain.dev で提供:

curl "https://api.steelbrain.dev/v1/grade/4140QT" -H "X-API-Key: YOUR_KEY"
curl "https://api.steelbrain.dev/v1/substitution?from_grade=316L&to_grade=304L&application=machined" -H "X-API-Key: YOUR_KEY"

ローンチ時は無料です。連絡先:dryow.jt@gmail.com

設計に組み込まれた正直さ

  • 鋼種特性:公開規格(ASTM/EN/JIS/API/ABS)の範囲であることを明記。

  • 代替判定・証明書ロジック:現役トレーダーによる、取引で検証済み・日付入りの判定。

  • 未知の鋼種:「ナレッジベースにありません」と正直に回答。決して捏造しない。

開発

python -m pytest tests/    # 15 tests (10 acceptance + 5 domain-safety guards)

ライセンス

コード:MIT(LICENSE参照)。ナレッジベース(kb/):プロプライエタリ(NOTICE参照)。

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Headless MCP server for Simpson Strong-Tie product data. Provides AI agents with structural connector lookups, load calculations, code compliance verification, and engineering specifications.
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    MCP server that exposes CAD geometry reasoning over STEP files to LLMs, allowing natural language queries about parts, assemblies, dimensions, holes, and mass properties.
  • A
    license
    Not graded
    quality
    B
    maintenance
    A local MCP server that gives AI coding assistants retrieval access to your personal knowledge base of books, standards, and docs, grounding their answers in sources you trust.
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server exposing Kettle Logic insight articles & industry guidance as tools + resources.

  • AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.

  • Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dryow1/steel-brain'

If you have feedback or need assistance with the MCP directory API, please join our Discord server