PluginBench
MCP Server

xyz.tenzro/tenzro-solana MCP Server

xyz.tenzro/tenzro-solana

What is the xyz.tenzro/tenzro-solana MCP server?

Solana tools over MCP: Jupiter swaps, SPL tokens, Metaplex NFTs, SNS domains, network stats.

How to install xyz.tenzro/tenzro-solana

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "tenzro-solana": {
      "url": "https://solana-mcp.tenzro.xyz/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "tenzro-solana": {
      "serverUrl": "https://solana-mcp.tenzro.xyz/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "tenzro-solana": {
      "type": "http",
      "url": "https://solana-mcp.tenzro.xyz/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "tenzro-solana": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://solana-mcp.tenzro.xyz/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http tenzro-solana https://solana-mcp.tenzro.xyz/mcp

Related MCP servers

Tenzro Network MCP server: wallet, identity, payments, inference, staking, bridges, verification.

Canton ledger tools over MCP: DAML commands, CIP-56 assets, DvP settlement, party management.

Chainlink tools over MCP: CCIP cross-chain, data feeds, data streams, VRF, proof of reserve.

Ethereum tools over MCP: Chainlink feeds, ENS, ERC-8004 agents, EAS attestations, transactions.

LayerZero V2 tools over MCP: message quotes, OFT transfers, Stargate bridging, DVN lookups.

Li.Fi tools over MCP: cross-chain quotes, routes, execution status, chains, tokens, balances.