Skip to main content
Glama

Square MCP Server

by block

🚨 OBSOLETO: Servidor Square MCP (versión anterior)

⚠️ Este repositorio ya no se mantiene.
El desarrollo oficial se ha trasladado a square/square-mcp-server .
Utilice el nuevo repositorio para obtener el último servidor Square MCP con soporte oficial.


Información archivada (para referencia)

Un servidor de Protocolo de contexto de modelo (MCP) que proporciona acceso a la funcionalidad de la API de Square.

Configuración

  1. Instalar dependencias:
uv sync
  1. Establecer variables de entorno:
# Required export SQUARE_ACCESS_TOKEN=your_access_token_here # Optional - defaults to 'sandbox' if not set export SQUARE_ENVIRONMENT=sandbox # or 'production' for production environment
  1. Ejecutar el servidor:
uv pip install . square-mcp

O para desarrollo:

source .venv/bin/activate mcp dev src/square_mcp/server.py

Variables de entorno

VariableRequeridoPor defectoDescripción
SQUARE_ACCESS_TOKEN-Su token de acceso a la API de Square
SQUARE_ENVIRONMENTNosandboxEntorno de API de Square ( sandbox o production )

🔗 Migrar al nuevo servidor:

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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 que permite la interacción con la API de Square a través de Goose, admitiendo consultas de ubicaciones, clientes y más con preservación del contexto y respuestas compatibles con MCP.

  1. Información archivada (para referencia)
    1. Configuración
      1. Variables de entorno
        1. 🔗 Migrar al nuevo servidor:

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that enables interaction with Snapshot.org, providing tools to query Snapshot spaces, proposals, and users through natural language.
        Last updated -
        5
        2
        TypeScript
        MIT License
        • Apple
      • A
        security
        F
        license
        A
        quality
        A Model Context Protocol server that provides a SQL interface for querying and managing Apache Iceberg tables through Claude desktop, allowing natural language interaction with Iceberg data lakes.
        Last updated -
        1
        2
        Python
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that enables integration with the TESS API, allowing users to list and manage agents, execute agents with custom messages, and manage files through natural language interfaces.
        Last updated -
        TypeScript
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that provides seamless integration with Trino and Iceberg, enabling data exploration, querying, and table maintenance through a standard interface.
        Last updated -
        14
        Python
        Apache 2.0

      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/block/square-mcp'

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