A Model Context Protocol (MCP) server for interacting with the Solvitor API. This server provides tools to access the AI-powered platform that helps developers extract IDL files from closed-source Solana smart contracts and decompile them. This MCP server exposes the following tools for interacting with the Solvitor API: - Extract IDL (Interface Definition Language) from any Solana program using r
Add this skill
npx mdskills install Adeptus-Innovatio/solvitor-mcpProvides Solana smart contract IDL extraction via API with clear setup instructions
A Model Context Protocol (MCP) server for interacting with the Solvitor API. This server provides tools to access the AI-powered platform that helps developers extract IDL files from closed-source Solana smart contracts and decompile them.
This MCP server exposes the following tools for interacting with the Solvitor API:
decode
program_id (string): Base58-encoded Solana program address (32-44 characters)url (string, optional): Solana RPC endpoint URL (defaults to mainnet-beta)Prerequisites:
cargo install solvitor-mcp
where solvitor-mcp # -> /Users/$username/.cargo/bin/solvitor-mcp
Add the following to your claude_desktop_config.json or claude_config.json:
{
"mcpServers": {
"solvitor-mcp": {
"command": "/Users/$username/.cargo/bin/solvitor-mcp",
"args": [],
"env": {
"SOLVITOR_API_KEY": "your_solvitor_api_key"
}
}
}
}
Need remote MCP? Ping us on Twitter, we'll build the feature in a couple of days: x.com/solvitor_xyz
MIT
Install via CLI
npx mdskills install Adeptus-Innovatio/solvitor-mcpsolvitor-mcp: A Solvitor API MCP Server in Rust is a free, open-source AI agent skill. A Model Context Protocol (MCP) server for interacting with the Solvitor API. This server provides tools to access the AI-powered platform that helps developers extract IDL files from closed-source Solana smart contracts and decompile them. This MCP server exposes the following tools for interacting with the Solvitor API: - Extract IDL (Interface Definition Language) from any Solana program using r
Install solvitor-mcp: A Solvitor API MCP Server in Rust with a single command:
npx mdskills install Adeptus-Innovatio/solvitor-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
solvitor-mcp: A Solvitor API MCP Server in Rust works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.