FR

Frisbii Transform Mcp.Server

Developer Tools
1
GitHub Stars

A Model Context Protocol (MCP) server that provides tools to interact with the Frisbii Transform subscription and billing API.

Installation

⭐ RecommendedPython
python -m frisbii_transform_mcp.server
View configuration snippet
{
  "mcpServers": {
    "frisbii-transform": {
      "type": "stdio",
      "command": "python",
      "args": [
        "-m",
        "frisbii_transform_mcp.server"
      ],
      "env": {
        "FRISBII_BASE_URL": "https://sandbox.billwerk.com",
        "FRISBII_API_KEY": "",
        "FRISBII_OAUTH2_CLIENT_ID": "<your_client_id>",
        "FRISBII_OAUTH2_CLIENT_SECRET": "<your_client_secret>",
        "FRISBII_OAUTH2_TOKEN_URL": "https://sandbox.billwerk.com/oauth/token",
        "FRISBII_OAUTH2_SCOPE": "",
        "FRISBII_TOKEN_STORAGE": "frisbii_oauth_token.json",
        "FRISBII_LEGAL_ENTITY_ID": "<your_entity_id>"
      }
    }
  }
}

💡 Tip: Make sure you have the appropriate package manager installed. Refer to the official documentation for detailed installation instructions.

Compatibility Matrix

Filter:

Cursor

STDIO
stdio:From mcp.so (unverified)

Claude Desktop

STDIO
stdio:From mcp.so (unverified)

MCP Compatible

STDIO
stdio:From mcp.so (unverified)
Verified - Tested by community
Unverified - Not yet tested
⚡ STDIO🌊 SSE🌐 HTTP

Server Information

License:unknown
Classification:active
Source:Data aggregated from public MCP directories

Quick Stats

Transports:
STDIO
Compatible Clients:3
Install Methods:1

Like this server?

Discover more MCP servers or submit your own to directory.