ExpenseBot is the first expense management tool on the official MCP Registry. Two MCP servers:
@expensebot/mcp-server-auth (authenticated) — 13 tools that work with your real ExpenseBot data:
- Search expenses by category, merchant, date, amount
- Submit photo/PDF receipts via base64
- Scan Gmail for receipts on demand
- Create, list, share, download expense reports
- Run deep analytics ("compare Q1 vs Q2 spending")
- Add cash expenses without a receipt
- Check tax deductibility
- Check compliance issues
@expensebot/mcp-server (read-only) — answers questions about ExpenseBot for pre-sales/help.
Auth: Personal Access Tokens generated from Settings → AI Assistant Tokens. 30-day expiry, revokable, scoped to your account only. CASA Tier 2 certified. Free with any ExpenseBot account (60-day free trial).
Server Config
{
"mcpServers": {
"expensebot": {
"command": "npx",
"args": [
"-y",
"@expensebot/mcp-server-auth",
"--token=YOUR_EXPENSEBOT_TOKEN"
]
}
}
}