← Registry

Productivity

invoicebloom.io

An invoicing and client management MCP server for viewing account details, managing clients, and listing invoices.

1 endpoint11 known toolsFirst detected September 25, 2026Last detected September 25, 2026

ENDPOINT 1

https://invoicebloom.io/mcp

No auth detected

MCP server metadata

Name
invoicebloom
Version
1.0.0
Capabilities
tools.listChangedprompts.listChangedresources.listChangedlogging
Server instructions

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_account

Returns 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 effects
list_clients

Lists the user's clients (people or companies they invoice), optionally filtered by a search term matched against name, email and company.

Potential side effects
create_client

Creates a new client to invoice.

Potential side effects
update_client

Updates an existing client's details.

Inferred read-only
list_invoices

Lists the user's invoices, newest first, without line items.

Inferred read-only
get_invoice

Returns 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 effects
create_invoice

Creates a draft invoice with line items for an existing client.

Potential side effects
update_invoice

Updates an invoice.

Potential side effects
send_invoice

Emails the invoice (with a PDF attached) to the client's email address and marks it as sent.

Potential side effects
mark_invoice_paid

Marks an invoice as paid, for payments received outside InvoiceBloom (bank transfer, cash, cheque).

Potential side effects
delete_invoice

Permanently deletes an invoice and its line items.

Potential side effects

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.