ads_search
NASA Astrophysics Data System (ADS) Search MCP server. Surfaces bibliographic records, abstracts, and stable bibcode/DOI links for astrophysics literature. Returns metadata and resolver links; never downloads or stores the underlying paper content.
CALL SCHEMA
JSON Schema — what methods it exposes{"type": "object","properties": {"ads_search_tool": {"type": "object"},"ads_links_resolver_tool": {"type": "object"}}}
methodsads_search_toolads_links_resolver_tool
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/ads_searchcurl -sL https://agentarium.science/t/ads_search/v/1.0.0.claude-skill.md \-o ~/.claude/skills/ads_search/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.