Square Model Context Protocol Server
Rank #6,754glama/square/square-mcp-server
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.
Square Model Context Protocol Server is a Model Context Protocol (MCP) server published by square. It ranks #6,754 of 115,591 servers tracked on MCP Toplist, and its repository has 107 GitHub stars. Square Model Context Protocol Server is listed across 3 registries — Glama, PulseMCP and mcp.so, with 2 release tags tracked from its GitHub repository. It was first listed on Apr 25, 2025 and most recently updated on Apr 25, 2025.
Ranks ahead of 108,837 of 115,591 servers on MCP Toplist.
Use Square Model Context Protocol Server
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http square-mcp-server https://mcp.squareup.com/sseThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.square-mcp-server]
url = "https://mcp.squareup.com/sse"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.squareup.com/sseSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"square-mcp-server": {
"url": "https://mcp.squareup.com/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"square-mcp-server": {
"type": "http",
"url": "https://mcp.squareup.com/sse"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"square-mcp-server": {
"serverUrl": "https://mcp.squareup.com/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"square-mcp-server": {
"url": "https://mcp.squareup.com/sse"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2Fsquare%2Fsquare-mcp-server)<a href="https://mcptoplist.com/server/glama%2Fsquare%2Fsquare-mcp-server"><img src="https://mcptoplist.com/badge/glama%2Fsquare%2Fsquare-mcp-server.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
square
GitHub releases (2)
No registry surfaces explicit version metadata for this server. The list below shows release tags from the linked GitHub repository.
| Version | Published |
|---|---|
| 0.1.2 | Apr 25, 2025 |
| 0.1.1 | Apr 25, 2025 |
Frequently asked questions
- Who maintains Square Model Context Protocol Server?
- Square Model Context Protocol Server is maintained by square, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Square Model Context Protocol Server listed on the Official MCP Registry?
- Square Model Context Protocol Server is not on the Official MCP Registry. It is listed on Glama, PulseMCP and mcp.so.
- How many versions does Square Model Context Protocol Server have?
- No registry surfaces explicit version metadata for Square Model Context Protocol Server; MCP Toplist tracks 2 release tags from its GitHub repository, most recently published on Apr 25, 2025.
- Where can I find the source code for Square Model Context Protocol Server?
- The source code for Square Model Context Protocol Server is hosted at github.com/square/square-mcp-server.