🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@starfetch-js/mcp

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@starfetch-js/mcp

Model Context Protocol server for Starfetch.

Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
63
-76.49%
Maintainers
1
Weekly downloads
 
Created
Source

@starfetch-js/mcp

Model Context Protocol stdio server for Starfetch TAP tools.

npx -y @starfetch-js/mcp

Example MCP client configuration:

{
  "mcpServers": {
    "starfetch": {
      "command": "npx",
      "args": ["-y", "@starfetch-js/mcp"]
    }
  }
}

The server exposes TAP presets, registry search, metadata inspection, bounded sync queries, and explicit async job tools. It also exposes the query_astronomy_catalog, explore_service, run_cone_search, and troubleshoot_adql prompts plus canonical Markdown resources under the starfetch:// scheme. These guidance surfaces are packaged with the server; users do not need to install the optional filesystem skill.

Tool descriptions independently require explicit service selection, metadata-first ADQL, bounded requests, and failure-aware reporting. The server does not accept credentials, execute shell commands, or write local files.

Keywords

astronomy

FAQs

Package last updated on 13 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts