Inv.bg-MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Inv.bg-MCPShow me my unpaid invoices from last month"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
invbg-mcp
Remote MCP server (Claude connector) for the inv.bg invoicing API (APIv3). Runs on Cloudflare Workers with Streamable HTTP transport, so it can be added directly as a custom connector in Claude (claude.ai → Settings → Connectors) or as a remote MCP server in Claude Code / Claude Desktop.
Tools
All tools are read-only.
Tool | Description |
| List clients with filters (name, EIK/Bulstat, VAT number, EGN, person/company) and pagination |
| Get a single client by ID |
| List invoices/documents; filter by |
| Full document details including line items |
| Only the line items (plus currency and total) of a document |
Related MCP server: InvoiceNinja MCP Server
Setup
npm install
cp .dev.vars.example .dev.vars # then put your real inv.bg API token in it.dev.vars and .env* are gitignored — secrets never go to git.
Local development
npm run dev # http://localhost:8787/mcp
npm run inspector # MCP Inspector to poke at the toolsDeploy
npx wrangler deploy
npx wrangler secret put INVBG_API_KEY # paste your inv.bg token
# optional, recommended — protects the endpoint with a secret URL path:
npx wrangler secret put MCP_AUTH_KEY # e.g. a long random stringConnect to Claude
The endpoint URL is:
https://<worker>.workers.dev/mcp(noMCP_AUTH_KEY), orhttps://<worker>.workers.dev/mcp/<MCP_AUTH_KEY>(recommended)
claude.ai: Settings → Connectors → Add custom connector → paste the URL.
Claude Code:
claude mcp add --transport http invbg https://<worker>.workers.dev/mcp/<MCP_AUTH_KEY>Configuration
Variable | Where | Purpose |
|
| inv.bg APIv3 bearer token |
| same | Optional URL path secret; when set, the endpoint moves to |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceIntegrates the inFakt API with Claude AI, enabling management of invoices, clients, products, and payments through natural language in Polish.2
- FlicenseNot gradedqualityCmaintenanceEnables read-only access to InvoiceNinja data, including invoices, expenses, clients, and tax reports, for AI assistants like Claude.1
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with the SuperFaktura invoicing system for managing invoices, clients, and expenses via natural language.1Apache 2.0
- AlicenseNot gradedqualityCmaintenanceProvides structured, read-mostly access to small-business back-office data including customers, invoices, and account notes, allowing Claude to query overdue invoices, revenue summaries, and more.MIT
Related MCP Connectors
Read-only NuMetric.work accounting & ERP data: statements, KPIs, reports, invoices, documents.
Chilean DTE/SII invoicing — issue invoices, reconcile payments and manage clients with AI agents.
Extract, search and tag any document: invoices, receipts, contracts, templates. OAuth or API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/unbelievable-digital/Inv.bg-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server