Connects your AI agent to NASA's public fireball and near-Earth object datasets through Pipeworx's MCP gateway. You get access to meteor sightings, close approach data, and asteroid tracking without dealing with NASA's raw APIs yourself. The gateway handles the data fetching and lets you query in plain English through ask_pipeworx, or you can call tools directly if you want precise control. Useful when you're building astronomy features, tracking space objects, or just need reliable celestial event data without the usual API authentication dance. Part of Pipeworx's larger collection of 673+ data sources, so you can add it standalone or tap into the full gateway.
Meteors MCP — NASA fireball, near-Earth asteroid, and close approach data
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"meteors": {
"url": "https://gateway.pipeworx.io/meteors/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Meteors data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json