
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
voyager-mcp
Advanced tools
MCP server for Starknet — give Claude Code, Cursor & AI agents live Voyager block-explorer data (transactions, contracts, tokens, NFTs, staking). No API key.
MCP server that gives AI coding agents live Voyager Starknet data — transactions, contracts, classes, tokens, NFTs, staking, events, blocks, messages and network stats.
npx — nothing to host.📖 Full docs, setup & agent recipes: https://docs.voyager.online/ai/mcp-quickstart
npx ships with it)There is nothing to install or build — npx -y voyager-mcp downloads and runs the server.
claude mcp add voyager -- npx -y voyager-mcp
Or commit it to your project by adding .mcp.json:
{
"mcpServers": {
"voyager": { "command": "npx", "args": ["-y", "voyager-mcp"] }
}
}
Open Settings → Developer → Edit Config and add the voyager server, then fully quit
(⌘Q) and reopen Claude Desktop:
{
"mcpServers": {
"voyager": { "command": "npx", "args": ["-y", "voyager-mcp"] }
}
}
Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project), then enable it under
Cursor Settings → MCP:
{
"mcpServers": {
"voyager": { "command": "npx", "args": ["-y", "voyager-mcp"] }
}
}
codex mcp add voyager -- npx -y voyager-mcp
Or add it manually to ~/.codex/config.toml:
[mcp_servers.voyager]
command = "npx"
args = ["-y", "voyager-mcp"]
Sepolia testnet: add "env": { "VOYAGER_NETWORK": "sepolia" } to the server entry
(Codex/TOML: env = { "VOYAGER_NETWORK" = "sepolia" }).
Windows: if npx isn't found, use "command": "npx.cmd".
Once it's connected, ask your agent things like:
~83 tools. Core (transactions, blocks, contracts, classes & Cairo code, tokens, events, messages, stats, L1) is always on; the NFT, Staking and Search groups are on by default.
Full catalog + the recipes an agent uses to chain calls: https://docs.voyager.online/ai/mcp-tools
| Env var | Values | Default |
|---|---|---|
VOYAGER_NETWORK | mainnet · sepolia | mainnet |
VOYAGER_TOOLS | none (core only) · a comma list like nft,search | all groups on |
npx -y voyager-mcp # starts the server on stdio (Ctrl+C to exit)
No API key required. Data comes from the Voyager API over HTTPS.
FAQs
MCP server for Starknet — give Claude Code, Cursor & AI agents live Voyager block-explorer data (transactions, contracts, tokens, NFTs, staking). No API key.
The npm package voyager-mcp receives a total of 45 weekly downloads. As such, voyager-mcp popularity was classified as not popular.
We found that voyager-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.