MCP.so
Sign In

macrostrat-mcp

@blake365

About macrostrat-mcp

MCP server for accessing geologic data with the Macrostrat API

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "macrostrat-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@blake365/macrostrat-mcp",
        "--client",
        "claude"
      ]
    }
  }
}

Tools

No tools detected

Fetch the live tool list by running this server in a temporary sandbox using the button above.

Overview

What is macrostrat-mcp?

macrostrat-mcp is a Model Context Protocol (MCP) server that provides AI assistants and applications with access to the Macrostrat API within Claude Desktop. It enables natural‑language queries of comprehensive geologic data—such as geologic units, columns, minerals, and timescales—for geological analysis and graphics creation.

How to use macrostrat-mcp?

Install automatically via Smithery using npx -y @smithery/cli install @blake365/macrostrat-mcp --client claude, or manually by cloning the repository, running npm install and npm run build. Configure it in Claude Desktop by adding a server entry to claude_desktop_config.json with command: "node" and args pointing to the built index.js file. Restart Claude Desktop to start querying geologic data with natural language.

Key features of macrostrat-mcp

  • Natural‑language queries of the Macrostrat API
  • Access geologic units, columns, minerals, and timescales
  • Retrieve and interpret geologic map tiles
  • Create graphics and perform data analysis
  • Query by location for detailed geologic histories
  • Integrates directly into Claude Desktop via MCP

Use cases of macrostrat-mcp

  • Ask for the geologic history of a specific city or region (e.g., Nashville, TN)
  • Retrieve detailed formation sequences and rock types for a given area
  • Analyze stratigraphic columns and timescale data for research
  • Generate visual representations of geological data
  • Provide geological context for archaeological or environmental projects

FAQ from macrostrat-mcp

How do I install macrostrat-mcp?

You can install it automatically via Smithery with npx -y @smithery/cli install @blake365/macrostrat-mcp --client claude, or manually by cloning the repo, running npm install and npm run build.

How do I configure macrostrat-mcp with Claude Desktop?

Edit the Claude Desktop configuration file (claude_desktop_config.json) and add a server entry: { "mcpServers": { "macrostrat": { "command": "node", "args": ["/full/path/to/macrostrat/build/index.js"] } } }. Restart Claude Desktop to enable the tools.

What data does macrostrat-mcp provide?

It provides access to the Macrostrat API, including geologic units, columns, minerals, timescales, and geologic map tiles. Users can query this data using natural language.

Can I modify the server code?

Yes, edit src/index.ts, then run npm run build and restart Claude Desktop to apply changes.

What runtime is required?

Node.js is required to run the server. The server uses the Macrostrat API as its data source.

Frequently asked questions

How do I install macrostrat-mcp?

You can install it automatically via Smithery with `npx -y @smithery/cli install @blake365/macrostrat-mcp --client claude`, or manually by cloning the repo, running `npm install` and `npm run build`.

How do I configure macrostrat-mcp with Claude Desktop?

Edit the Claude Desktop configuration file (`claude_desktop_config.json`) and add a server entry: `{ "mcpServers": { "macrostrat": { "command": "node", "args": ["/full/path/to/macrostrat/build/index.js"] } } }`. Restart Claude Desktop to enable the tools.

What data does macrostrat-mcp provide?

It provides access to the Macrostrat API, including geologic units, columns, minerals, timescales, and geologic map tiles. Users can query this data using natural language.

Can I modify the server code?

Yes, edit `src/index.ts`, then run `npm run build` and restart Claude Desktop to apply changes.

What runtime is required?

Node.js is required to run the server. The server uses the Macrostrat API as its data source.

Comments

More Other MCP servers