astroquery_mcp_server
Astroquery MCP server. Wraps astropy's astroquery library to give agents discoverable, parameterised access to astronomy data archives (NASA HEASARC, ESA TAP, IRSA, etc.). Also exposes ADS lookups alongside the astroquery surface.
CALL SCHEMA
JSON Schema — what methods it exposes{"type": "object","properties": {"ads_get_paper": {"type": "object"},"ads_query_compact": {"type": "object"},"astroquery_execute": {"type": "object"},"astroquery_check_auth": {"type": "object"},"astroquery_list_modules": {"type": "object"},"astroquery_list_functions": {"type": "object"},"astroquery_get_function_info": {"type": "object"}}}
methodsads_get_paperads_query_compactastroquery_executeastroquery_check_authastroquery_list_modulesastroquery_list_functionsastroquery_get_function_info
INSTALL
pick your runtime — only the tabs this tool actually supportslosslessDrops a SKILL.md into ~/.claude/skills/. No MCP server needed — Claude Code uses its built-in Bash to curl the underlying API directly. Auto-activates when your message matches the tool's description.
# Drop the SKILL.md into your Claude Code skills directory.# Claude Code auto-activates skills by description match — no `claude mcp add`,# no MCP server, no FastMCP cluster. Uses built-in Bash to query the REST API.mkdir -p ~/.claude/skills/astroquery_mcp_servercurl -sL https://agentarium.science/t/astroquery_mcp_server/v/1.0.0.claude-skill.md \-o ~/.claude/skills/astroquery_mcp_server/SKILL.md
noteThe Skill file teaches Claude Code how to query the underlying REST API directly via Bash. The MCP wrapper layer is bypassed entirely — no operator dependency, no claude mcp add. Best for open / REST tools where the wrapper added no value.
RECENT HEALTH CHECKS
registry pings this endpoint every ~5 min · last ~0 shownNo checks recorded yet.