Submit

Bitpin Mcp Server

@Kamyab7

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

What is Bitpin MCP Server?

Bitpin MCP Server is a comprehensive implementation of the Bitpin cryptocurrency exchange API through an MCP (Model Context Protocol) server, allowing users to interact with the Bitpin API for trading and managing cryptocurrency assets.

How to use Bitpin MCP Server?

To use the Bitpin MCP Server, set up the server by installing the required dependencies, configuring your Bitpin API settings, and running the server to access various trading tools.

Key features of Bitpin MCP Server?

  • Retrieve wallet balances and market data.
  • Execute various types of orders: limit, market, stop-limit, and OCO (One Cancels the Other).
  • Access to completed orders and order details.
  • Supports multiple cryptocurrencies and trading markets.

Use cases of Bitpin MCP Server?

  1. Managing cryptocurrency wallets and balances.
  2. Executing trades on the Bitpin exchange.
  3. Retrieving market data for analysis and decision-making.

FAQ from Bitpin MCP Server?

  • What programming language is used for Bitpin MCP Server?

The server is implemented in C# and requires .NET 9 or higher.

  • Is there a demo available for the Bitpin MCP Server?

Yes! A live demo showcasing the server's capabilities is available on YouTube.

  • Do I need an API key to use the Bitpin MCP Server?

Yes, you need to configure your Bitpin API Key and Secret to access the server's features.

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.