cone_search
Pack: vizier · Endpoint: https://gateway.pipeworx.io/vizier/mcp
Cone search around (RA, Dec).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
catalog | string | yes | |
ra | number | yes | RA in decimal degrees. |
dec | number | yes | Dec in decimal degrees. |
radius_deg | number | yes | |
max | number | no |
Example call
curl -X POST https://gateway.pipeworx.io/vizier/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"cone_search","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"vizier": {
"url": "https://gateway.pipeworx.io/vizier/mcp"
}
}
}
See Getting Started for client-specific install steps.