Skip to content
Verified official

InvoiceBloom MCP

v1.0.0

io.github.theasteve/invoicebloom

Create, send and track invoices for freelancers and small businesses.

transport:streamable-http tools:11

Target client

run in your project directory

claude mcp add --transport http invoicebloom https://invoicebloom.io/mcp

setup guides: Claude Code Claude Desktop Cursor VS Code Zed Windsurf Cline Gemini CLI Grok ChatGPT Claude.ai LangChain

Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs

get_account Read-only

get account

list_clients Read-only

list clients

create_client Mutating

create client

update_client Mutating

update client

list_invoices Read-only

list invoices

get_invoice Read-only

get invoice

create_invoice Mutating

create invoice

update_invoice Mutating

update invoice

send_invoice Mutating

send invoice

mark_invoice_paid

mark invoice paid

delete_invoice Mutating

delete invoice

All 11 tools, one page each

Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. Check the server's own documentation before granting access.