streamable-httpMITupdated 2mo ago
Fiber laser machine parts & components knowledge base as an MCP server — 521 structured knowledge cards covering fiber laser sources (Raycus, Max Photonics, JPT), laser cutting heads and welding heads (Raytools / Empower, OSPRI, Super Laser), CNC control systems (BOCHU / Friendess FSCUT, CypCut / HypCut): key specifications, wiring diagrams, alarm / error code explanations, consumable part numbers, and selection advice — all distilled from official manufacturer manuals.
What can you do with ferrolaser parts?
FerroLaser Parts Knowledge MCP Server
Fiber laser machine parts & components knowledge base as an MCP server — 521 structured knowledge cards covering fiber laser sources (Raycus, Max Photonics, JPT), laser cutting heads and welding heads (Raytools / Empower, OSPRI, Super Laser), CNC control systems (BOCHU / Friendess FSCUT, CypCut / HypCut): key specifications, wiring diagrams, alarm / error code explanations, consumable part numbers, and selection advice — all distilled from official manufacturer manuals.
Maintained by FerroLaser — an industrial fiber laser machine manufacturer in Jinan, China (laser cutting machines, welding machines, cleaning machines, marking machines, sold factory-direct worldwide).
What can an AI assistant do with this?
- "What does Raycus alarm code XX mean and how do I fix it?"
- "BLT421 vs BM111 cutting head — which fits a 6kW source?"
- "FSCUT2000 wiring: which terminal takes the servo alarm input?"
- "What consumable part numbers does the Raytools BW06K welding head use?"
- "How is a fiber laser cutting machine put together?" (component anatomy overview)
- Send a sourcing / quote inquiry straight to FerroLaser's engineers (
submit_inquiry)
Endpoint (hosted, free)
https://mcp.ferrolaser.com/mcp
Transport: Streamable HTTP (stateless). No authentication required for knowledge tools.
Claude Desktop / Claude Code
claude mcp add --transport http ferrolaser-parts https://mcp.ferrolaser.com/mcp
or in claude_desktop_config.json / .mcp.json:
{
"mcpServers": {
"ferrolaser-parts": {
"type": "http",
"url": "https://mcp.ferrolaser.com/mcp"
}
}
}
Cursor / other MCP clients
Add a remote MCP server with URL https://mcp.ferrolaser.com/mcp (Streamable HTTP).
Tools
| Tool | What it does |
|---|---|
search_parts_knowledge(query, brand?, top?) |
Weighted search over 521 cards (title/brand/positioning/body), with brand-alias expansion (Friendess→BOCHU, Raytools→Empower, 锐科→Raycus…) |
get_part_card(card_id | title) |
Full card: spec tables, wiring, alarm codes, consumable part numbers, field notes |
list_brands() |
Brands covered, card counts, one-line intro each |
get_brand_overview(topic) |
Category essays: anatomy, laser-sources, cutting-heads, welding-heads, control-systems, cladding-cleaning |
submit_inquiry(name, email, message, …) |
Reach FerroLaser sales engineers (machine quotes / part sourcing); human reply within one business day |
Card bodies are written in Chinese (distilled from bilingual official manuals) — AI clients translate on the fly; model numbers, part numbers and alarm codes are language-neutral.
Self-hosting
docker compose up -d --build # serves on :8890, path /mcp
Set GATEWAY_TOKEN env only if you wire submit_inquiry to your own backend; knowledge
tools work without any configuration.
Data & license
- Knowledge cards are distilled from publicly available official manufacturer manuals; no pricing, no BOMs, no customer data. Source PDFs are downloadable at ferrolaser.com/resources.
- Code: MIT. Knowledge data (
app/parts_kb.json,app/overviews/): CC BY 4.0 — attribution "FerroLaser (ferrolaser.com)".
Fiber laser cutting machine · laser welding machine · laser cleaning machine · laser marking machine — FerroLaser, Jinan, China.
Install
Add ferrolaser parts to your client. Pick the one you use.
claude mcp add --transport http ferrolaser-parts https://mcp.ferrolaser.com/mcpcodex mcp add ferrolaser-parts --url https://mcp.ferrolaser.com/mcp{
"mcpServers": {
"ferrolaser-parts": {
"url": "https://mcp.ferrolaser.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"ferrolaser-parts": {
"type": "http",
"url": "https://mcp.ferrolaser.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"ferrolaser-parts": {
"url": "https://mcp.ferrolaser.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"ferrolaser-parts": {
"serverUrl": "https://mcp.ferrolaser.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance16/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 60 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 3, 2026 |