Skip to main content
Glama
block

Square MCP Server

by block

🚨 非推奨: Square MCP サーバー (旧バージョン)

⚠️ このリポジトリはメンテナンスされなくなりました。
公式開発はsquare/square-mcp-serverに移行しました。
最新の公式にサポートされている Square MCP サーバーについては、新しいリポジトリを使用してください。


アーカイブ情報(参考)

Square API 機能へのアクセスを提供するモデル コンテキスト プロトコル (MCP) サーバー。

Related MCP server: Square Model Context Protocol Server

設定

  1. 依存関係をインストールします:

uv sync
  1. 環境変数を設定します。

# 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
  1. サーバーを実行します。

uv pip install .
square-mcp

あるいは開発の場合:

source .venv/bin/activate
mcp dev src/square_mcp/server.py

環境変数

変数

必須

デフォルト

説明

SQUARE_ACCESS_TOKEN

はい

-

Square APIアクセストークン

SQUARE_ENVIRONMENT

いいえ

sandbox

Square API 環境 ( sandboxまたはproduction )


🔗 新しいサーバーに移行します:

Install Server
A
security – no known vulnerabilities
A
license - permissive license
-
quality - not tested

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