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 )

🔗 새로운 서버로 마이그레이션:

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