usgs-quakes-mcp
@blake365
关于 usgs-quakes-mcp
An MCP server for querying the USGS Earthquake API with natural language
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"usgs-quakes-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@blake365/usgs-quakes-mcp",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is usgs-quakes-mcp?
usgs-quakes-mcp is a Model Context Protocol (MCP) server that provides AI assistants like Claude Desktop with access to the USGS Quakes API, enabling natural language queries for earthquake data.
How to use usgs-quakes-mcp?
Install via Smithery with npx -y @smithery/cli install @blake365/usgs-quakes-mcp --client claude, or manually by cloning the repo and configuring Claude Desktop’s claude_desktop_config.json to point to the built index.js. Once set up, users can ask questions about earthquakes in plain language.
Key features of usgs-quakes-mcp
- Search earthquake data with a wide variety of parameters.
- Get detailed information about a specific earthquake.
- Run queries using natural language.
- Integrates directly with Claude Desktop.
- Uses the official USGS Quakes API.
Use cases of usgs-quakes-mcp
- Asking about earthquakes in a specific region and time period.
- Retrieving details of a known earthquake event.
- Comparing seismic activity across different locations.
- Generating reports from USGS data via conversational AI.
FAQ from usgs-quakes-mcp
What does usgs-quakes-mcp do?
It serves as a bridge between Claude Desktop and the USGS earthquake catalog, allowing users to search for earthquakes and get event details through natural language.
How do I install usgs-quakes-mcp?
You can install it automatically via Smithery or manually by cloning the repository, installing Node.js dependencies (if modifying), and configuring Claude Desktop to run the server.
What are the prerequisites?
Node.js must be installed on your machine. The server is built and ready to use after cloning; no build step is required unless you modify the source code.
How do I connect usgs-quakes-mcp to Claude Desktop?
Add a server entry to claude_desktop_config.json (located in ~/Library/Application Support/Claude/ on macOS or %APPDATA%\Claude\ on Windows) with command: "node" and args pointing to the built index.js file, then restart Claude Desktop.
Can I customize the server?
Yes, you can edit src/index.ts, run npm install and npm run build, then restart Claude Desktop to apply changes.
其他 分类下的更多 MCP 服务器
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
评论