Skip to main content
Glama

NASA-MCP

get_exoplanet_data

Retrieve exoplanet data from NASA's Exoplanet Archive using custom queries. Specify table (e.g., exoplanets, KOI) and output format (JSON, CSV, XML, IPAC) for filtered results.

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AnCode666/nasa-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server