Productivity
invoicebloom.io
An invoicing and client management MCP server for viewing account details, managing clients, and listing invoices.
ENDPOINT 1
https://invoicebloom.io/mcp
MCP server metadata
- Name
- invoicebloom
- Version
- 1.0.0
InvoiceBloom is a free invoicing app for freelancers and small businesses. You are acting on behalf of the signed-in user. Amounts are plain numbers in the user's currency; tax is a percentage. Workflow: find or create the client (list_clients / create_client), create the invoice as a draft with line items (create_invoice), review it with the user, then send_invoice emails it to the client. send_invoice and delete_invoice have real-world effects, so confirm with the user before calling them. Every invoice has a public_url you can share with the client.
Known tools 11
get_accountReturns the signed-in user's profile: business name, address, saved payment instructions, whether their email is confirmed (required before sending invoices), whether they can take card payments, and client/invoice counts.
Potential side effectslist_clientsLists the user's clients (people or companies they invoice), optionally filtered by a search term matched against name, email and company.
Potential side effectsget_invoiceReturns one invoice with its line items, totals, status, the client it is for, a public_url the client can open, and a payment link if one exists.
Potential side effectssend_invoiceEmails the invoice (with a PDF attached) to the client's email address and marks it as sent.
Potential side effectsmark_invoice_paidMarks an invoice as paid, for payments received outside InvoiceBloom (bank transfer, cash, cheque).
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.invoicebloom]
url = "https://invoicebloom.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"invoicebloom": {
"type": "http",
"url": "https://invoicebloom.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: invoicebloom
Remote MCP URL: https://invoicebloom.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"invoicebloom": {
"url": "https://invoicebloom.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"invoicebloom": {
"type": "http",
"url": "https://invoicebloom.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "invoicebloom",
"transport": "streamable-http",
"url": "https://invoicebloom.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.