Skip to main content
Glama
vkdnjznd

Crypto Trading MCP

by vkdnjznd

Protocolo de Contexto Modelo (MCP) para el Comercio de Criptomonedas

Licencia: MIT Estilo de código: negro

Un servidor de Protocolo de Contexto de Modelo (MCP) simple para la búsqueda de precios y el comercio en múltiples intercambios de criptomonedas.

https://github.com/user-attachments/assets/34f3a431-9370-4832-923e-ab89bf1d4913

Requisitos

  • Python 3.10 o superior

Related MCP server: CCXT MCP Server

Intercambios admitidos

Actualmente sólo se admite el comercio al contado.

  • Upbit

  • Gate.io

  • Binance

Se agregarán más intercambios en el futuro.

Configuración del entorno

Agregue la información de autenticación requerida por cada intercambio a las variables de entorno.

Por ejemplo, Upbit es el siguiente:

UPBIT_ACCESS_KEY="your-access-key"
UPBIT_SECRET_KEY="your-secret-key"

Guía de desarrollo

Agregar un nuevo intercambio

  1. Cree una nueva clase de intercambio heredando de la clase abstracta CryptoExchange

  2. Implementar los métodos API requeridos

  3. Escribir casos de prueba

  4. Registrar el nuevo intercambio en la clase de fábrica

Ejecución de pruebas

# Install test dependencies
uv pip install -e ".[test]"

# Run tests
pytest
A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    F
    maintenance
    A Model Context Protocol server that provides read-only access to Bybit's cryptocurrency exchange API, allowing users to query real-time cryptocurrency data using natural language.
    12
    22
    16
    MIT
  • F
    license
    B
    quality
    D
    maintenance
    A Model Control Protocol (MCP) server that provides cryptocurrency trading interfaces for Binance exchange, enabling functions like real-time price fetching, account balance queries, order placement/cancellation, and automated arbitrage strategies.
    9
    14
  • A
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server that enables LLMs to interact with cryptocurrency exchanges through CCXT, allowing for tasks like fetching balances, market data, creating orders, and trading operations in a standardized way.
    8
    MIT

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • MCP server for Gainium — manage trading bots, deals, and balances via AI assistants

  • A Model Context Protocol server for Wix AI tools

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vkdnjznd/crypto-trading-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server