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 )

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

Install Server
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

      • -
        security
        A
        license
        -
        quality
        An MCP server that enables web searches using a SearxNG instance, allowing MCP-compatible applications like Goose to perform internet searches.
        Last updated -
        Python
        GPL 3.0
      • A
        security
        F
        license
        A
        quality
        This 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 -
        9
        2
        JavaScript
        • Linux
        • Apple
      • A
        security
        A
        license
        A
        quality
        Enables 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 -
        3
        746
        74
        TypeScript
        Apache 2.0
      • -
        security
        A
        license
        -
        quality
        An 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 -
        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