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.
Integrations
Provides access to Square API functionality through a Model Context Protocol (MCP) server
Square MCP 服务器
提供对 Square API 功能访问的模型上下文协议 (MCP) 服务器。
设置
- 安装依赖项:
Copy
- 设置环境变量:
Copy
- 运行服务器:
Copy
或者用于开发:
Copy
环境变量
多变的 | 必需的 | 默认 | 描述 |
---|---|---|---|
SQUARE_ACCESS_TOKEN | 是的 | - | 您的 Square API 访问令牌 |
SQUARE_ENVIRONMENT | 不 | sandbox | Square API 环境( sandbox 或production ) |
You must be authenticated.
该服务器可通过 Goose 与 Square 的 API 进行交互,支持对位置、客户等的查询,并具有上下文保存和符合 MCP 的响应。