Skip to main content
Glama

🚨 DEPRECATED: Square MCP Server (Old Version)

⚠️ This repository is no longer maintained.
Official development has moved to
Please use the new repository for the latest, officially supported Square MCP Server.


Archived Information (for reference)

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

)


🔗 Migrate to the new server:

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

Related MCP Servers

  • A
    security
    F
    license
    A
    quality
    This MCP server allows users to create, manage, and serve web applications through Goose, storing apps in configurable directories and providing web app serving capabilities.
    Last updated -
    9
    2
    • Linux
    • Apple
  • A
    security
    A
    license
    A
    quality
    Enables AI assistants to interact with Square's Connect API through the Model Context Protocol standard, allowing for operations like managing customers, processing payments, and handling inventory.
    Last updated -
    3
    32
    88
    Apache 2.0
  • -
    security
    A
    license
    -
    quality
    An MCP server that enables interaction with Kubernetes resources through natural language interfaces like Goose CLI, allowing users to get, read, and patch Kubernetes resources.
    Last updated -
    Apache 2.0
  • A
    security
    A
    license
    A
    quality
    Allows AI assistants to interact with Square's connect API, providing access to Square's complete API ecosystem for managing payments, orders, customers, inventory, and more.
    Last updated -
    3
    32
    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