solana-setup

Install, verify, and update the solana-onchain-mcp binary from crates.io.

4|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/widnyana/eyay-toolkits --skill solana-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana-setup
Source: https://github.com/widnyana/eyay-toolkits/tree/main/plugins/solana-onchain/skills/solana-setup
Command: npx skills add https://github.com/widnyana/eyay-toolkits --skill solana-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents time loss and broken workflows by ensuring the solana-onchain-mcp binary is installed, reachable from PATH, and kept current.

Core Features & Use Cases

  • Verify installation status: Checks whether solana-onchain-mcp is available and reports the installed version.
  • Install missing tooling: Installs solana-onchain-mcp via a recommended prebuilt binary or via Cargo when requested.
  • Update to the latest version: Compares installed vs latest on crates.io and guides the update path with verification.

Quick Start

Ask: "Run /solana-setup status to check whether solana-onchain-mcp is installed and up to date."

Frequently Asked Questions about solana-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if Solana tooling is installed and up to date?

To verify Solana tooling, run a status check that confirms whether the solana-onchain-mcp binary is discoverable in PATH and compares the installed version against the latest release fetched from crates.io.

What is the best way to install missing Solana on-chain assistant binaries?

The best way to install missing Solana on-chain assistant binaries is by using a recommended prebuilt binary or installing via Cargo, which ensures the solana-onchain-mcp tooling is correctly placed in your system PATH.

Why does my Solana workflow break after a version update?

Your Solana workflow breaks after a version update when the solana-onchain-mcp binary is missing from PATH or running an outdated version, which requires executing version checks and fetching latest metadata from crates.io to fix.

Can I use Cargo to update solana-onchain-mcp to the latest crates.io version?

Yes, you can use Cargo to update solana-onchain-mcp by fetching the latest version metadata from crates.io and guiding the update path, followed by confirming the binary is successfully installed and reachable in PATH.

Do I need Rust or Cargo installed to set up Solana tooling?

You need Rust or Cargo installed if you choose the Cargo installation method for solana-onchain-mcp, but you can also apply a recommended prebuilt binary installation to bypass the Rust toolchain requirement for setting up Solana tooling.

What are the limitations when handling network failures during Solana tooling verification?

A key limitation during Solana tooling verification is that network and toolchain failures can prevent fetching the latest version metadata from crates.io, halting the update process and requiring manual troubleshooting of the binary install.