MCP Catalogs
Home

macrostrat-mcp

by blake365·7·Score 38

MCP server for accessing comprehensive geologic data through Macrostrat API.

knowledge-graphdeveloper-toolsother
7
Forks
0
Open issues
9 mo ago
Last commit
2d ago
Indexed

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:

you:Geological research and analysis for specific locations
you:Educational exploration of Earth's geological history
you:Professional geological data visualization and interpretation
you:What geological data can this server provide?
you:How do I troubleshoot connection issues?

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 README
  • find-units

    Find 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

usgs-mcpopengeology-mcpearthcube-mcp

Installation

Installation

Via Smithery

npx -y @smithery/cli install @blake365/macrostrat-mcp --client claude

Manual Installation

  1. Clone the repository
  2. Run npm install to install dependencies
  3. Run npm run build to 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"
            ]
        }
    }
}
  1. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.