hvip MCP Server
Enables AI agents to access the full OKX exchange API for trading, market data, account management, and more through 300+ MCP tools.
README
hvip MCP Server
OKX API 全景图 —— 让任何 AI Agent 都能使用 OKX 的全部能力。
📦 仓库: github.com/okx-wallet-H/hvip-mcp 🐛 Issue: 提交反馈 📖 贡献: CONTRIBUTING.md
快速开始
1. Claude Desktop 接入
在 Claude Desktop 配置中添加:
{
"mcpServers": {
"hvip-mcp": {
"command": "npx",
"args": ["-y", "hvip-mcp-server"],
"env": {
"OKX_API_KEY": "<你的API Key>",
"OKX_SECRET_KEY": "<你的Secret Key>",
"OKX_PASSPHRASE": "<你的Passphrase>"
}
}
}
}
2. 直接运行
npx hvip-mcp-server
3. 本地开发
git clone https://github.com/okx-wallet-H/hvip-mcp.git
cd hvip-mcp
npm install
npm run build
npm start
工具覆盖
| 模块 | 工具数 | 说明 |
|---|---|---|
| 🔹 交易类 | 40+ | 下单/撤单/改单/批量/策略委托 |
| 🔹 行情类 | 30+ | Ticker/K线/深度/资金费率/标记价 |
| 🔹 数据类 | 50+ | 产品信息/多空比/买卖量/PCR/统计数据 |
| 🔹 资金类 | 40+ | 划转/提现/充值/余额/持仓/杠杆 |
| 🔹 策略类 | 20+ | 网格/信号/跟单/价差/RFQ |
| 🔹 金融类 | 15+ | 赚币/质押/借贷/法币 |
| 🔹 预测市场 | 9+ | 事件/市场/深度/套利检测 |
| 🔹 Skill 组合 | 4 | 账户全景/市场速览/下单预检/反馈 |
304 个 MCP 工具 · 覆盖 97.7% OKX REST API · P0 P1 全部清零
架构
原子层 (300+ 工具) → AI Agent 直接调用
↓
Skill 组合层 (4 个) → 串联多工具,一次完成复杂任务
↓
反馈通道 → GitHub Issues → 新 Skill 需求 → AI Agent 自行实现并提 PR
贡献
AI Agent 或开发者都可以贡献 Skill:
- 阅读
CLAUDE.md了解项目规范 - 阅读
CONTRIBUTING.md了解提交流程 - Fork → 创建 Skill → 提 PR → Review → 合并
每个 Skill 串联多个原子工具,解决一个具体的使用场景。
文档
CLAUDE.md— AI Agent 项目指南CONTRIBUTING.md— Skill 贡献流程docs/OKX-MCP-API对接标准-v0.1.8.md— API 对接规范docs/OKX-MCP-防幻觉对接SOP-v1.0.md— 防幻觉 SOP
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.