Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.ExpertVagabond/solana

NPM · SOLANA-MCP-SERVER · SCANNED SEP 20

Solana MCP server for wallet, transactions & programs

Available components

0 this week 67 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security83
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects toml 3.0.0, reached via @coral-xyz/anchor > toml. A fixed version is available. View diagnostics → Fail
  • Runs a script at install time (postinstall) that we could not recognise. It may be perfectly ordinary, but we do not read the published tarball, so we cannot say what it does. View diagnostics → Partial
  • 58 of 176 dependencies flagged as unhealthy (2 deprecated). View diagnostics → Partial
Provenance & Transparency22
Schema Quality & AI Usability70
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1081 tokens (~43/item across 25 items; 25 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "transfer_sol" implies "transfer" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 25 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the io.github.ExpertVagabond/solana MCP server?

io.github.ExpertVagabond/solana runs locally as an npm package, launched with npx -y solana-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · solana-mcp-server

# add to Claude Code
claude mcp add expertvagabond-solana -- npx -y solana-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "expertvagabond-solana": {
      "command": "npx",
      "args": [
        "-y",
        "solana-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "expertvagabond-solana": {
      "command": "npx",
      "args": [
        "-y",
        "solana-mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add expertvagabond-solana -- npx -y solana-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "expertvagabond-solana": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "solana-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add expertvagabond-solana --command npx --arg -y --arg solana-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  expertvagabond-solana:
    command: "npx"
    args: ["-y", "solana-mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "expertvagabond-solana": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "solana-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add expertvagabond-solana -t stdio -c npx -a -y solana-mcp-server
// mcp.json
{
  "mcpServers": {
    "expertvagabond-solana": {
      "command": "npx",
      "args": [
        "-y",
        "solana-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 18 Sept 26 0
    • Stability: 0.97 → pass security
  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 10 Sept 26 0
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/solana-mcp-server@1.0.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
postinstall unreviewed npm run install-solana

Background: Why install scripts are a supply-chain risk →

Vulnerabilities 5 findings
ID CVE Severity Vector Fix available
GHSA-3gc7-fjrx-p6mg CVE-2025-3194 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H no
GHSA-528h-pc64-c93x CVE-2026-71429 medium CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H yes
GHSA-82x6-q7mm-w9cf CVE-2026-77465 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H yes
GHSA-v5mp-jgw5-2x6j CVE-2026-63376 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L yes
GHSA-w5hq-g745-h8pq CVE-2026-41907 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 176 packages
Packages resolved 176
Deprecated 2
Stale 54
No linked repository 3
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 25 exposed · ~1,081 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
airdrop_sol ~55

Request SOL airdrop for testing (devnet/testnet only)

NameTypeReqDescription
amountnumberAmount of SOL to airdrop (default: 1)
walletNamestringyesName of the wallet

No output schema declared.

No examples provided.

approve_delegate ~70

Approve a delegate to transfer tokens on your behalf

NameTypeReqDescription
amountnumberyesMaximum amount delegate can transfer
delegateAddressstringyesAddress of the delegate
tokenMintstringyesToken mint address
walletNamestringyesName of the wallet that owns the tokens

No output schema declared.

No examples provided.

burn_tokens ~57

Burn tokens from a wallet

NameTypeReqDescription
amountnumberyesAmount of tokens to burn (in token units)
tokenMintstringyesToken mint address
walletNamestringyesName of the wallet to burn tokens from

No output schema declared.

No examples provided.

close_token_account ~59

Close a token account and reclaim rent

NameTypeReqDescription
destinationAddressstringyesAddress to send remaining lamports to
tokenMintstringyesToken mint address
walletNamestringyesName of the wallet that owns the account

No output schema declared.

No examples provided.

create_spl_token ~73

Create a new SPL token with specified decimals

NameTypeReqDescription
decimalsnumberNumber of decimal places for the token (default: 9)
freezeAuthoritybooleanWhether to enable freeze authority (default: false)
walletNamestringyesName of the wallet that will be the mint authority

No output schema declared.

No examples provided.

create_token_account ~40

Create associated token account for SPL tokens

NameTypeReqDescription
tokenMintstringyesToken mint address
walletNamestringyesName of the wallet

No output schema declared.

No examples provided.

create_wallet ~26

Create a new Solana wallet

NameTypeReqDescription
namestringyesName for the wallet

No output schema declared.

No examples provided.

freeze_account ~57

Freeze a token account to prevent transfers

NameTypeReqDescription
accountAddressstringyesAddress of the token account to freeze
tokenMintstringyesToken mint address
walletNamestringyesName of the wallet with freeze authority

No output schema declared.

No examples provided.

get_account_info ~23

Get detailed account information

NameTypeReqDescription
addressstringyesAccount address

No output schema declared.

No examples provided.

get_balance ~27

Get SOL balance for a wallet

NameTypeReqDescription
walletNamestringyesName of the wallet

No output schema declared.

No examples provided.

get_network_info ~14

Get current network information

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_recent_blockhash ~18

Get recent blockhash for transaction building

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_token_accounts ~29

Get all token accounts for a wallet

NameTypeReqDescription
walletNamestringyesName of the wallet

No output schema declared.

No examples provided.

get_token_balance ~40

Get SPL token balance for a wallet

NameTypeReqDescription
tokenMintstringyesToken mint address
walletNamestringyesName of the wallet

No output schema declared.

No examples provided.

get_token_supply ~28

Get the total supply of a token

NameTypeReqDescription
tokenMintstringyesToken mint address

No output schema declared.

No examples provided.

get_transaction ~23

Get transaction details by signature

NameTypeReqDescription
signaturestringyesTransaction signature

No output schema declared.

No examples provided.

import_wallet ~43

Import an existing wallet from private key or mnemonic

NameTypeReqDescription
namestringyesName for the wallet
privateKeystringyesPrivate key in base58 format

No output schema declared.

No examples provided.

list_wallets ~16

List all created/imported wallets

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

mint_tokens ~71

Mint tokens to a specific account

NameTypeReqDescription
amountnumberyesAmount of tokens to mint (in token units, not raw)
destinationAddressstringyesDestination wallet address
tokenMintstringyesToken mint address
walletNamestringyesName of the wallet with mint authority

No output schema declared.

No examples provided.

revoke_delegate ~45

Revoke a delegate's authority to transfer tokens

NameTypeReqDescription
tokenMintstringyesToken mint address
walletNamestringyesName of the wallet that owns the tokens

No output schema declared.

No examples provided.

set_token_authority ~78

Set or change authority for a token mint or account

NameTypeReqDescription
authorityTypestringyesType of authority to set
newAuthoritystringAddress of new authority (or null to revoke authority)
tokenMintstringyesToken mint address
walletNamestringyesName of the wallet with current authority

No output schema declared.

No examples provided.

switch_network ~24

Switch Solana network

NameTypeReqDescription
networkstringyesNetwork to switch to

No output schema declared.

No examples provided.

thaw_account ~59

Thaw a frozen token account to allow transfers

NameTypeReqDescription
accountAddressstringyesAddress of the token account to thaw
tokenMintstringyesToken mint address
walletNamestringyesName of the wallet with freeze authority

No output schema declared.

No examples provided.

transfer_sol ~46

Transfer SOL between wallets

NameTypeReqDescription
amountnumberyesAmount in SOL
fromWalletstringyesName of the sender wallet
toAddressstringyesRecipient address

No output schema declared.

No examples provided.

transfer_tokens ~60

Transfer SPL tokens between wallets

NameTypeReqDescription
amountnumberyesAmount of tokens to transfer
fromWalletstringyesName of the sender wallet
toAddressstringyesRecipient address
tokenMintstringyesToken mint address

No output schema declared.

No examples provided.

Common questions

What is the io.github.ExpertVagabond/solana MCP server?

io.github.ExpertVagabond/solana is an MCP server listed in the public MCP registry as io.github.ExpertVagabond/solana. Solana MCP server for wallet, transactions & programs. This page covers its npm package (solana-mcp-server).

Is the io.github.ExpertVagabond/solana MCP server safe to use?

io.github.ExpertVagabond/solana scores 67 out of 100 on VerifyMCP. We recorded 5 known advisories against it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.ExpertVagabond/solana MCP server expose?

io.github.ExpertVagabond/solana exposes 25 tools: create_wallet, import_wallet, list_wallets, get_balance, get_token_balance, and 20 more. Their descriptions and schemas cost roughly 1,081 tokens of context every time the server is loaded.

Is the io.github.ExpertVagabond/solana MCP server still maintained?

io.github.ExpertVagabond/solana is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.ExpertVagabond/solana MCP server under?

io.github.ExpertVagabond/solana declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.