hvip MCP Server

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.

Category
Visit Server

README

hvip MCP Server

OKX API 全景图 —— 让任何 AI Agent 都能使用 OKX 的全部能力。

npm version License GitHub stars

📦 仓库: 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:

  1. 阅读 CLAUDE.md 了解项目规范
  2. 阅读 CONTRIBUTING.md 了解提交流程
  3. Fork → 创建 Skill → 提 PR → Review → 合并

每个 Skill 串联多个原子工具,解决一个具体的使用场景。


文档

Recommended Servers

playwright-mcp

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.

Official
Featured
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

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.

Official
Featured
TypeScript
Kagi MCP Server

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.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured