🚨 非推奨: Square MCP サーバー (旧バージョン)
⚠️ このリポジトリはメンテナンスされなくなりました。
公式開発は
最新の公式にサポートされている Square MCP サーバーについては、新しいリポジトリを使用してください。
アーカイブ情報(参考)
Square API 機能へのアクセスを提供するモデル コンテキスト プロトコル (MCP) サーバー。
設定
依存関係をインストールします:
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 環境 (
または
) |
🔗 新しいサーバーに移行します:
リポジトリ: square/square-mcp-server
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.
Goose を介して Square の API とのやり取りを可能にし、コンテキストの保存と MCP 準拠の応答により、場所、顧客などのクエリをサポートするサーバーです。
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityThis MCP server allows users to create, manage, and serve web applications through Goose, storing apps in configurable directories and providing web app serving capabilities.Last updated -92
- Asecurity-licenseAqualityEnables 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.Last updated -32678Apache 2.0
- -security-license-qualityAn MCP server that enables interaction with Kubernetes resources through natural language interfaces like Goose CLI, allowing users to get, read, and patch Kubernetes resources.Last updated -Apache 2.0
- Asecurity-licenseAqualityAllows AI assistants to interact with Square's connect API, providing access to Square's complete API ecosystem for managing payments, orders, customers, inventory, and more.Last updated -326Apache 2.0