Enables creation and management of Multi-Party Computation (MPC) wallets on the Solana blockchain, including capabilities to sign raw hex data and check wallet status.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Para Wallet MCP ServerCreate a new EVM wallet for user@example.com and give me the address"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Para Wallet MCP Server
An MCP (Model Context Protocol) server that wraps Para's REST API, giving AI agents wallet creation and signing capabilities via MPC (Multi-Party Computation).
Tools
Tool | Purpose |
| Create an MPC wallet (EVM, Solana, Cosmos) |
| Get wallet status and address |
| Sign 0x-hex data via MPC |
| Batch-fetch multiple wallets by ID |
| Poll until wallet is ready after creation |
Setup
Get a Para API key at developer.getpara.com
Allowlist your server IP in the Para dashboard
Clone and install:
Copy
.env.exampleto.envand add your API key:
MCP Client Configuration
Add to your MCP client config (e.g. Claude Desktop claude_desktop_config.json):
Or for development with tsx:
Development
Example Workflow
License
MIT