cuttingtoolsai-mcp
CuttingToolsAI MCP Server
Public, no-auth MCP server for brand-neutral carbide grade cross-referencing in machining. Ask an AI agent what is comparable to Sandvik GC4325 and get catalog-verified comparable grades across manufacturers, with provenance.
Hosted endpoint, Streamable HTTP, JSON-RPC 2.0:
https://cuttingtoolsai-mcp.memmizgezgin.workers.dev
Tool: grade_xref
Arguments: grade, required, e.g. GC4325 or KC5010; brand, optional, to disambiguate the grade.
Returns comparable grades that share the same ISO application position in manufacturer-published comparison charts. Comparability is a verified starting point, not an interchangeability claim: chipbreaker geometry, coating and edge preparation differ between brands. The server never invents a grade; unknown codes return an empty result.
Related MCP server: databid
Run it yourself
The hosted endpoint above needs no setup. To run your own instance:
node server.js # Node >= 20, no dependenciesor with Docker:
docker build -t cuttingtoolsai-mcp .
docker run -p 8080:8080 cuttingtoolsai-mcpThe server speaks MCP Streamable HTTP (JSON-RPC 2.0 over POST) on /mcp and /. src/index.js is the same handler deployed as the Cloudflare Worker; server.js is a thin Node adapter around it.
How it works
A thin Cloudflare Worker speaking MCP Streamable HTTP, passing through to the public REST endpoint https://cuttingtoolsai.eu/api/xref. The data layer is a curated cross-reference table extracted from manufacturer catalogs with multi-source verification tiers.
Who is behind this
CuttingToolsAI, https://cuttingtoolsai.eu - brand-neutral cutting tool intelligence. We sell no tools and take no commission from any manufacturer. Free tools on the site: the AI advisor, the insert designation decoder for ISO 1832 and ANSI codes, the tap drill chart and the cross-reference index.
License: MIT
This server cannot be installed
Maintenance
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
- Alicense-qualityFmaintenanceProvides AI agents with physics-based corrosion engineering calculations, from rapid handbook lookups to mechanistic electrochemical models with dual-tier pitting assessment for material compatibility screening and corrosion rate prediction.1MIT
- Alicense-qualityDmaintenanceAgent-native company intelligence. AI agents search and retrieve structured, verified company context (certifications, capabilities, capacity, lead times) for manufacturing & supply chain via 5 MCP tools.MIT
- Alicense-qualityCmaintenanceDeterministic industrial parts replacement engine with official catalogs and expert accuracy checksMIT
- FlicenseAqualityAmaintenanceCross-OEM industrial machine intelligence. Normalizes telemetry across 16 manufacturer families (Fanuc, Siemens, Haas, DMG Mori, Mazak), enables plain-English operational automation, and produces tamper-evident work records. 14 MCP tools.14
Related MCP Connectors
Cross-OEM industrial machine intelligence: identity, normalization, automation, attestation.
Neutral freight reference + validation layer for AI agents: ADR, HS, UN/LOCODE, freight math
Diagnoses, drugs & lab codes: ICD-11, SNOMED, LOINC, RxNorm, MeSH, ATC, CID-10. 37 tools, MIT.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/memmizgezgin-creator/cuttingtoolsai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server