Submit

Bitpin Mcp Server

@Kamyab7

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

Tools

Server Config

{
  "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/"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.