@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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityBmaintenanceTransforms AI assistants into autonomous crypto trading agents with real-time market analysis, portfolio management, and trade execution across 17+ blockchains.Last updated324552MIT
- Flicense-qualityDmaintenanceEnables AI-powered DeFi operations across Ethereum, Polygon, and Solana with automated portfolio optimization, risk assessment, and yield farming strategies. Provides intelligent portfolio diagnostics, investment strategy generation, and multi-chain DeFi protocol integration through natural language.Last updated
- AlicenseCqualityDmaintenanceEnables AI agents to interact with cryptocurrency ecosystems through wallet management, trading operations (swaps, DCA, limit orders), staking, and multi-chain support starting with Solana.Last updated37GPL 3.0
- Alicense-qualityDmaintenanceEnables AI agents to interact with any EVM-compatible blockchain through natural language, supporting token swaps, cross-chain bridges, staking, lending, governance, gas optimization, and portfolio tracking across networks like Ethereum, BSC, Polygon, Arbitrum, and more.Last updated2739Apache 2.0
Related MCP Connectors
Non-custodial DeFi for AI agents: swaps, concentrated liquidity (V3/V4) zaps + ranges, 5 EVM chains
USDC treasury vaults, streaming payments, and DeFi yield for AI agents
Gasless, MEV-protected onchain token swaps for AI agents on 11 EVM chains, built on CoW Protocol.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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