Skip to main content
Glama

Crypto Trading MCP

by vkdnjznd

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

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

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
-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Un servidor de protocolo de contexto modelo que permite la búsqueda de precios y el comercio en múltiples intercambios de criptomonedas, incluidos Upbit, Gate.io y Binance.

  1. Requisitos
    1. Intercambios admitidos
      1. Configuración del entorno
        1. Guía de desarrollo
          1. Agregar un nuevo intercambio
          2. Ejecución de pruebas

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.
          Last updated -
          3
          70
          27
          TypeScript
          MIT License
          • Apple
        • A
          security
          A
          license
          A
          quality
          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.
          Last updated -
          9
          14
          9
          TypeScript
          MIT License
        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that provides access to CoinMarketCap's cryptocurrency data, enabling AI applications to retrieve cryptocurrency listings, quotes, and detailed information.
          Last updated -
          3
          10
          Python
          • Linux
          • Apple
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface. Updated to use Coin Cap API v3
          Last updated -
          3
          227
          TypeScript
          MIT License
          • Apple

        View all related MCP servers

        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