Square API Integration
STDIOModel Context Protocol server providing access to Square API functionality.
Model Context Protocol server providing access to Square API functionality.
⚠️ This repository is no longer maintained.
Official development has moved to square/square-mcp-server.
Please use the new repository for the latest, officially supported Square MCP Server.
A Model Context Protocol (MCP) server that provides access to Square API functionality.
uv sync
# 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
uv pip install . square-mcp
Or for development:
source .venv/bin/activate mcp dev src/square_mcp/server.py
Variable | Required | Default | Description |
---|---|---|---|
SQUARE_ACCESS_TOKEN | Yes | - | Your Square API access token |
SQUARE_ENVIRONMENT | No | sandbox | Square API environment (sandbox or production ) |