bitpin-mcp-server
If you are the rightful owner of bitpin-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This repository provides an MCP server implementation for the Bitpin cryptocurrency exchange, enabling interaction with the Bitpin API for various trading operations.
The Bitpin MCP Server is a robust implementation designed to facilitate seamless interaction with the Bitpin cryptocurrency exchange. It provides a comprehensive suite of tools for managing cryptocurrency trading activities, including retrieving wallet balances, market data, and order details. The server supports executing various types of orders such as limit, market, stop-limit, and OCO (One Cancels the Other) orders. This server is built on .NET 9 or higher and requires the BitpinClient NuGet package for integration. It is designed to be easily configurable and extendable, allowing users to efficiently manage their trading activities on the Bitpin platform. The server also includes comprehensive unit tests to ensure reliability and proper error handling.
Features
- Retrieve wallet balances for various cryptocurrencies.
- Access a list of all supported trading markets and current price lists.
- Place different types of orders: limit, market, stop-limit, and OCO.
- Retrieve and manage open and completed orders.
- Comprehensive unit tests for market data, authentication, and order management.