M

McpServer

@Sanchello69/McpServer
0 Stars 195 次浏览 Sanchello69 更新于 2026-08-23

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "coincap": {
      "args": [
        "/Users/aleksandrvasilev/McpServer/index.js"
      ],
      "command": "node"
    }
  }
}

服务介绍

CoinCap MCP Server

MCP CoinCap API v3.

:

  • get_assets -
  • get_asset_by_id -
  • get_rates -
  • get_rate_by_id -
  • get_markets -

  1. , Node.js ( 18 )

  2. :

npm install
  1. () API CoinCap:
    cp .env.example .env
    
    • API .env:
    COINCAP_API_KEY=_api_
    

: API CoinCap API v3. https://pro.coincap.io/ API API.

:

npm start

Claude Desktop

MCP Claude Desktop, Claude:

macOS

: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows

: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "coincap": {
      "command": "node",
      "args": ["/Users/aleksandrvasilev/McpServer/index.js"]
    }
  }
}

/Users/aleksandrvasilev/McpServer/index.js index.js .

MCP Claude Desktop, :

  • " ?"
  • " -10 "
  • " ?"
  • " Cardano"
  • " ?"

API Endpoints

CoinCap API v3:

:
  1. , API :

    • .env COINCAP_API_KEY
    • ,
    • Claude Desktop .env
  2. ** API:**

    • API v3
    • ,
  3. ** :**

MIT

相关 MCP 服务