Skip to main content
Glama

Macrostrat MCP Server

by blake365

defs

Query geologic data dictionaries such as lithologies, structures, and timescales via the Macrostrat API. Retrieve standardized field information for accurate analysis.

Instructions

Routes giving access to standard fields and dictionaries used in Macrostrat

Input Schema

NameRequiredDescriptionDefault
endpointYesThe endpoint to query
parametersYesparameters to pass to the endpoint

Input Schema (JSON Schema)

{ "properties": { "endpoint": { "description": "The endpoint to query", "enum": [ "lithologies", "structures", "columns", "econs", "minerals", "timescales", "environments", "strat_names", "measurements", "intervals" ], "type": "string" }, "parameters": { "description": "parameters to pass to the endpoint", "type": "string" } }, "required": [ "endpoint", "parameters" ], "type": "object" }
Install Server

Other Tools from Macrostrat MCP Server

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/blake365/macrostrat-mcp'

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