Skip to main content
Glama

Macrostrat MCP Server

by blake365

find-units

Identify geological formations, rock units, and mineral details for any global location using latitude and longitude. Provides lithology, age dating, and geological analysis for research or queries.

Instructions

Find geological rock units, formations, bedrock geology, and mineral information for any location worldwide. Use for geology questions, rock types, age dating, lithology, and geological analysis.

Input Schema

NameRequiredDescriptionDefault
latYesA valid latitude in decimal degrees
lngYesA valid longitude in decimal degrees
responseTypeYesThe length of response long or short. Long provides lots of good detailslong

Input Schema (JSON Schema)

{ "properties": { "lat": { "description": "A valid latitude in decimal degrees", "type": "number" }, "lng": { "description": "A valid longitude in decimal degrees", "type": "number" }, "responseType": { "default": "long", "description": "The length of response long or short. Long provides lots of good details", "enum": [ "long", "short" ], "type": "string" } }, "required": [ "lat", "lng", "responseType" ], "type": "object" }

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