get_material

Pack: oqmd · Endpoint: https://gateway.pipeworx.io/oqmd/mcp

Fetch a single OQMD material by its entry_id (e.g. 16525 = the Pbcn polymorph of Fe2O3). Returns formation energy (eV/atom), stability above hull, band gap, space group, prototype, cell volume, atom/element counts, ICSD id, and generic composition. Keyless.

Parameters

NameTypeRequiredDescription
entry_idnumberyesOQMD entry_id, e.g. 16525 (Fe2O3, Pbcn). Get ids from search_materials results.

Example call

curl -X POST https://gateway.pipeworx.io/oqmd/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_material","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "oqmd": {
      "url": "https://gateway.pipeworx.io/oqmd/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 11, 2026