Token导航 LogoToken导航TokenDH.com
Nerve MCP logo
金融服务stdio官方级别未说明来源级核验

Nerve MCP

MCP Server

nerve-mcp

为AI助手提供NERVE DEX的交易API服务,包括市场浏览、订单交易、持仓监控及AI交易评分等功能。

工具数

10

提示词数

0

GitHub Stars

0

资源数

0
金融科技JavaScriptClaudeClaude DesktopClaudeCursor

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

LXGIC-Studios

提供方

LXGIC-Studios

最后核验

2026/5/17 20:22

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx nerve-mcp

详细介绍

nerve-mcp

MCP server for NERVE — the AI-powered perpetual DEX. Trade any market with AI conviction scoring, directly from Claude, GPT, Cursor, or any MCP-compatible agent.

What it does

Exposes NERVE's trading API as MCP tools so AI assistants can:

  • Browse markets and orderbooks
  • Place trades (market and limit orders) with leverage
  • Monitor positions and account balance
  • Get AI conviction scores before trading
  • Pull OHLCV candle data for analysis
  • View your AI behavioral trading profile

Install

npm install -g nerve-mcp

Or run directly with npx:

npx nerve-mcp

Configuration

Set your NERVE API key as an environment variable:

export NERVE_API_KEY=nrv_sk_your_key_here

Optional: override the API URL (defaults to https://nerve-opal.vercel.app):

export NERVE_API_URL=https://your-nerve-instance.com

Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "nerve": {
      "command": "npx",
      "args": ["-y", "nerve-mcp"],
      "env": {
        "NERVE_API_KEY": "nrv_sk_your_key_here"
      }
    }
  }
}

Cursor

Add to .cursor/mcp.json in your project:

{
  "mcpServers": {
    "nerve": {
      "command": "npx",
      "args": ["-y", "nerve-mcp"],
      "env": {
        "NERVE_API_KEY": "nrv_sk_your_key_here"
      }
    }
  }
}

Available Tools

ToolDescription
get_marketsList all trading pairs with prices, 24h change, volume
get_market_detailDetailed info for one market (funding rate, OI, stats)
get_orderbookOrder book with bids, asks, and spread
place_orderPlace a market or limit order with leverage
get_positionsView all open positions with PnL
close_positionClose a position by symbol
get_accountAccount equity, margin, and unrealized PnL
get_ai_scoreAI conviction score for a potential trade (0-100)
get_ai_profileYour AI behavioral trading profile and insights
get_candlesOHLCV candlestick data for technical analysis

Examples

Once configured, you can ask your AI assistant things like:

  • "What markets are available on NERVE?"
  • "Show me the BTC-PERP orderbook"
  • "What's the AI conviction score for longing ETH at 5x leverage?"
  • "Place a market buy for 0.1 BTC-PERP at 10x leverage"
  • "What are my open positions?"
  • "Show me my trading profile"

Development

git clone https://github.com/LXGIC-Studios/nerve-mcp.git
cd nerve-mcp
npm install
npm run build

Test locally with the MCP inspector:

npx @modelcontextprotocol/inspector node dist/index.js

License

MIT


Built by LXGIC Studios

· Twitter

Want more free tools like this? We have 100+ on our GitHub:

目录标签

目录标签

金融科技JavaScriptClaudeAI交易本地部署去中心化交易API服务量化交易

支持客户端

Claude DesktopClaudeCursor

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

api-key

运行时(runtime,运行环境)

Node.js

来源包(packageName,安装包名)

nerve-mcp

工具数量(toolCount,工具数)

10

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdioapi-key部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP