Square MCP Server

Square MCP Server
Official

Square Model Context Protocol Server. Contribute to block/square-mcp development by creating an account on GitHub.

block

Customer Data Platforms
Location Services
Python
Visit Server

README

square-mcp/README.md at main · block/square-mcp · GitHub

Skip to content

Navigation Menu

Toggle navigation

Sign in

Search or jump to...

Search code, repositories, users, issues, pull requests...

Search

Clear

Search syntax tips

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Cancel Submit feedback

Saved searches

Use saved searches to filter your results more quickly

Name

Query

To see all available qualifiers, see our documentation.

Cancel Create saved search

Sign in

Sign up Reseting focus

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

{{ message }}

block / square-mcp Public

Additional navigation options

Files

main

  • .github

  • src

  • .gitignore

  • LICENSE

  • README.md

  • pyproject.toml

  • square-mcp.iml

  • uv.lock

Breadcrumbs

  1. square-mcp

/

README.md

Copy path

Blame

Blame

Latest commit

Image 1: KvadratniKvadratni

feat: add SQUARE_ENVIRONMENT configuration

Feb 19, 2025

7ab435f · Feb 19, 2025

History

History

38 lines (29 loc) · 833 Bytes

Breadcrumbs

  1. square-mcp

/

README.md

Top

File metadata and controls

  • Preview

  • Code

  • Blame

38 lines (29 loc) · 833 Bytes

Raw

Square MCP Server

A Model Context Protocol (MCP) server that provides access to Square API functionality.

Setup

  1. Install dependencies:
uv sync
  1. Set environment variables:
# 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. Run the server:
uv pip install .
square-mcp

Or for development:

source .venv/bin/activate
mcp dev src/square_mcp/server.py

Environment Variables

Variable Required Default Description
SQUARE_ACCESS_TOKEN Yes - Your Square API access token
SQUARE_ENVIRONMENT No sandbox Square API environment (sandbox or production)

Footer

© 2025 GitHub, Inc.

Footer navigation

You can’t perform that action at this time.

Recommended Servers

Audiense Insights MCP Server

Audiense Insights MCP Server

Audiense Insights MCP Server is a server based on the Model Context Protocol (MCP) that allows Claude and other MCP-compatible clients to interact with your Audiense Insights account - AudienseCo/mcp-audiense-insights

Official
Featured
Local
TypeScript
Tavily MCP Server

Tavily MCP Server

An MCP server for Tavily's search API. Contribute to RamXX/mcp-tavily development by creating an account on GitHub.

Featured
Python
DuckDuckGo MCP Server

DuckDuckGo MCP Server

A Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing. - nickclyde/duckduckgo-mcp-server

Featured
Python
YouTube Transcript MCP Server

YouTube Transcript MCP Server

MCP server retrieving transcripts of YouTube videos - jkawamoto/mcp-youtube-transcript

Featured
Python
Brev

Brev

Contribute to brevdev/brev-mcp development by creating an account on GitHub.

Official
Local
Python
Crawlab MCP Server

Crawlab MCP Server

Contribute to crawlab-team/crawlab-mcp development by creating an account on GitHub.

Official
Python
Iaptic MCP Server

Iaptic MCP Server

Model Context Protocol server for interacting with iaptic - iaptic/mcp-server-iaptic

Official
TypeScript
Story SDK MCP Server

Story SDK MCP Server

An MCP server for the Story SDK and Storyscan Block Explorer - piplabs/story-mcp-hub

Official
Python
ScrapeGraph MCP Server

ScrapeGraph MCP Server

ScapeGraph MCP Server. Contribute to ScrapeGraphAI/scrapegraph-mcp development by creating an account on GitHub.

Official
Python
GreptimeDB MCP Server

GreptimeDB MCP Server

A Model Context Protocol (MCP) server implementation for GreptimeDB - GreptimeTeam/greptimedb-mcp-server

Official
Python