@slonge/mcp-server
v0.2.0
Published
Model Context Protocol server for Slonge Billing — exposes every CLI operation as an MCP tool over stdio.
Maintainers
Readme
@slonge/mcp-server
Model Context Protocol (MCP) server for Slonge Billing. Exposes every CLI operation as an MCP tool, usable from Claude Desktop, Claude Code, Cursor, and any other MCP-compatible client.
Install
npm install -g @slonge/mcp-serverConfigure (Claude Desktop)
Add to claude_desktop_config.json:
{
"mcpServers": {
"slonge-billing": {
"command": "slonge-mcp",
"env": {
"SLONGE_API_TOKEN": "slk_...",
"SLONGE_API_BASE_URL": "https://app.slonge-billing.ch"
}
}
}
}Issue a token from Settings → API Tokens in the dashboard.
Hosted (HTTP transport)
The hosted MCP endpoint at https://app.slonge-billing.ch/api/mcp exposes the same tools over Streamable HTTP. Use it if your client supports remote MCP servers — no install needed.
License
MIT
