Frisbii Transform (billwerk) Mcp
@wolfgang-janz
关于 Frisbii Transform (billwerk) Mcp
A Model Context Protocol (MCP) server that provides tools to interact with the Frisbii Transform subscription and billing API.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Frisbii Transform (billwerk) Mcp?
A Model Context Protocol (MCP) server that provides tools to interact with the Frisbii Transform subscription and billing API. It is built for developers and teams managing subscription billing, customer contracts, invoices, payments, and usage tracking.
How to use Frisbii Transform (billwerk) Mcp?
Install the package, set the required environment variables (FRISBII_LEGAL_ENTITY_ID plus either FRISBII_API_KEY or OAuth2 credentials), and add the server to your MCP client configuration with the command python -m frisbii_transform_mcp.server using the stdio transport.
Key features of Frisbii Transform (billwerk) Mcp
- Customer management (CRUD operations)
- Contract lifecycle management
- Component-based subscription handling
- Metered usage data tracking
- Invoice creation, retrieval, and management
- Payment and refund processing
- Discount subscription management
- Plan and pricing access (plan groups, plans, variants)
- Report generation for business analytics
- Built-in OAuth2 token management tools
Use cases of Frisbii Transform (billwerk) Mcp
- Automating subscription and billing workflows with an AI agent
- Integrating Frisbii Transform data into a chat-based or assistant interface
- Managing customer accounts and contracts programmatically
- Generating invoices and processing payments through natural language commands
FAQ from Frisbii Transform (billwerk) Mcp
Which authentication methods are supported?
Two methods are supported: Bearer token (simple, using FRISBII_API_KEY) and OAuth2 client credentials (recommended, using FRISBII_OAUTH2_CLIENT_ID and related env variables). Both require FRISBII_LEGAL_ENTITY_ID.
What environment variables are required?
FRISBII_LEGAL_ENTITY_ID is always required. For Bearer token auth, set FRISBII_API_KEY and FRISBII_BASE_URL. For OAuth2, set FRISBII_BASE_URL, FRISBII_OAUTH2_CLIENT_ID, FRISBII_OAUTH2_CLIENT_SECRET, FRISBII_OAUTH2_TOKEN_URL, and optionally FRISBII_OAUTH2_SCOPE.
How do I install and run the server?
Install with pip install -e . in the project directory, then add it to an MCP client with the command python -m frisbii_transform_mcp.server and stdio transport.
Does the server support OAuth2 token management?
Yes, it includes built-in tools: oauth2_status to check authentication status, oauth2_refresh_token to force refresh, and oauth2_clear_token to clear stored tokens.
What protocol does the server use?
It uses the Model Context Protocol (MCP) over stdio for communication with the client.
其他 分类下的更多 MCP 服务器
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
评论