find_columns
Pack: macrostrat · Endpoint: https://gateway.pipeworx.io/macrostrat/mcp
List Macrostrat stratigraphic columns near a geographic point. Provide lat and lng (decimal degrees).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
lat | number | yes | Latitude (decimal degrees). |
lng | number | yes | Longitude (decimal degrees). |
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":"find_columns","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.