swipe-mcp

routsiddharth/swipe-mcp
★ 0 stars Python 🔌 API Integration Updated today
Offline FastAPI mock of Swipe's Partner API v2, built to the public OpenAPI spec — foundation for an MCP server. Real GST math, spec-faithful shapes, runs with no API key.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "swipe-mcp": {
      "command": "uvx",
      "args": [
        "swipe-mcp"
      ]
    }
  }
}

Or install with pip: pip install swipe-mcp

README Excerpt

An offline, fully-runnable **FastAPI** mock of [Swipe's](https://getswipe.in) Partner API (v2), built entirely against the public OpenAPI spec ([`spec/partner.yaml`](spec/partner.yaml)). It lets the frontend / MCP server be developed and demoed **without a live Swipe account or API key** — request and

Tools (2)

MOCK_API_TOKENMOCK_REQUIRE_AUTH