Skip to main content
Glama

Materials Project MCP

by fair2wise
BSD 3-Clause
1

get_materials_with_elements

Discover materials containing specific elements by querying the Materials Project database. Filter results by excluding unwanted elements and set a limit on the number of records returned to refine your search.

Instructions

Find materials containing specific elements. Args: elements: List of elements that must be present in the material (e.g., ["Fe", "O"]). exclude_elements: Optional list of elements that must not be present. max_records: Maximum number of records to return (default: 10). Returns: List of materials containing the specified elements.

Input Schema

NameRequiredDescriptionDefault
elementsYes
exclude_elementsNo
max_recordsNo

Input Schema (JSON Schema)

{ "properties": { "elements": { "items": { "type": "string" }, "title": "Elements", "type": "array" }, "exclude_elements": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Exclude Elements" }, "max_records": { "default": 10, "title": "Max Records", "type": "integer" } }, "required": [ "elements" ], "type": "object" }
Install Server

Other Tools from Materials Project MCP

Related Tools

    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/fair2wise/materials_project_mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server