civicteam/bill-mcp-server
If you are the rightful owner of bill-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
This document provides a comprehensive overview of the Bill.com MCP Server, which integrates Bill.com accounting and payment services with AI assistants like Claude.
Tools
Functions exposed to the LLM to take actions
list_vendors
List all vendors in the account with optional filtering.
get_vendor
Get detailed information about a specific vendor by ID.
create_vendor
Create a new vendor in Bill.com.
update_vendor
Update an existing vendor in Bill.com.
list_bills
List bills (accounts payable) with filtering options.
get_bill
Get detailed information about a specific bill by ID.
create_bill
Create a new bill for a vendor.
update_bill
Update an existing bill.
list_payments
List all payments with optional filtering.
get_payment
Get detailed information about a specific payment by ID.
create_payment
Create a new payment for a vendor.
cancel_payment
Cancel a scheduled payment.
list_customers
List all customers with optional filtering.
get_customer
Get detailed information about a specific customer by ID.
create_customer
Create a new customer in Bill.com.
list_invoices
List all invoices with optional filtering.
get_invoice
Get detailed information about a specific invoice by ID.
create_invoice
Create a new invoice for a customer.
send_invoice
Send an invoice to the customer via email.
list_bank_accounts
List all bank accounts in the Bill.com account.
get_bank_account
Get detailed information about a specific bank account by ID.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client