🚨 已弃用:Square MCP 服务器(旧版本)
⚠️ 此存储库不再维护。
官方开发已转移到square/square-mcp-server 。
请使用新的存储库来获取最新的、官方支持的 Square MCP Server。
存档信息(供参考)
提供对 Square API 功能访问的模型上下文协议 (MCP) 服务器。
Related MCP server: MCP REST API Server
设置
安装依赖项:
uv sync设置环境变量:
# 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运行服务器:
uv pip install .
square-mcp或者用于开发:
source .venv/bin/activate
mcp dev src/square_mcp/server.py环境变量
多变的 | 必需的 | 默认 | 描述 |
| 是的 | - | 您的 Square API 访问令牌 |
| 不 |
| Square API 环境( |
🔗 迁移到新服务器:
A
license - permissive licenseB
qualityF
maintenanceMaintenance
–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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
