Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🔒 Security
  3. Solvitor MCP
Solvitor MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 11:46:23 AM

Solvitor MCP

User RatingsBe the first to rate and review this MCP server!
View Repository3 GitHub StarsTotal stargazers on GitHub for the source repository (3 stars).Visit Website
solanareverse-engineeringidldeveloper-tools

Extracts IDL metadata from closed-source Solana programs through the Solvitor API.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON â–¾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for adeptus-innovatio/solvitor-mcp, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives🔒 More in Security

Overview

adeptus-innovatio/solvitor-mcp MCP server exposes the Solvitor API through MCP for reverse-engineering Solana programs. Its `decode` tool accepts a Base58 program address and optionally a Solana RPC URL, then returns an IDL structure with program metadata and a program type. Use it when an agent needs to inspect a closed-source Solana smart contract and obtain an Anchor or native IDL. The server runs locally through a Rust-installed executable and requires a Solvitor API key.

Use cases

•Extract IDLs from closed-source Solana programs
•Inspect Solana program metadata
•Classify programs as Anchor or native
•Provide Solana RPC endpoints for decoding

Key features

•Solvitor API access over MCP
•IDL extraction for Solana programs
•Optional custom Solana RPC URL
•Anchor and native program classification
•Rust-based local installation

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Solvitor MCP.

Extracted Tool Capabilities
Solvitor API access over MCP
IDL extraction for Solana programs
Optional custom Solana RPC URL
Anchor and native program classification
Rust-based local installation

How Solvitor MCP works

What adeptus-innovatio/solvitor-mcp MCP server does

adeptus-innovatio/solvitor-mcp MCP server connects MCP-compatible clients to the Solvitor API. Solvitor provides reverse-engineering capabilities for Solana programs, including extracting Interface Definition Language (IDL) data from closed-source smart contracts and decompiling them.

The repository exposes one documented MCP tool, decode. It is intended for workflows where an agent needs program metadata or an IDL representation without access to the original smart contract source code.

How it works

The decode tool takes a required program_id string containing a Base58-encoded Solana program address. The documented address length is 32 to 44 characters. An optional url parameter lets the caller provide a Solana RPC endpoint. If no RPC URL is supplied, the tool uses Solana mainnet-beta by default.

After processing the program through the Solvitor API, the tool returns an IDL structure. The response includes program metadata and identifies the recovered program type as either anchor or native.

Setup and configuration

adeptus-innovatio/solvitor-mcp is written in Rust and can be installed from crates.io with the Rust toolchain:

bash
cargo install solvitor-mcp

The executable can then be registered as a local MCP server in Claude Desktop or another supported MCP client configuration. The example configuration starts the installed solvitor-mcp binary and passes the API credential through the environment.

Set SOLVITOR_API_KEY to a key obtained from Solvitor’s developer settings. The repository states that a free API key is available. The server does not provide a hosted remote MCP endpoint; the README directs users to contact the project if they need remote MCP support.

Tools and capabilities

  • decode: Extracts an IDL from a Solana program using its program address.
  • Accepts an optional Solana RPC endpoint instead of relying on the mainnet-beta default.
  • Returns program metadata and distinguishes Anchor programs from native programs.
  • Provides access to Solvitor’s reverse-engineering and decompilation platform through MCP.

Limitations and notes

The documented tool set contains only decode; the README does not describe separate MCP tools for decompilation or other Solana operations. Results depend on the Solvitor API and the RPC endpoint used to inspect the program. A valid SOLVITOR_API_KEY is required, and the server must be run locally with the Rust-installed executable.

The project is licensed under MIT. adeptus-innovatio/solvitor-mcp is therefore a fit for local agent workflows that need Solana program inspection, but not for deployments that require an already-hosted MCP service based on the supplied documentation.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Security View all alternatives
  • Apktool MCP Server logoApktool MCP Server

    APKTool MCP Server is a MCP server for the Apk Tool to provide automation in reverse engineering of Android APKs.

    🔒 Security3 views
    Compare vs Apktool MCP Server →
  • Jadx AI MCP logoJadx AI MCP

    JADX-AI-MCP is a plugin and MCP Server for the JADX decompiler that integrates directly with Model Context Protocol (MCP) to provide live reverse engineering support with LLMs like Claude.

    🔒 Security3 views
    Compare vs Jadx AI MCP →
  • Ida Pro MCP logoIda Pro MCP

    MCP server for IDA Pro, allowing you to perform binary analysis with AI assistants. This plugin implement decompilation, disassembly and allows you to generate malware analysis reports automatically.

    🔒 Security4 views
    Compare vs Ida Pro MCP →
  • HAL logoHAL

    HAL (HTTP API Layer) - An MCP server that provides HTTP API capabilities to Large Language Models

    🔒 Security2 views
    Compare vs HAL →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
3
Stargazers on the source repository.
Last commit
11mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Solvitor MCP

Install the Rust toolchain, then run `cargo install solvitor-mcp`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSolvitor MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/adeptus-innovatio-solvitor-mcp?style=directory)](https://allmcps.com/mcp/adeptus-innovatio-solvitor-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/adeptus-innovatio-solvitor-mcp"><img src="https://allmcps.com/api/badge/adeptus-innovatio-solvitor-mcp?style=directory" alt="Solvitor MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🔒Security
PricingFree
More technical detailsExpand â–¾
AuthAPI key
LicenseMIT
ClientsClaude Desktop
Last updatedSep 7, 2026
10/10 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars3
GitHub Star CountTotal stargazers on GitHub representing community popularity (3 stars).
Last commit11mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Oct 2, 2025
40Quality signal: Fair · 40/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools19/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🔒 Security →Best MCP servers for Security →Alternatives to Solvitor MCP →Install in Claude DesktopInstall in CursorInstall in VS Code