Official Billium MCP server: manage crypto invoices, payments, and webhooks from any MCP host.
claude mcp add billium -- npx -y @billium/mcp
claude_desktop_config.json
{
"mcpServers": {
"billium": {
"command": "npx",
"args": [
"-y",
"@billium/mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"billium": {
"command": "npx",
"args": [
"-y",
"@billium/mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"billium": {
"command": "npx",
"args": [
"-y",
"@billium/mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"billium": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@billium/mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"billium": {
"command": "npx",
"args": [
"-y",
"@billium/mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.BilliumHQ--billium/reviews or the review_server meta-tool.
POST /mcp