Skip to main content
Glama

Materials Project MCP

by fair2wise
BSD 3-Clause
1

find_materials_by_formula

Search for materials by specifying a chemical formula to retrieve relevant results from the Materials Project database, aiding in materials analysis and research.

Instructions

Find materials with a specific chemical formula. Args: formula: Chemical formula to search for (e.g., "Fe2O3"). max_records: Maximum number of records to return (default: 10). Returns: List of materials matching the specified formula.

Input Schema

NameRequiredDescriptionDefault
formulaYes
max_recordsNo

Input Schema (JSON Schema)

{ "properties": { "formula": { "title": "Formula", "type": "string" }, "max_records": { "default": 10, "title": "Max Records", "type": "integer" } }, "required": [ "formula" ], "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