Square MCP Server
A Model Context Protocol (MCP) server that provides access to Square API functionality.
Setup
- Install dependencies:
uv sync
- Set environment variables:
# 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
- Run the server:
uv pip install .
square-mcp
Or for development:
source .venv/bin/activate
mcp dev src/square_mcp/server.py
Environment Variables
| Variable | Required | Default | Description |
|---|---|---|---|
SQUARE_ACCESS_TOKEN | Yes | - | Your Square API access token |
SQUARE_ENVIRONMENT | No | sandbox | Square API environment (sandbox or production) |
Square API Server
by block
Project Details
- block/square-mcp
- MIT License
- Last Updated: 4/14/2025
Recomended MCP Servers
🧩
Weather Data Server
LlamaCloud Index Server
YDB
YDB server (daemon) source code
🧩
Smithery
🧩
Speech MCP Server
🧩
WeCom Bot Server
A Python server implementation for WeCom (WeChat Work) bot that follows the Model Context Protocol (MCP). This server...
ClickUp Task Integration Server
ClickUp MCP Server - Integrate ClickUp task management with AI through Model Context Protocol
Unity Game Engine
MCP Server to integrate Unity Editor game engine with different AI Model clients (e.g. Claude Desktop, Windsurf, Cursor)
🧩
Simple TypeScript MCP Server
Example mcp server in typescript
jsondiffpatch
Diff & patch JavaScript objects
🧩
NotesY
🧩
Express Echo MCP Server
An example of using express-mcp-handler to serve an mcp serve via http





