cone_search
Pack: simbad · Endpoint: https://gateway.pipeworx.io/simbad/mcp
Objects within a radius of (RA, Dec) decimal degrees.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
ra | number | yes | |
dec | number | yes | |
radius_deg | number | yes | |
max | number | no | Top-N rows to return (default 100). |
Example call
curl -X POST https://gateway.pipeworx.io/simbad/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": {
"simbad": {
"url": "https://gateway.pipeworx.io/simbad/mcp"
}
}
}
See Getting Started for client-specific install steps.