MCP.so
ログイン

macrostrat-mcp

@blake365

macrostrat-mcp について

MCP server for accessing geologic data with the Macrostrat API

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

blake365

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「その他」の他のコンテンツ