square

Official
15
GitHub Repo

Overview

Square’s official remote MCP server for payment processing and commerce

Transport

sse

Tools

  • make_api_request
  • get_type_info
  • get_service_info

Key Capabilities

  • Official Square remote MCP server with SSE transport
  • Flexible API request handling with make_api_request tool
  • Type and service information discovery capabilities
  • Full Square API access for payments, commerce, and customer management

How It Works

This remote MCP server provides access to Square’s commerce platform through:

  • Server-Sent Events (SSE) transport for remote connectivity
  • Generic make_api_request tool for flexible API interactions
  • Type introspection with get_type_info for API schema discovery
  • Service discovery with get_service_info for available endpoints