Square MCP ServerOfficial
Square Model Context Protocol Server. Contribute to block/square-mcp development by creating an account on GitHub.
block
README
square-mcp/README.md at main · block/square-mcp · GitHub
Navigation Menu
Toggle navigation
-
Product
- GitHub Copilot Write better code with AI
- Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
Explore
-
Solutions
By company size
By use case
By industry
-
Resources
Topics
Explore
-
Open Source
Repositories
-
Enterprise
Available add-ons
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search
Clear
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 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
-
Notifications You must be signed in to change notification settings
Additional navigation options
Files
main
-
.github
-
src
-
.gitignore
-
LICENSE
-
README.md
-
pyproject.toml
-
square-mcp.iml
-
uv.lock
Breadcrumbs
/
README.md
Copy path
Blame
Blame
Latest commit
feat: add SQUARE_ENVIRONMENT configuration
Feb 19, 2025
7ab435f · Feb 19, 2025
History
38 lines (29 loc) · 833 Bytes
Breadcrumbs
/
README.md
Top
File metadata and controls
-
Preview
-
Code
-
Blame
38 lines (29 loc) · 833 Bytes
Square MCP Server
A Model Context Protocol (MCP) server that provides access to Square API functionality.
Setup
- Install dependencies:
uv sync
- 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
- 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
Footer navigation
You can’t perform that action at this time.
Recommended Servers
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
Tavily MCP Server
An MCP server for Tavily's search API. Contribute to RamXX/mcp-tavily development by creating an account on GitHub.
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
YouTube Transcript MCP Server
MCP server retrieving transcripts of YouTube videos - jkawamoto/mcp-youtube-transcript

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

Crawlab MCP Server
Contribute to crawlab-team/crawlab-mcp development by creating an account on GitHub.
Iaptic MCP Server
Model Context Protocol server for interacting with iaptic - iaptic/mcp-server-iaptic

Story SDK MCP Server
An MCP server for the Story SDK and Storyscan Block Explorer - piplabs/story-mcp-hub
ScrapeGraph MCP Server
ScapeGraph MCP Server. Contribute to ScrapeGraphAI/scrapegraph-mcp development by creating an account on GitHub.
GreptimeDB MCP Server
A Model Context Protocol (MCP) server implementation for GreptimeDB - GreptimeTeam/greptimedb-mcp-server