NASA-MCP

MIT License
  • Apple
  • Linux

get_exoplanet_data

Retrieve exoplanet data from NASA's Exoplanet Archive with flexible queries, table selections, and output formats. Streamline access to confirmed planets, Kepler Objects of Interest, or Threshold Crossing Events for analysis or integration.

Instructions

Get data from NASA's Exoplanet Archive.

Args: query: Specific query to filter results using Exoplanet Archive syntax. Example: "pl_orbper > 300 and pl_rade < 2" table: Table to query. Common options: exoplanets (confirmed planets), cumulative (Kepler Objects of Interest), koi (subset of cumulative), tce (Threshold Crossing Events). format: Output format. Options: json, csv, xml, ipac. Default: json.

Input Schema

NameRequiredDescriptionDefault
formatNojson
queryNo
tableNoexoplanets

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "json", "title": "Format", "type": "string" }, "query": { "default": null, "title": "Query", "type": "string" }, "table": { "default": "exoplanets", "title": "Table", "type": "string" } }, "title": "get_exoplanet_dataArguments", "type": "object" }
ID: rrycjdkdg8