macrostrat-mcp logo

macrostrat-mcp

by blake365

An MCP server implementation for providing access to the Macrostrat API within Claude Desktop. It enables AI assistants to query comprehensive geologic data and information.

View on GitHub

Last updated: N/A

What is macrostrat-mcp?

This Model Context Protocol (MCP) server provides access to the Macrostrat API within Claude Desktop, allowing AI assistants and applications to query geologic data.

How to use macrostrat-mcp?

Users can install the server via Smithery or manually. After installation, configure Claude Desktop to connect to the server by adding the server configuration to the claude_desktop_config.json file. Once configured, users can run queries using natural language within Claude Desktop to access geologic data.

Key features of macrostrat-mcp

  • Query comprehensive geologic data and information provided by the Macrostrat API

  • Access geologic units, columns, minerals, timescales, and more

  • Analyze geologic data to improve geological understanding

  • Create graphics and perform data analysis from the data

Use cases of macrostrat-mcp

  • Researching the geologic history of a specific location

  • Identifying geologic units and their properties

  • Analyzing geologic data for patterns and trends

  • Generating visualizations of geologic data

FAQ from macrostrat-mcp

How do I install the server?

You can install it via Smithery using the command npx -y @smithery/cli install @blake365/macrostrat-mcp --client claude or manually by cloning the repository and following the build instructions.

How do I connect the server to Claude Desktop?

Add the server configuration to your claude_desktop_config.json file, specifying the command and arguments to run the server.

What kind of data can I access?

You can access geologic units, columns, minerals, timescales, and other geologic data provided by the Macrostrat API.

What if I get errors when running the server?

Ensure you have the correct path to the node command in your server configuration.

Can I modify the server?

Yes, you can edit the src/index.ts file, run npm install and npm run build to apply your changes.