macrostrat-mcp
@blake365
关于 macrostrat-mcp
MCP server for accessing geologic data with the Macrostrat API
基本信息
配置
使用下面的配置,将此服务器添加到你的 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.
其他 分类下的更多 MCP 服务器
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论