macrostrat-mcp
by blake365·★ 7·Score 38
MCP server for accessing comprehensive geologic data through Macrostrat API.
Overview
This MCP server provides access to the Macrostrat API, allowing AI assistants to query comprehensive geologic data including geologic units, columns, minerals, and timescales. It enables users to run geological queries using natural language and provides detailed geological information for various locations. The server includes features for retrieving geologic map tiles that can be interpreted by AI models and supports data analysis and graphic creation from the geological data.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this server if you need geological data analysis through natural language queries and are already working with geospatial or earth science data.
When NOT to choose this
Don't choose this if you need real-time geological data updates, as the Macrostrat API may not provide very recent information.
Tools this server exposes
1 tool extracted from the READMEfind-unitsFind geologic units by location or name
Note: Only one tool was explicitly mentioned in the sample output, but the README indicates access to multiple types of geologic data (units, columns, minerals, timescales, etc.). Tool name inferred from sample output.
Comparable tools
Installation
Installation
Via Smithery
npx -y @smithery/cli install @blake365/macrostrat-mcp --client claudeManual Installation
- Clone the repository
- Run
npm installto install dependencies - Run
npm run buildto build the server
Claude Desktop Configuration
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%\Claude\claude_desktop_config.json on Windows):
{
"mcpServers": {
"macrostrat": {
"command": "node",
"args": [
"/Full/Route/to/Folder/macrostrat/build/index.js"
]
}
}
}- Restart Claude Desktop
FAQ
- What geological data can this server provide?
- The server provides access to geologic units, columns, minerals, timescales, and geologic map tiles through the Macrostrat API.
- How do I troubleshoot connection issues?
- If you encounter errors, try providing the full path to the node command. For example, on macOS: `/usr/local/bin/node`. Ensure you've properly configured Claude Desktop and restarted it after making changes.
Compare macrostrat-mcp with
Last updated · Auto-generated from public README + GitHub signals.