CDS VizieR MCP Server (io.github.pipeworx-io/vizier)
This Model Context Protocol (MCP) server exposes CDS Strasbourg’s VizieR astronomical catalogue data. It covers tens of thousands of catalogues, including stars, galaxies, exoplanets, and surveys. The server is keyless and provides tools for discovering catalogue metadata and querying rows or results by sky position or object name.
🛠️ Key Features
-
CDS Strasbourg “VizieR” catalogue server
-
Tens of thousands of catalogues
-
Keyless
-
Metadata search:
catalogs(query, max?) -
Row queries:
query_catalog(catalog, constraint?, columns?, max?) -
Spatial search:
cone_search(catalog, ra, dec, radius_deg, max?) -
Name lookup:
object(name, catalog?)
🚀 Use Cases
- Find catalogue metadata with
catalogs - Query rows from a selected catalogue with constraints and columns
- Perform cone searches around RA/Dec positions
- Retrieve results by object name, optionally within a specified catalogue
⚡ Developer Benefits
- 35 tools for catalogue discovery and querying
- Direct access to live VizieR data via MCP
- Compatible with Pipeworx as an MCP gateway connecting AI agents to 1476+ data sources
⚠️ Limitations
- No API key requirement (“Keyless”), but tool access is limited to the provided catalogue/query operations and parameters.