2 months ago
Model Context Protocol (MCP) server for the [Rebillia Public API](https://apiguide.rebillia.com/). It exposes **tools** to call the API and **resources** with API documentation so AI assistants can manage customers, products, rate plans, and understand the API.
Server Config
{
"mcpServers": {
"rebillia": {
"command": "npx",
"args": [
"@rhinosaas/rebillia-mcp-server"
],
"env": {
"REBILLIA_API_KEY": "YOUR_API_KEY",
"REBILLIA_API_URL": "https://api.rebillia.com/v1"
}
}
}
}