送信

Bitpin Mcp Server

@Kamyab7

This repository provides a comprehensive implementation of the Bitpin cryptocurrency exchange API through an MCP (Model Context Protocol) server.

ツール

サーバー設定

{
  "mcpServers": {
    "BitpinExchange": {
      "command": "dotnet",
      "args": [
        "run",
        "--project",
        "{YOUR-PATH}\\MCPServer.csproj",
        "--no-build"
      ],
      "env": {
        "BITPIN_API_KEY": "****",
        "BITPIN_API_SECRET": "****",
        "BITPIN_API_URL": "https://api.bitpin.org/api/v1/"
      }
    }
  }
}