@tailormade/billit-mcp
v1.1.2
Published
MCP server for the Billit invoicing API — orders, parties, products, Peppol, documents and more.
Maintainers
Readme
Billit MCP Server
MCP server for the Billit invoicing API. Provides 39 tools covering orders, parties, products, Peppol e-invoicing, documents, and financial operations.
What it does
MCP server that exposes the Billit invoicing API as tools for AI assistants (Claude Desktop, Claude Code).
Stack
TypeScript, Node.js, @modelcontextprotocol/sdk, Zod
How to build/run
npm ci
npm run buildSetup
Add to Claude Desktop config:
{
"mcpServers": {
"billit": {
"command": "node",
"args": ["dist/index.js"],
"env": {
"BILLIT_API_KEY": "your-api-key",
"BILLIT_PARTY_ID": "12345",
"BILLIT_CONTEXT_PARTY_ID": "67890"
}
}
}
}Environment variables
| Variable | Required | Description | |----------|----------|-------------| | BILLIT_API_KEY | Yes | API key from Billit account | | BILLIT_PARTY_ID | Yes | Your Billit party ID | | BILLIT_CONTEXT_PARTY_ID | No | Context party ID (for accountants acting on behalf) |
Tools
| Category | Tools | Count | |----------|-------|-------| | Orders | billit_list_orders, billit_get_order, billit_create_order, billit_update_order, billit_confirm_order, billit_delete_order, billit_register_payment, billit_send_order | 8 | | Parties | billit_list_parties, billit_get_party, billit_create_party, billit_update_party | 4 | | Products | billit_list_products, billit_get_product, billit_create_product | 3 | | Peppol | billit_peppol_list_inbox, billit_peppol_confirm_inbox, billit_peppol_refuse_inbox, billit_peppol_send_order, billit_peppol_lookup_participant, billit_peppol_register, billit_peppol_unregister | 7 | | Documents | billit_list_documents, billit_get_document, billit_upload_document, billit_download_file | 4 | | Financial | billit_list_financial_transactions, billit_import_financial_transactions, billit_list_reports, billit_get_report, billit_get_account_info, billit_search_company, billit_list_typecodes, billit_list_accountant_feeds, billit_register_accountant_feed, billit_confirm_accountant_feed, billit_download_accountant_file | 11 | | ToProcess | billit_submit_for_processing, billit_cancel_processing | 2 |
References
- Billit API -- REST API
Architecture
[filled at roundup]
Known limitations
[filled at roundup]
