square-mcp


Namesquare-mcp JSON
Version 0.2.2 PyPI version JSON
download
home_pageNone
SummarySquare API Model Context Protocol Server
upload_time2025-02-19 21:34:43
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords api mcp payments square
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Square MCP Server

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

## Setup

1. Install dependencies:
```bash
uv sync
```

2. Set environment variables:
```bash
# 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
```

3. Run the server:
```bash
uv pip install .
square-mcp
```

Or for development:
```bash
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`) |

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "square-mcp",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "api, mcp, payments, square",
    "author": null,
    "author_email": "Max Novich <mnovich@block.xyz>",
    "download_url": "https://files.pythonhosted.org/packages/08/32/a32b5394991842a2e8870f4cc4c090abeb0808780a064cd117f1d60efe77/square_mcp-0.2.2.tar.gz",
    "platform": null,
    "description": "# Square MCP Server\n\nA Model Context Protocol (MCP) server that provides access to Square API functionality.\n\n## Setup\n\n1. Install dependencies:\n```bash\nuv sync\n```\n\n2. Set environment variables:\n```bash\n# Required\nexport SQUARE_ACCESS_TOKEN=your_access_token_here\n\n# Optional - defaults to 'sandbox' if not set\nexport SQUARE_ENVIRONMENT=sandbox  # or 'production' for production environment\n```\n\n3. Run the server:\n```bash\nuv pip install .\nsquare-mcp\n```\n\nOr for development:\n```bash\nsource .venv/bin/activate\nmcp dev src/square_mcp/server.py\n```\n\n## Environment Variables\n\n| Variable | Required | Default | Description |\n|----------|----------|---------|-------------|\n| `SQUARE_ACCESS_TOKEN` | Yes | - | Your Square API access token |\n| `SQUARE_ENVIRONMENT` | No | `sandbox` | Square API environment (`sandbox` or `production`) |\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Square API Model Context Protocol Server",
    "version": "0.2.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/Kvadratni/square-mcp/issues",
        "Documentation": "https://github.com/Kvadratni/square-mcp#readme",
        "Homepage": "https://github.com/Kvadratni/square-mcp",
        "Repository": "https://github.com/Kvadratni/square-mcp"
    },
    "split_keywords": [
        "api",
        " mcp",
        " payments",
        " square"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bd58fd9d39d8b39e9570587fde26bbdf80d5ae9232f056bc21260354e78262a0",
                "md5": "b9449e665da978f4a9eb06d864d42f8c",
                "sha256": "a1ed0cbf5b1b9bb627f5e44eeeeb34f51f08ad3f81d63c6e1ddd83585a78c332"
            },
            "downloads": -1,
            "filename": "square_mcp-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b9449e665da978f4a9eb06d864d42f8c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 6705,
            "upload_time": "2025-02-19T21:34:42",
            "upload_time_iso_8601": "2025-02-19T21:34:42.408689Z",
            "url": "https://files.pythonhosted.org/packages/bd/58/fd9d39d8b39e9570587fde26bbdf80d5ae9232f056bc21260354e78262a0/square_mcp-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0832a32b5394991842a2e8870f4cc4c090abeb0808780a064cd117f1d60efe77",
                "md5": "1692aebf6404b620c68e89414b26bcad",
                "sha256": "83262ccdcaa6105772d1ce13f5444e05495ac2e5caf17f8a4492777f6a224fb8"
            },
            "downloads": -1,
            "filename": "square_mcp-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "1692aebf6404b620c68e89414b26bcad",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 30029,
            "upload_time": "2025-02-19T21:34:43",
            "upload_time_iso_8601": "2025-02-19T21:34:43.420652Z",
            "url": "https://files.pythonhosted.org/packages/08/32/a32b5394991842a2e8870f4cc4c090abeb0808780a064cd117f1d60efe77/square_mcp-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-19 21:34:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Kvadratni",
    "github_project": "square-mcp",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "square-mcp"
}
        
Elapsed time: 0.66904s