Skip to main content
Glama

Square MCP Server

by block

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

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


アーカイブ情報(参考)

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

設定

  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いいえsandboxSquare API 環境 ( sandboxまたはproduction )

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

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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 準拠の応答により、場所、顧客などのクエリをサポートするサーバーです。

  1. アーカイブ情報(参考)
    1. 設定
      1. 環境変数
        1. 🔗 新しいサーバーに移行します:

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that enables interaction with Snapshot.org, providing tools to query Snapshot spaces, proposals, and users through natural language.
        Last updated -
        5
        2
        TypeScript
        MIT License
        • Apple
      • A
        security
        F
        license
        A
        quality
        A Model Context Protocol server that provides a SQL interface for querying and managing Apache Iceberg tables through Claude desktop, allowing natural language interaction with Iceberg data lakes.
        Last updated -
        1
        2
        Python
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that enables integration with the TESS API, allowing users to list and manage agents, execute agents with custom messages, and manage files through natural language interfaces.
        Last updated -
        TypeScript
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that provides seamless integration with Trino and Iceberg, enabling data exploration, querying, and table maintenance through a standard interface.
        Last updated -
        14
        Python
        Apache 2.0

      View all related MCP servers

      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