This server connects your MCP client to Macrostrat, a platform providing geologic map, column, and unit data primarily for North America. It's part of the Pipeworx gateway ecosystem, which aggregates 808+ data sources behind a unified interface. Instead of calling specific tools, you can use the ask_pipeworx function to query geological data in plain English, and the gateway handles tool selection and parameter mapping automatically. Useful when you're building applications that need programmatic access to stratigraphic records, rock unit classifications, or regional geology without scraping PDFs or wrestling with disparate state geological survey APIs.
Macrostrat MCP — geologic map / column / unit data for North America and beyond.
Part of Pipeworx — an MCP gateway connecting AI agents to 808+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"macrostrat": {
"url": "https://gateway.pipeworx.io/macrostrat/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 808+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Macrostrat data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json