define_lithology
Pack: macrostrat · Endpoint: https://gateway.pipeworx.io/macrostrat/mcp
Look up Macrostrat lithology definitions. Provide a lith name (e.g. “granite”, “limestone”) to match, or omit to list all lithologies (capped at 50).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
lith | string | no | Lithology name to match, e.g. “granite”. Omit to list all. |
Example call
curl -X POST https://gateway.pipeworx.io/macrostrat/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"define_lithology","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"macrostrat": {
"url": "https://gateway.pipeworx.io/macrostrat/mcp"
}
}
}
See Getting Started for client-specific install steps.