mcp-exoplanet-archive
Provides tools for querying the NASA Exoplanet Archive, including ADQL TAP queries, quick planet searches, composite planet parameters, Kepler candidates, and microlensing events.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-exoplanet-archivefind exoplanets discovered in 2023"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@pipeworx/exoplanet-archive
NASA Exoplanet Archive MCP — ~5600 confirmed exoplanets + candidates + light curves. Keyless TAP service.
Part of Pipeworx — an MCP gateway connecting AI agents to 1476+ live data sources.
Tools
tap(query, format?)— ADQL TAP query against the archive (default table:ps)planets(query?, limit?)— quick planet search (defaults topsplanet table)composite(query?, limit?)— query the composite planet parameter tablepscompparskepler_candidates(query?, limit?)— Kepler Object of Interest (KOI) tablemicrolensing(query?, limit?)— microlensing event table
Related MCP server: Cassini Mission Plan MCP
Data source
https://exoplanetarchive.ipac.caltech.edu/TAP/sync
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"exoplanet-archive": {
"url": "https://gateway.pipeworx.io/exoplanet-archive/mcp"
}
}
}What this endpoint actually serves
tools/list at https://gateway.pipeworx.io/exoplanet-archive/mcp returns the tools in the table
above plus the shared Pipeworx meta-tools — ask_pipeworx,
discover_tools, search_within, remember/recall and the rest of the
gateway-wide set. So the tool count you see is larger than this table: a
single-pack endpoint currently lists roughly 30 shared tools alongside the
pack's own. The connection's initialize response states its exact scope, and
is the authoritative answer for a given day.
This is deliberate, not multiplexing by accident. The meta-tools are what let a
scoped connection answer a question this pack does not cover — via
ask_pipeworx, which routes across the whole catalog — without you adding a
second MCP server. There is currently no way to mount a pack endpoint without
them; if the extra schemas cost you more context than the routing is worth,
connect to the full gateway once rather than to several pack endpoints.
Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Both URLs reach the same gateway and the same 1476+ data sources. The
only difference is which pack's tools are listed directly; ask_pipeworx
reaches all of them from either one.
Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English — this works on the pack endpoint above as well as on the full gateway:
ask_pipeworx({ question: "your question about Exoplanet Archive data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
CDS SIMBAD — astronomical object database (~14M objects) via TAP/script
MAST (Mikulski Archive for Space Telescopes) — Hubble/JWST/Kepler/TESS
NASA MCP — wraps NASA Open APIs (api.nasa.gov)
Look up genes, sequences, variants, homologs, and cross-database xrefs from Ensembl REST.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides access to the NASA Planetary Data System Registry API, enabling human-in-the-loop search and exploration of planetary data products, missions, celestial bodies, and instruments.5MIT
- AlicenseNot gradedqualityDmaintenanceEnables querying of the Cassini-Huygens mission dataset with tools for listing, searching, counting, aggregating, and browsing activities.MIT
- AlicenseNot gradedqualityCmaintenanceProvides access to JPL Horizons data for querying ephemerides and orbital information of solar system objects.15MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying the SIMBAD astronomical database for object resolution, script execution, ADQL TAP queries, and cone searches using natural language.14MIT