@blueprintaix/blueprint-mcp
OfficialProvides tools for discovering, evaluating, and executing yield strategies on Solana blockchain, with local signing of transactions.
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., "@@blueprintaix/blueprint-mcpShow me the best yield opportunities on Base for my ETH"
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.
@blueprintaix/blueprint-mcp
An MCP server that connects AI assistants to DeFi yield opportunities across EVM and Solana chains. Discover, evaluate, and execute yield strategies through natural conversation—with transactions signed locally on your machine.
Features
Multi-chain support — Base (EVM) and Solana, with more chains coming soon
Local signing — Private keys never leave your machine
MCP integration — Works with Claude Desktop and other MCP-compatible clients
Intent execution — Automatically signs and submits transactions
Related MCP server: ONEDeFi MCP Server
Quick Start
Add the following to your Claude Desktop configuration:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"blueprint": {
"command": "npx",
"args": ["-y", "@blueprintaix/blueprint-mcp"],
"env": {
"BLUEPRINT_API_KEY": "<your-api-key>",
"EVM_PRIVATE_KEY": "<your-evm-private-key>",
"SOLANA_PRIVATE_KEY": "<your-solana-private-key>"
}
}
}
}Configuration
Variable | Required | Description |
| No | API key for Blueprint services (see below for x402 fallback) |
| One required | Private key for EVM transactions |
| One required | Private key for Solana transactions (base58) |
| No | Custom Base RPC endpoint |
| No | Custom Solana RPC endpoint |
At least one of
EVM_PRIVATE_KEYorSOLANA_PRIVATE_KEYmust be provided.
x402 Payment Fallback
If no BLUEPRINT_API_KEY is provided, the MCP SDK will automatically fall back to using x402 for making payments to call tools. Payments are made on Base using USDC.
When using x402 payments, EVM_PRIVATE_KEY is required to sign the payment transactions.
Get an API Key
Contact meet@emberlabs.io to request a Blueprint API key, or use x402 payments as described above.
Troubleshooting
Server doesnt start? Check the following:
Missing private key for x402 — If using x402 payments (no
BLUEPRINT_API_KEY), ensureEVM_PRIVATE_KEYis setInvalid private key format:
EVM_PRIVATE_KEYmust start with0x(66 characters total)SOLANA_PRIVATE_KEYmust be base58-encoded (~88 characters)
Cached package issue — Clear the npx cache and restart:
rm -rf ~/.npm/_npx
Still stuck? Check the MCP logs in Claude Desktop (~/Library/Logs/Claude/ mcp-server-bp.log)
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BlueprintAIx/blueprint-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server