CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
qbt-labs avatar

Openmm Mcp

qbt-labs/openmm-mcp
213 toolsSTDIOregistry active
Summary

Connects Claude to crypto markets through OpenMM, giving you real-time ticker data, orderbook depth, and OHLCV candles across exchanges like MEXC. You can check balances, place and cancel orders, and run grid trading strategies directly from the chat interface. Also taps Cardano DEXes for token prices and pool discovery. Ships with an encrypted vault so API keys and wallet private keys never touch your MCP config files. The hosted option at mcp.openmm.io uses x402 micropayments in USDC on Base, charging fractions of a cent per tool call. Reach for this when you want conversational access to both CEX trading operations and on-chain DeFi data without juggling exchange dashboards.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Tools

Public tool metadata for what this MCP can expose to an agent.

13 tools
get_tickerGet real-time price, bid/ask, spread, and volume for a trading pair on a supported exchange2 params

Get real-time price, bid/ask, spread, and volume for a trading pair on a supported exchange

Parameters* required
exchangestring
Exchange to query. Supported: mexc, gateio, bitget, kraken
symbolstring
Trading pair symbol (e.g., BTC/USDT, INDY/USDT)
get_orderbookFetch order book depth (bids and asks) for a trading pair on a supported exchange3 params

Fetch order book depth (bids and asks) for a trading pair on a supported exchange

Parameters* required
exchangestring
Exchange to query. Supported: mexc, gateio, bitget, kraken
limitnumber
Number of results to return (default: 10, max: 100)default: 10
symbolstring
Trading pair symbol (e.g., BTC/USDT, INDY/USDT)
get_tradesGet recent trades for a trading pair on a supported exchange3 params

Get recent trades for a trading pair on a supported exchange

Parameters* required
exchangestring
Exchange to query. Supported: mexc, gateio, bitget, kraken
limitnumber
Number of results to return (default: 20, max: 100)default: 20
symbolstring
Trading pair symbol (e.g., BTC/USDT, INDY/USDT)
get_balanceGet account balances for all assets (or a specific asset) on a supported exchange2 params

Get account balances for all assets (or a specific asset) on a supported exchange

Parameters* required
assetstring
Optional asset to filter by (e.g., USDT, BTC). Returns all assets if omitted.
exchangestring
Exchange to query. Supported: mexc, gateio, bitget, kraken
list_ordersList open orders on a supported exchange, optionally filtered by trading pair symbol2 params

List open orders on a supported exchange, optionally filtered by trading pair symbol

Parameters* required
exchangestring
Exchange to query. Supported: mexc, gateio, bitget, kraken
symbolstring
Optional trading pair to filter by (e.g., BTC/USDT). Returns all if omitted.
create_orderCreate a new order (limit or market) on a supported exchange6 params

Create a new order (limit or market) on a supported exchange

Parameters* required
amountnumber
Order amount in base currency
exchangestring
Exchange to query. Supported: mexc, gateio, bitget, kraken
pricenumber
Order price (required for limit orders, ignored for market orders)
sidestring
Order side: buy or sellone of buy · sell
symbolstring
Trading pair symbol (e.g., BTC/USDT, INDY/USDT)
typestring
Order type: limit or marketone of limit · market
cancel_orderCancel a specific order by ID on a supported exchange3 params

Cancel a specific order by ID on a supported exchange

Parameters* required
exchangestring
Exchange to query. Supported: mexc, gateio, bitget, kraken
orderIdstring
The order ID to cancel
symbolstring
Trading pair symbol (e.g., BTC/USDT, INDY/USDT)
cancel_all_ordersCancel all open orders for a trading pair on a supported exchange2 params

Cancel all open orders for a trading pair on a supported exchange

Parameters* required
exchangestring
Exchange to query. Supported: mexc, gateio, bitget, kraken
symbolstring
Trading pair symbol (e.g., BTC/USDT, INDY/USDT)
get_cardano_priceGet aggregated price for a Cardano native token from DEX liquidity pools (TOKEN/USDT via ADA bridge)1 params

Get aggregated price for a Cardano native token from DEX liquidity pools (TOKEN/USDT via ADA bridge)

Parameters* required
symbolstring
Cardano token symbol (INDY, SNEK, MIN, NIGHT)
discover_poolsDiscover Cardano DEX liquidity pools for a native token via Iris API1 params

Discover Cardano DEX liquidity pools for a native token via Iris API

Parameters* required
symbolstring
Cardano token symbol (INDY, SNEK, MIN, NIGHT)
start_grid_strategyCalculate and optionally place grid trading orders around the current price9 params

Calculate and optionally place grid trading orders around the current price

Parameters* required
dryRunboolean
Preview grid without placing orders (default: true)default: true
exchangestring
Exchange to query. Supported: mexc, gateio, bitget, kraken
levelsnumber
Grid levels per side (default: 5)default: 5
orderSizenumber
Base order size in quote currency (default: 50)default: 50
sizeModelstring
Size modelone of flat · pyramidaldefault: flat
spacingnumber
Base spacing as decimal (default: 0.02 = 2%)default: 0.02
spacingFactornumber
Factor for geometric spacing (default: 1.3)default: 1.3
spacingModelstring
Spacing modelone of linear · geometricdefault: linear
symbolstring
Trading pair symbol (e.g., BTC/USDT, INDY/USDT)
stop_strategyCancel all open orders for a trading pair, effectively stopping any running grid strategy2 params

Cancel all open orders for a trading pair, effectively stopping any running grid strategy

Parameters* required
exchangestring
Exchange to query. Supported: mexc, gateio, bitget, kraken
symbolstring
Trading pair symbol (e.g., BTC/USDT, INDY/USDT)
get_strategy_statusGet current grid strategy status: open orders, current price, and P&L estimate2 params

Get current grid strategy status: open orders, current price, and P&L estimate

Parameters* required
exchangestring
Exchange to query. Supported: mexc, gateio, bitget, kraken
symbolstring
Trading pair symbol (e.g., BTC/USDT, INDY/USDT)

@qbtlabs/openmm-mcp

smithery badge npm version npm downloads License: MIT Ask DeepWiki

📚 Documentation · 🤖 AI Skills Portal · 🔌 API Reference

MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents via any MCP client.

openmm-mcp MCP server

Two Ways to Use

OptionBest ForAPI KeysPayments
Local (npm)Full control, your own keysEncrypted vaultFree
Hosted (mcp.openmm.io)No setup, pay-per-useNot needed for public datax402 USDC

Local Setup

Prerequisites: Node.js 20 or later.

1. Install and configure

npm install -g @qbtlabs/openmm-mcp
openmm-mcp --setup

The setup wizard writes the correct MCP config for your client (Claude Desktop, Claude Code, Cursor, Windsurf). No credentials are stored in config files — only the socket path.

2. Initialize encrypted vault

openmm-init

This creates an encrypted vault at ~/.openmm/vault.enc containing your wallet key and exchange API credentials. You'll set a password, generate (or import) a wallet, and optionally add exchange keys.

3. Start the server

openmm serve

Type your vault password once. The unified socket starts at /tmp/openmm.sock — all MCP clients connect here. No credentials exist in any config file.

Manual configuration

If you prefer to edit config files directly instead of using --setup:

ClientConfig file
Claude Desktop~/Library/Application Support/Claude/claude_desktop_config.json
Claude Code~/.claude.json
Cursor.cursor/mcp.json
Windsurf~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "openmm": {
      "command": "node",
      "args": ["/path/to/openmm-mcp/dist/index.js"],
      "env": {
        "MCP_TRANSPORT": "stdio",
        "OPENMM_SOCKET": "/tmp/openmm.sock",
        "PAYMENT_SERVER": "https://mcp.openmm.io",
        "X402_TESTNET": "true"
      }
    }
  }
}

Replace /path/to/openmm-mcp with the actual install path. For Claude Desktop, use the full path to node (e.g. from which node) to avoid nvm/PATH issues.

Tip: Run openmm-mcp --setup instead — it writes the correct absolute paths automatically.

No API keys. No private keys. No passwords. Just the socket path.

Without vault (quick start)

You can skip the vault and pass API keys directly in the env block:

{
  "mcpServers": {
    "openmm": {
      "command": "npx",
      "args": ["@qbtlabs/openmm-mcp"],
      "env": {
        "MEXC_API_KEY": "your_key",
        "MEXC_SECRET": "your_secret"
      }
    }
  }
}

The vault strengthens every scenario — nothing sensitive exists in any config file, process environment, or client memory.

Client compatibility

ClientWithout vaultWith vault
Claude DesktopAPI keys in envOnly OPENMM_SOCKET
Claude CodeAPI keys in envOnly OPENMM_SOCKET
CursorAPI keys in envOnly OPENMM_SOCKET
WindsurfAPI keys in envOnly OPENMM_SOCKET

All clients connect to the same running openmm serve — one vault, one socket, any client.


Hosted Server with x402 Payments

Connect to mcp.openmm.io — no local installation needed for public data. Pay per tool call with USDC on Base.

How it works

AI Agent (Claude / Cursor / Windsurf)
│  MCP stdio — no keys in config
▼
MCP Client Process
(reads OPENMM_SOCKET — credentials never here)
│  Unix socket /tmp/openmm.sock (mode 0600)
▼
openmm serve — unified vault process
┌──────────────────────────────────┐
│  ~/.openmm/vault.enc             │
│  AES-256-GCM + PBKDF2           │  ← wallet key + exchange keys, one vault
│            │                     │
│  Policy Engine                   │  ← maxPerTx, maxPerDay, allowedChains
│  (checked before key is touched) │
│            │                     │
│  signAndWipe()                   │  ← key used inline, wiped from memory
└──────────────────────────────────┘
│  EIP-3009 signature only
▼
mcp.openmm.io → x402 verification → Base L2 settlement

Security properties

PropertyHow
Keys encrypted at restAES-256-GCM + PBKDF2 in ~/.openmm/vault.enc
Keys never in client memoryMCP process only holds socket path
Keys never in config filesNo API keys, no private keys anywhere in config
Process isolationSigning happens in openmm serve, not in the AI agent process
Policy enforcementSpending limits checked before private key is accessed
Memory safetysignAndWipe() — key used once, goes out of scope immediately

Payment flow

  1. Agent calls a tool
  2. Server returns 402 Payment Required with price
  3. openmm serve signs EIP-3009 authorization (gasless — no ETH needed)
  4. Server submits payment on-chain and returns data

Tool Pricing

CategoryToolsPrice (USDC)
Freelist_exchanges$0.00
Readget_ticker, get_orderbook, get_trades, get_ohlcv, get_balance, list_orders, get_cardano_price, discover_pools, get_strategy_status$0.001
Writecreate_order, cancel_order, cancel_all_orders, start_grid_strategy, stop_strategy$0.01

Available Tools (15)

ToolDescriptionParameters
Market Data
list_exchangesList supported exchanges—
get_tickerReal-time price, bid/ask, spread, volumeexchange, symbol
get_orderbookOrder book depth (bids/asks)exchange, symbol, limit?
get_tradesRecent trades with buy/sell summaryexchange, symbol, limit?
get_ohlcvOHLCV candlestick dataexchange, symbol, timeframe?, limit?
Account
get_balanceAccount balances (all or filtered)exchange, asset?
list_ordersOpen orders (all or by symbol)exchange, symbol?
Trading
create_orderPlace limit or market orderexchange, symbol, type, side, amount, price?
cancel_orderCancel order by IDexchange, symbol, orderId
cancel_all_ordersCancel all orders for a pairexchange, symbol
Cardano DEX
get_cardano_priceAggregated token price from DEXessymbol
discover_poolsDiscover liquidity poolssymbol, minLiquidity?
Strategy
start_grid_strategyStart grid tradingexchange, symbol, lowerPrice, upperPrice, gridLevels?, totalAmount
stop_strategyStop a running strategystrategyId, cancelOrders?
get_strategy_statusGet strategy statusstrategyId

CLI Reference

Setup & Server

CommandDescription
openmm-initCreate vault, generate/import wallet, add exchanges
openmm-init --import <key>Create vault with an existing private key
openmm serveUnlock vault, start unified socket
openmm-statusShow vault, socket, wallet, and exchange status (no password)

Exchange Credentials

CommandDescription
openmm-exchange listList configured exchanges
openmm-exchange add <id>Add exchange credentials
openmm-exchange remove <id>Remove exchange credentials

Supported exchanges: mexc, gateio, bitget, kraken, binance, coinbase, okx

Wallet

CommandDescription
openmm-wallet infoShow wallet address and chain
openmm-wallet setSet wallet credentials
openmm-wallet exportDisplay private key (requires confirmation)

Spending Policy

CommandDescription
openmm-policy showShow current policy
openmm-policy set max-per-tx <amount>Max USDC per transaction
openmm-policy set max-per-day <amount>Max USDC per day
openmm-policy set allowed-chains <chains>Comma-separated chain IDs
openmm-policy resetClear all policy limits

Advanced

CommandDescription
openmm-vault infoShow vault metadata
openmm-vault change-passwordChange vault password
openmm-vault exportExport all credentials (dangerous)
openmm-vault destroyDelete the vault

Example Usage

Check BTC price:

"Get me the BTC/USDT ticker on MEXC"

Place an order:

"Buy 0.1 ETH at $2400 on Kraken"

Start grid strategy:

"Start a grid strategy on MEXC for INDY/USDT between $0.10 and $0.15 with 10 levels and $500 total"

Check Cardano token:

"What's the current price of SNEK on Cardano DEXes?"

Security

  • Vault: AES-256-GCM encrypted at ~/.openmm/vault.enc
  • Password: Interactive terminal only — never in any config file, env var, or CLI flag
  • Socket: /tmp/openmm.sock mode 0600 — the socket is the authentication boundary
  • Policy: Spending limits enforced at the socket before the private key is touched
  • Isolation: Private key never enters any MCP client process memory — signing happens in the openmm serve process via IPC

Development

git clone https://github.com/QBT-Labs/openMM-MCP.git
cd openMM-MCP
npm install
npm run typecheck
npm run lint
npm test
npm run build

Resources

  • OpenMM SDK — Underlying trading SDK
  • x402 Package — Payment integration
  • MCP Specification — Model Context Protocol docs
  • Base Network — L2 for USDC payments

License

MIT

Hosted deployment

A hosted deployment is available on Fronteir AI.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Data & AnalyticsFinance & Commerce
Registryactive
Package@qbtlabs/openmm-mcp
TransportSTDIO
UpdatedMar 8, 2026
View on GitHub

Related Data & Analytics MCP Servers

View all →
tradeparadex avatar
Paradex Trading

tradeparadex/mcp-paradex-py

MCP server for Paradex perp trading. Market data, accounts, orders, positions, and vaults.
2
tschoonj avatar
Xraylib Mcp Server

tschoonj/xraylib-mcp-server

MCP server providing X-ray interaction data via xraylib
2
tushariitr-19 avatar
Patents Mcp

tushariitr-19/patents-mcp

Patent search and prior art discovery via Google Patents on BigQuery
2
txn2 avatar
Mcp Datahub

txn2/mcp-datahub

MCP server for DataHub data catalogs. Discover datasets, explore lineage, and access metadata.
2
voidmobcom avatar
Voidmob Mcp

voidmobcom/voidmob-mcp

Mobile proxies, SMS verifications, and global eSIM data plans for AI agents.
2
xerno42 avatar
Helldivers2 Mcp

xerno42/helldivers2-mcp

MCP server exposing live Helldivers 2 galactic war data.
2