@starkscan/mcp
v0.0.2
Published
Starkscan MCP launcher for agent clients. Stable latest is fail-closed; use @starkscan/mcp@alpha.
Downloads
915
Maintainers
Readme
@starkscan/mcp
Starkscan MCP launcher for agent clients.
The npm
latestchannel is intentionally fail-closed until the stable MCP launcher is released. Run@starkscan/mcp@alpha, or pin an exact alpha version for unattended agents and production services.
Run
| Use case | Command |
| --- | --- |
| Start the beta launcher | npx -y @starkscan/mcp@alpha |
| Print remote MCP config | npx -y @starkscan/mcp@alpha print-config --transport remote |
| Check local agent setup | npx -y @starkscan/mcp@alpha doctor |
| Pin the smoked beta | npx -y @starkscan/[email protected] doctor |
| Stable channel | npx -y @starkscan/mcp currently exits with upgrade guidance |
Environment
export STARKSCAN_BASE_URL="https://starkscan.co/api"
export STARKSCAN_API_KEY="<store this in your MCP host secret store>"
export STARKSCAN_CHAIN="SN_MAIN"What this package is for
- Connect Claude Code, Codex, Cursor, and other MCP hosts to Starkscan.
- Expose Starkscan route tools through an agent-native protocol.
- Keep beta usage explicit while the stable launcher contract is finalized.
Trust model
latestfails closed by design until stable GA.alphais the beta channel; use exact pins for unattended jobs.- The MCP launcher delegates to the exact matching
@starkscan/cliversion. - Package trust, release policy, and Socket/OpenSSF signals are documented at https://starkscan.co/docs/build/package-trust.
Links
- MCP docs: https://starkscan.co/docs/ai/mcp-quickstart
- API key setup: https://starkscan.co/api-key
- Package trust: https://starkscan.co/docs/build/package-trust
- npm versions: https://www.npmjs.com/package/@starkscan/mcp?activeTab=versions
