A Model Context Protocol (MCP) server that provides tools to interact with the Frisbii Transform subscription and billing API.
Server Config
{
"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>"
}
}
}
}