block

Square MCP Server

Community block
Updated

Square API Model Context Protocol Server

Square MCP Server

A Model Context Protocol (MCP) server that provides access to Square API functionality.

Setup

  1. Install dependencies:
uv sync
  1. 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
  1. 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)

MCP Server · Populars

MCP Server · New

    ruvnet

    Dynamo MCP

    A dyamic MCP Registry using Cookiecutter templates

    Community ruvnet
    ZhaoXingPeng

    DBJavaGenix

    智能数据库代码生成工具基于MCP架构,支持MySQL等多种数据库,自动生成Entity、DAO、Service及Controller等完整分层代码,大幅提升开发效率。依托MCP协议,具备强大扩展与集成能力,可智能推断表关系与业务语义。集成Mustache、MapStruct和Lombok,实现跨语言生成、高效映射和代码简化,并提供依赖自动管理,保障项目稳定。

    Community ZhaoXingPeng
    HuLaSpark

    HuLa MCP 服务

    🌍 HuLa 即时通讯应用的 MCP 服务

    Community HuLaSpark
    pymupdf

    pymupdf4llm-mcp

    MCP Server

    Community pymupdf