mysql-materials-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | Yes | The MySQL host (e.g., localhost) | |
| DB_NAME | Yes | The database name (e.g., materials_db) | |
| DB_PORT | No | The MySQL port (default 3306) | 3306 |
| DB_USER | Yes | The MySQL user (read-only recommended) | |
| DB_PASSWORD | Yes | The MySQL password |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_alloy_typesA | Récupère tous les types d'alliage avec leur description. |
| get_alloy_nuancesB | Récupère la liste des nuances d'alliage (id, nom, description) pour un type d'alliage donné |
| get_alloy_nuance_by_idA | Récupère le détail complet d'une nuance d'alliage par son id (composition, mesures, états, usages, normes) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool targets a distinct resource: alloy types, list of nuances for a type, and detailed nuance by ID. No overlap in purpose.
All tools use consistent 'get_' prefix followed by noun phrases in snake_case, e.g., get_alloy_types, get_alloy_nuances, get_alloy_nuance_by_id.
Three tools is on the low end but still acceptable for a focused read-only query server. The count is appropriate for the narrow scope.
The tool set covers read-only browsing of alloy types and nuances, but lacks write operations (create, update, delete) and more advanced queries. Notable gaps exist.