Openmm MCP
@QBT-Labs
关于 Openmm MCP
MCP server giving AI agents real crypto trading capabilities. 13+ tools for market data, order execution, grid strategies, and portfolio management across 4 exchanges
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"openmm": {
"command": "npx",
"args": [
"@qbtlabs/openmm-mcp"
],
"env": {
"MEXC_API_KEY": "your_key",
"MEXC_SECRET_KEY": "your_secret",
"KRAKEN_API_KEY": "your_key",
"KRAKEN_SECRET": "your_secret"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Openmm MCP?
Openmm MCP is a Model Context Protocol server that exposes market data, account, trading, and strategy tools from the OpenMM trading SDK to AI agents via any MCP client. It can be used locally with an encrypted vault or as a hosted, pay-per-use service.
How to use Openmm MCP?
Install globally via npm install -g @qbtlabs/openmm-mcp, run openmm-mcp --setup to configure your MCP client, then openmm-init to create an encrypted vault, and finally openmm serve to start the server. Alternatively, connect to the hosted server at mcp.openmm.io and pay per tool call with USDC on Base.
Key features of Openmm MCP
- Encrypted vault (AES-256-GCM + PBKDF2) stores credentials
- No API keys or private keys in config files or client memory
- Unix socket isolation (
/tmp/openmm.sockmode 0600) - Policy engine for spending limits on private key access
- x402 USDC payments for hosted usage on Base L2
- 15 tools: market data, account, trading, Cardano DEX, and strategies
- Compatible with Claude Desktop, Claude Code, Cursor, Windsurf
Use cases of Openmm MCP
- AI agent retrieves real-time BTC/USDT ticker from MEXC
- Place a limit order for ETH on Kraken via natural language
- Start a grid trading strategy for INDY/USDT with defined parameters
- Check aggregated Cardano token prices from DEX pools
- Manage account balances and open orders across multiple exchanges
FAQ from Openmm MCP
Which exchanges are supported?
mexc, gateio, bitget, kraken, binance, coinbase, and okx.
How does the hosted payment system work?
The server returns a 402 Payment Required with a price, the local openmm serve signs an EIP-3009 authorization (gasless), and the server submits payment on-chain in USDC on Base.
Where are credentials stored?
Credentials are encrypted in ~/.openmm/vault.enc using AES-256-GCM with PBKDF2. The vault password is entered interactively and never stored in any config file or environment variable.
What are the runtime requirements?
Node.js version 20 or later is required for local usage.
How is security enforced?
The vault is encrypted, the socket has mode 0600, keys are used inline via signAndWipe() and never enter the MCP client process, and spending limits are checked before the private key is accessed.
金融与商务 分类下的更多 MCP 服务器
Alpaca Trading MCP Server
laukikkMCP for the Alpaca trading API to manage stock and crypto portfolios, place trades, and access market data
Edwin
edwin-financeEmpowering AI agents to dominate DeFAI
Awesome Crypto MCP Servers
badkkA collection of crypto MCP servers.
MCP Yahoo Finance
maxscheijenA Model Context Protocol (MCP) server for Yahoo Finance.
MetaTrader 5 MCP Server
QoyyuumA Model Context Protocol (MCP) server for interacting with the MetaTrader 5 trading platform. This server provides AI assistants with tools and resources to access market data, perform trading operations, and analyze trading history.
评论