Skip to main content
Glama

Square MCP Server

by block

🚨 더 이상 사용되지 않음: Square MCP 서버(이전 버전)

⚠️ 이 저장소는 더 이상 유지되지 않습니다.
공식 개발은 square/square-mcp-server 로 옮겨졌습니다.
최신 공식 지원되는 Square MCP 서버는 새 저장소를 사용하세요.


보관된 정보(참조용)

Square API 기능에 대한 액세스를 제공하는 MCP(모델 컨텍스트 프로토콜) 서버입니다.

설정

  1. 종속성 설치:

지엑스피1

  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