bill-mcp-server
Verified Safeby civicteam
Overview
An MCP server for Bill.com Spend & Expense API integration, enabling AI assistants to manage financial operations related to company spending, budgets, reimbursements, transactions, cards, and users.
Installation
docker run -e BILL_API_TOKEN=your_token_here -e BILL_ENVIRONMENT=sandbox bill-spend-expenseEnvironment Variables
- BILL_API_TOKEN
- BILL_ENVIRONMENT
Security Notes
Authentication relies on a `BILL_API_TOKEN` environment variable, which is a secure practice to avoid hardcoding credentials. The server uses the native `fetch` API for making requests, passing the API token directly in the 'apiToken' header. IDs are directly interpolated into URL paths for `GET` requests, which is generally safe when the IDs are expected to be simple strings. Error handling catches general exceptions and returns a generic 'Unknown error occurred' message, preventing the exposure of detailed internal server errors or stack traces to external callers. No 'eval' or explicit obfuscation techniques were detected in the provided source code. It relies on the security of the underlying Bill.com API for input validation and access control beyond what this server explicitly implements.
Similar Servers
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
mcp-devtools-server
This MCP server standardizes development tool patterns and provides AI-powered integrations to enable Claude Code to generate code more efficiently, reduce errors, and improve autocorrection for various programming languages and workflows.
MCP-Server-Ideas
Planning and documentation for Model Context Protocol (MCP) servers to extend AI capabilities by integrating with external APIs such as Green Invoice for invoicing and Homebox for inventory management.
iplicit_mcp_server
Integrates iplicit cloud accounting data with Claude AI for natural language queries and critical write operations.