trackmcp
Back to directory
Adeptus-Innovatio

solvitor-mcp

View on GitHub
2 stars RustWeb & Internet Tools Updated Oct 2, 2025
anchorreverse-engineeringrustrust-langsolanaweb3

Documentation

🦾💀 solvitor-mcp: A Solvitor API MCP Server in Rust

Trust Score

Overview

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.

Features

This MCP server exposes the following tools for interacting with the Solvitor API:

1. `decode`

    Installation

    Prerequisites:

    • Rust toolchain (install via rustup) – for regular usage
    • Solvitor API key. You can obtain one here for free.

    Regular Usage

    bash
    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`:

    json
    {
      "mcpServers": {
        "solvitor-mcp": {
          "command": "/Users/$username/.cargo/bin/solvitor-mcp",
          "args": [],
          "env": {
            "SOLVITOR_API_KEY": "your_solvitor_api_key"
          }
        }
      }
    }

    Remote MCP

    Need remote MCP? Ping us on Twitter, we'll build the feature in a couple of days: x.com/solvitor_xyz

    License

    MIT

    Frequently asked questions

    What is solvitor-mcp?

    solvitor-mcp is a Model Context Protocol (MCP) server listed in the TrackMCP directory.

    How do I install solvitor-mcp?

    Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

    Is solvitor-mcp open source?

    Yes — it is hosted on GitHub at https://github.com/Adeptus-Innovatio/solvitor-mcp and has 2 stars.

    Related MCP tools

    Run your own MCP server? See who uses it and what to fix.

    Measure it with TrackMCP