Bitpin Mcp Server
@Kamyab7
关于 Bitpin Mcp Server
This repository provides a comprehensive implementation of the Bitpin cryptocurrency exchange API through an MCP (Model Context Protocol) server.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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/"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Bitpin Mcp Server?
Bitpin Mcp Server is an MCP (Model Context Protocol) server implementation for the Bitpin cryptocurrency exchange. It exposes tools for retrieving wallet balances, market data, order details, and executing various order types (limit, market, stop-limit, OCO). It is intended for developers who want to integrate Bitpin exchange functionality with LLM-powered applications.
How to use Bitpin Mcp Server?
Install .NET 9 and reference the BitpinClient NuGet package. Configure your Bitpin API Key and Secret either via environment variables (BITPIN_API_KEY, BITPIN_API_SECRET) or in C# settings. Add the MCP server configuration to your application (e.g., in appsettings.json) specifying the dotnet command and the project path. Then run the server using standard MCP client setup.
Key features of Bitpin Mcp Server
- Retrieve wallet balances for various cryptocurrencies.
- Get list of all supported trading markets.
- Fetch current ticker prices and market data.
- Place limit, market, stop-limit, and OCO orders.
- Manage orders: list, retrieve by ID, cancel.
- Retrieve completed orders and recent trades.
- Fetch order books for specific markets.
Use cases of Bitpin Mcp Server
- Build an LLM-powered crypto trading assistant.
- Automate trading strategies using natural language commands.
- Monitor portfolio balances and market activity via chat interfaces.
- Execute complex order types (stop-limit, OCO) through AI agents.
- Integrate Bitpin exchange data into custom analytics dashboards.
FAQ from Bitpin Mcp Server
What does Bitpin Mcp Server do?
It provides MCP tools that let AI models interact with the Bitpin cryptocurrency exchange — retrieving data and placing orders.
What are the prerequisites to run it?
You need .NET 9 or higher, the BitpinClient NuGet package, and valid Bitpin API credentials (Key and Secret).
How is the server configured?
API credentials are passed via environment variables (BITPIN_API_KEY, BITPIN_API_SECRET) or set in code using BitpinClientSettings. The server runs over Stdio transport with a dotnet command.
Where is my data stored?
All data comes from the Bitpin API – no data is stored locally by the server; it only relays requests and responses.
What order types are supported?
Limit, market, stop-limit, and OCO (One Cancels the Other) orders are supported.
其他 分类下的更多 MCP 服务器
ghidraMCP
LaurieWiredMCP Server for Ghidra
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Nginx UI
0xJackyYet another WebUI for Nginx
Codelf
unbugA search tool helps dev to solve the naming things problem.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论