Skip to main content
Glama
p-pouget

mysql-materials-mcp

by p-pouget

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_HOSTYesThe MySQL host (e.g., localhost)
DB_NAMEYesThe database name (e.g., materials_db)
DB_PORTNoThe MySQL port (default 3306)3306
DB_USERYesThe MySQL user (read-only recommended)
DB_PASSWORDYesThe 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct resource: alloy types, list of nuances for a type, and detailed nuance by ID. No overlap in purpose.

Naming Consistency5/5

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.

Tool Count4/5

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.

Completeness3/5

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.

Maintenance

ActivityStale
ResponsivenessNo issues