Square MCP Server
Square's Connect API exposed through three discovery-first MCP tools.
Add it to your client
Officialnpx square-mcp-server start
{
"mcpServers": {
"square-mcp": {
"command": "npx",
"args": [
"square-mcp-server",
"start"
]
}
}
}- Transport
- both
- Runtime
- Node
- Auth
- Required
- Tools
- 3
- License
- Apache-2.0
Rather than publishing one tool per endpoint, this server gives the assistant get_service_info, get_type_info and make_api_request, so it inspects a Square service and its parameter shape before calling anything. That covers catalog, orders, payments, customers and the rest of the Connect surface. You can run it locally with an access token via npx, or point a client at Square's hosted endpoint and sign in with OAuth. Environment switches let you pin the API version, stay in sandbox, or block every write call.
Similar MCP servers
Azure MCP Server
MCP serverOne server covering Azure services, plus a hosted endpoint for Microsoft Learn.
Vercel MCP
MCP serverHosted endpoint for Vercel docs, projects, deployments and logs.
GitHub MCP Server
MCP serverGitHub's own server for repos, issues, pull requests and workflow runs
Comments(0)
Sign in to comment