Skip to main content
Glama

Square MCP Server

by block

🚨 DEPRECATED: Square MCP Server (Old Version)

⚠️ 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.


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

VariableRequiredDefaultDescription
SQUARE_ACCESS_TOKENYes-Your Square API access token
SQUARE_ENVIRONMENTNosandboxSquare API environment (sandbox or production)

🔗 Migrate to the new server:

Install Server
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.

A server that enables interaction with Square's API via Goose, supporting queries for locations, customers, and more with context preservation and MCP-compliant responses.

  1. Archived Information (for reference)
    1. Setup
      1. Environment Variables
        1. 🔗 Migrate to the new server:

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        An MCP server that enables web searches using a SearxNG instance, allowing MCP-compatible applications like Goose to perform internet searches.
        Last updated -
        Python
        GPL 3.0
      • -
        security
        F
        license
        -
        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 -
        2
        JavaScript
        • 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
        557
        73
        TypeScript
        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 -
        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