This repository provides a comprehensive implementation of the Bitpin cryptocurrency exchange API through an MCP (Model Context Protocol) server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"bitpin-mcp-server": {
"command": "npx",
"args": [
"-y",
"Kamyab7/bitpin-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add bitpin-mcp-server npx -y Kamyab7/bitpin-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"bitpin-mcp-server": {
"command": "npx",
"args": [
"-y",
"Kamyab7/bitpin-mcp-server"
]
}
}
}