MCP Materials Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MP_API_KEY | Yes | Your Materials Project API key (get one free at https://materialsproject.org/api) |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_materialsB | |
| get_structureA | |
| get_propertiesB | |
| compare_materialsB | |
| search_by_elementsB | |
| search_by_band_gapB | |
| get_similar_structuresC | |
| get_phase_diagramB | |
| get_elastic_propertiesB | |
| search_by_elastic_propertiesB | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| analyze_material | Generate a prompt for comprehensive material analysis. |
| find_battery_materials | Generate a prompt for finding battery electrode materials. |
| compare_alloy_compositions | Generate a prompt for comparing alloy compositions. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_periodic_table | Get periodic table data as a resource. |
| get_crystal_systems | Get crystal system reference data. |
TDQS
Scored across 10 tools
Each tool has a clearly distinct purpose with no significant overlap. For example, get_properties provides comprehensive details, while get_elastic_properties focuses specifically on mechanical properties, and get_structure returns crystal structure data. The search tools target different criteria (elements, band gap, elastic properties, formula), making tool selection straightforward.
All tools follow a consistent verb_noun naming pattern using snake_case. The pattern is uniform throughout: compare_materials, get_elastic_properties, get_phase_diagram, get_properties, get_similar_structures, get_structure, search_by_band_gap, search_by_elastic_properties, search_by_elements, and search_materials. This consistency makes the tool set predictable and easy to navigate.
With 10 tools, the server is well-scoped for materials science data retrieval. Each tool serves a specific function in querying and analyzing materials data, from basic searches to detailed property comparisons. The count aligns with typical MCP servers and covers the domain without being overwhelming or insufficient.
The tool set provides strong coverage for materials data retrieval, including search, get, and compare operations. However, there are minor gaps, such as no tools for updating or deleting data (though this may be intentional if read-only) and no specific tools for advanced analyses like thermodynamic stability or electronic structure beyond band gaps. Overall, it supports core workflows effectively.