Solvitor Mcp
@Adeptus-Innovatio
关于 Solvitor Mcp
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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"solvitor-mcp": {
"command": "/Users/$username/.cargo/bin/solvitor-mcp",
"args": [],
"env": {
"SOLVITOR_API_KEY": "your_solvitor_api_key"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Solvitor Mcp?
Solvitor Mcp is a Model Context Protocol (MCP) server that exposes a tool for interacting with the Solvitor API. It helps developers extract IDL files from closed-source Solana smart contracts and decompile them using AI-powered reverse engineering techniques. It is intended for developers working with Solana programs who need to recover interface definitions.
How to use Solvitor Mcp?
Install via cargo install solvitor-mcp, then add the binary path to your claude_desktop_config.json with the environment variable SOLVITOR_API_KEY set to your API key. The server exposes a single tool called decode, which accepts a Solana program ID (Base58, 32–44 characters) and an optional RPC URL.
Key features of Solvitor Mcp
decodetool to extract IDL from any Solana program- Accepts a program ID and optional RPC endpoint
- Returns IDL structure with metadata and program type
- Supports Anchor and native program IDL extraction
- Requires Rust toolchain and a free Solvitor API key
- Defaults to mainnet-beta RPC if no URL provided
Use cases of Solvitor Mcp
- Decompile a closed-source Solana smart contract to understand its interface
- Extract IDL for a program that has no published source code
- Integrate IDL extraction into an MCP-compatible AI assistant workflow
- Analyze program interfaces for security auditing or integration
- Build developer tooling that needs on-demand program metadata
FAQ from Solvitor Mcp
What does the decode tool do?
It extracts the Interface Definition Language (IDL) from any Solana program using reverse engineering techniques. It returns the IDL structure with program metadata and indicates whether the program is Anchor or native.
Do I need an API key to use Solvitor Mcp?
Yes. You can obtain a free Solvitor API key from solvitor.xyz/developer-settings and set it as the SOLVITOR_API_KEY environment variable.
What are the runtime requirements?
The server requires the Rust toolchain (installable via rustup.rs) and is distributed as a Rust crate installed with cargo install. No additional runtime dependencies are needed.
Does Solvitor Mcp support remote MCP?
Not yet. If remote MCP is needed, the README suggests contacting the team on Twitter (x.com/solvitor_xyz) and the feature can be built on request.
What transports and authentication does it use?
The server runs over the standard MCP stdio transport and authenticates requests using the SOLVITOR_API_KEY environment variable. No other transports are mentioned.
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome Mlops
visengerA curated list of references for MLOps
评论