Skip to main content
Glama

Square MCP Server

by block

🚨 已弃用:Square MCP 服务器(旧版本)

⚠️ 此存储库不再维护。
官方开发已转移到square/square-mcp-server
请使用新的存储库来获取最新的、官方支持的 Square MCP Server。


存档信息(供参考)

提供对 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_ENVIRONMENTsandboxSquare API 环境( sandboxproduction

🔗 迁移到新服务器:

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