Solana MCP by Vybe✓
io.github.vybenetwork/vybe-solana-api · v1.0.9
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.vybenetwork/vybe-solana-api",
"description": "Solana MCP for wallets, trades, markets, PnL, transfers, onchain data, signable swaps and API tools.",
"title": "Solana MCP by Vybe",
"repository": {
"url": "https://github.com/vybenetwork/solana-mcp-vybe",
"source": "github"
},
"version": "1.0.9",
"websiteUrl": "https://docs.vybenetwork.com/docs/mcp",
"remotes": [
{
"type": "streamable-http",
"url": "https://docs.vybenetwork.com/mcp",
"headers": [
{
"description": "API key for authenticated Solana API calls (get yours at https://vybe.fyi)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "X-API-KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}