Injective MCP Server
Enables AI agents to trade perpetual futures, manage wallets, transfer tokens, bridge cross-chain, and execute EVM transactions on Injective using natural language.
README
Injective MCP Server
An MCP (Model Context Protocol) server that gives AI agents full trading capabilities on Injective — perpetual futures, spot transfers, cross-chain bridging, and raw EVM transactions.
Connect it to Claude Desktop or Claude Code and trade with natural language.
Tools
Wallets
| Tool | Description |
|---|---|
wallet_generate |
Generate a new Injective wallet. Returns address + mnemonic (shown once). |
wallet_import |
Import a wallet from a hex private key. |
wallet_list |
List all wallets in the local keystore (addresses only — no keys). |
wallet_remove |
Permanently delete a wallet from the keystore. |
Markets & Accounts
| Tool | Description |
|---|---|
market_list |
List all active perpetual futures markets. |
market_price |
Get the current oracle price for a market by symbol (e.g. "BTC"). |
account_balances |
Get bank + subaccount balances. Supports all token types. |
account_positions |
Get open perpetual positions with unrealized P&L. |
token_metadata |
Look up symbol, decimals, and type for any denom. |
Perpetual Trading
| Tool | Description |
|---|---|
trade_open |
Open a position with a market order (Cosmos signing). |
trade_close |
Close an open position with a market order (Cosmos signing). |
trade_open_eip712 |
Open a position using EIP-712 Ethereum signing (MetaMask-compatible keys). |
trade_close_eip712 |
Close a position using EIP-712 Ethereum signing (MetaMask-compatible keys). |
trade_limit_open |
Open a limit order. |
trade_limit_orders |
List open limit orders. |
trade_limit_close |
Cancel a limit order by orderHash. |
trade_limit_states |
Query order states by order hash. |
Transfers & Subaccounts
| Tool | Description |
|---|---|
transfer_send |
Send tokens to another Injective address. |
subaccount_deposit |
Deposit from bank balance into a trading subaccount. |
subaccount_withdraw |
Withdraw from a trading subaccount back to bank balance. |
Bridging
| Tool | Description |
|---|---|
bridge_withdraw_to_eth |
Withdraw to Ethereum via the Peggy bridge (~30 min, fee applies). |
bridge_debridge_quote |
Get a deBridge DLN quote to any supported chain. Read-only. |
bridge_debridge_send |
Bridge tokens from Injective to another chain via deBridge DLN. |
EVM
| Tool | Description |
|---|---|
evm_broadcast |
Broadcast a raw EVM transaction on Injective EVM. |
Setup
npm install
npm run build
Connect to Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"injective": {
"command": "node",
"args": ["/path/to/mcp-server/dist/mcp/server.js"],
"env": {
"INJECTIVE_NETWORK": "mainnet"
}
}
}
}
Connect to Claude Code
Add to ~/.claude/mcp.json or your project's MCP config:
{
"mcpServers": {
"injective": {
"command": "node",
"args": ["/path/to/mcp-server/dist/mcp/server.js"],
"env": {
"INJECTIVE_NETWORK": "mainnet"
}
}
}
}
Set INJECTIVE_NETWORK to "testnet" to use the Injective testnet.
Quickstart
Once connected, a typical session looks like:
> List all BTC and ETH perpetual markets
> What's the current price of BTC?
> Show my balances for inj1...
> Deposit 100 USDT into my trading subaccount
> Open a $50 long on BTC/USDT with 5x leverage
> Show my open positions
> Close my BTC position
For limit orders:
> Open a limit buy on ETH at $3200 for $100 notional, 3x leverage
> List my open limit orders
> Cancel order 0xabc...
For bridging:
> Get a deBridge quote to bridge 50 USDT from Injective to Base
> Bridge 50 USDT to 0x... on Base via deBridge
Architecture
Claude (MCP client)
│ tool calls over stdio
▼
MCP Server (src/mcp/server.ts)
│
├── config/ Network config (testnet / mainnet)
├── keystore/ AES-256-GCM encrypted key storage
├── wallets/ Wallet generation and management
├── markets/ Market data with in-memory caching
├── accounts/ Balances and positions
├── trading/ Perpetual market orders (Cosmos signing)
├── evm/eip712 Perpetual market orders (EIP-712 signing)
├── orders/ Perpetual limit order lifecycle
├── transfers/ Bank transfers and subaccount moves
├── bridges/ Peggy + deBridge cross-chain
└── evm/ Generic Injective EVM tx broadcasting
│
▼
Injective Chain
@injectivelabs/sdk-ts
Security
- Private keys are never stored in plaintext — AES-256-GCM + scrypt at rest
- Keys live in
~/.injective-agent/keys/with0600permissions - Claude never sees raw private keys — only addresses and tx hashes
- Wallet passwords are passed as tool parameters and may appear in MCP client logs — avoid reusing passwords from other services
See SECURITY.md for the full security model.
Development
npm test # unit tests (no network required)
npm run test:integration # integration tests against testnet
npm run typecheck # TypeScript type check
Token Support
All Injective denom formats are supported:
| Type | Format | Example |
|---|---|---|
| Native | inj |
INJ |
| Peggy (bridged ERC-20) | peggy0x... |
USDT |
| IBC | ibc/... |
ATOM |
| TokenFactory | factory/inj.../name |
— |
| MTS / Injective EVM ERC-20 | erc20:0x... |
Injective EVM tokens |
Token metadata (symbol, decimals) is resolved automatically against on-chain registry and cached for the lifetime of the server process.
Networks
| Network | INJECTIVE_NETWORK |
|---|---|
| Mainnet | mainnet |
| Testnet | testnet |
Testnet faucet: https://testnet.faucet.injective.network/
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。