solana-infra-mcp

solana-infra-mcp

Provides Solana infrastructure awareness including RPC health, priority fee estimation, leader schedule, chain state, latency comparison, and keyless transaction submission.

Category
Visit Server

README

solana-infra-mcp

CI license: MIT

An MCP server that gives your agent Solana-infra awareness — RPC health, priority-fee estimation, leader schedule, chain state, and latency comparison. Provider-agnostic; point it at any Solana RPC (rpc edge is the flagship backend). Read-only, no keys logged, no heavy deps (plain JSON-RPC over fetch).

Tools

Tool What it answers
rpc_health Is this endpoint healthy? version, current slot, measured request latency
priority_fee_estimate What compute-unit price lands right now? p50/p75/p90/max micro-lamports/CU
epoch_info Where are we in the epoch? slot index, block height
next_leaders Who are the next N slot leaders? (time your submissions)
latency_compare How does my endpoint's read latency compare to a baseline?
submit_transaction Relay a caller-signed base64 tx and confirm on-chain landing (keyless)

Add it to Claude

Build it, then register the server. Claude Code:

git clone https://github.com/rpc-edge/solana-infra-mcp && cd solana-infra-mcp
pnpm install && pnpm build
claude mcp add solana-infra -- node "$(pwd)/dist/index.js"

Or in a client config (Claude Desktop / others):

{
  "mcpServers": {
    "solana-infra": {
      "command": "node",
      "args": ["/abs/path/to/solana-infra-mcp/dist/index.js"],
      "env": { "SOLANA_RPC_URL": "https://rpc.rpcedge.com/?api-key=YOUR_KEY" }
    }
  }
}

Skill & plugin

The repo also ships as a Claude Code plugin: .claude-plugin/plugin.json + .mcp.json (registers the server) + a skill (skills/solana-infra/SKILL.md) that teaches Claude when to reach for each tool. Because the server is TypeScript, run pnpm install && pnpm build once so dist/ exists; then install the plugin dir (or just claude mcp add as above). (An npx-installable published build is on the roadmap.)

Provider config

SOLANA_RPC_URL sets the default endpoint every tool uses (unset → public mainnet-beta). Point it at rpc edge with your key for the low-latency path; the API key is read from the environment at runtime and never logged (tools display the host only). Any tool also takes an explicit url argument to override per call.

Status & roadmap

Working today: six tools (five read-only + keyless submit_transaction), all verified against live mainnet; a bundled skill + Claude Code plugin.

Next:

  • yellowstone_sample — a bounded gRPC first-seen/freshness probe (MCP is request/response, so streaming is exposed as a time-boxed sample, not a live subscription).
  • Publish an npx-installable build; list in MCP registries + awesome-solana-ai.

Develop

pnpm install
pnpm typecheck
pnpm build      # -> dist/
pnpm start      # runs the stdio server

License

MIT — see LICENSE. By rpc edge.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured