Skip to main content
Glama

Steel Brain

AI 에이전트에게 철강 도메인 지식을 제공하는 MCP 서버 — 강종 특성, 대체 판정, 밀 인증서 안내를 에이전트가 호출할 수 있는 MCP 도구로 제공합니다.

https://api.steelbrain.dev에서 REST API로도 이용할 수 있습니다.


MCP 서버

Steel Brain은 Model Context Protocol 서버입니다. stdio 전송을 통해 세 가지 MCP 도구를 제공합니다:

MCP 도구

기능

grade_lookup

강종에 대한 특성, 화학 성분, 제품 형태, 용도, 용접성. 별칭(alias) 해석 지원 (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 도구 인터페이스를 통해 세 가지 도구를 등록합니다.


Related MCP server: simpson-strong-agent

왜 Steel Brain인가

LLM은 철강에 대해 추측합니다. 4140 어닐링(annealed) 상태가 4140 프리하든(pre-hardened) 상태를 대신할 수 있다고 말해 작업물을 스크랩 처리하기도 합니다. Steel Brain은 현업 철강 트레이더가 구축하고 사람이 검증한 지식 베이스에서 답하며, 자신 있는 추측 대신 정직하게 "not in knowledge base"를 반환합니다.

가장 가치 있는 부분은 대체(substitution) 및 인증(cert) 로직입니다:

  • 4140RB → 4140QT (어닐링 vs 프리하든): invalid, 동일 합금, 반대 열처리

  • 316L → 304L, 해양 용도: invalid, 다른 내식 등급

  • EH36 → S355, 구조용: 한 방향은 valid, 반대 방향은 conditional

  • 압력 용도의 Seamless vs ERW: 절대 상호 대체 불가

적용 범위

탄소강, 합금강, 스테인리스강의 23개 강종. 환봉, 중공봉, 강판, 파이프. 대체 규칙 39개, 인증서 가이드 4개.

REST API (MCP 대안)

동일한 지식을 REST로 제공합니다: 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)의 범위이며, 그렇게 표시되어 있습니다.

  • 대체 + 인증 로직: 실거래로 검증된, 날짜가 기재된 현업 트레이더의 판정입니다.

  • 알 수 없는 강종: 정직하게 "not in knowledge base"로 답하며, 절대 지어내지 않습니다.

개발

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