tsrct-mcp

tsrct/tsrct-mcp
★ 0 stars Python 🔌 API Integration Updated today
local mcp server for interacting with tsrct api and cloud
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": {
    "tsrct-mcp": {
      "command": "uvx",
      "args": [
        "tsrct-mcp"
      ]
    }
  }
}

Or install with pip: pip install tsrct-mcp

README Excerpt

A Python-native Model Context Protocol (MCP) server for the `tsrct` protocol. - **Pure Python Implementation**: No external binaries required for cryptography or protocol logic. - **T-Doc Support**: Full implementation of the `header.body.signature` format with the SHA-256 body-string quirk. - **Verhoeff Validation**: Native implementation of the 25-digit UID validation.