npm @expensebot/mcp-server-authstreamable-httpupdated 26d ago
Expense management and Gmail receipt capture for AI assistants and automation platforms.
What can you do with ExpenseBot?
Public installation and discovery metadata for the hosted ExpenseBot Model Context Protocol server.
ExpenseBot gives AI assistants and automation platforms structured access to expense data, Gmail receipt capture, reports, income, mileage, compliance checks, and accounting handoffs. ExpenseBot remains the system that captures and organizes receipts; downstream accounting software remains the source of truth for the books.
Recommended: remote OAuth
Use the hosted Streamable HTTP endpoint in clients that support remote MCP and OAuth:
https://mcp.expensebot.ai/mcp
Example mcp.json:
{
"mcpServers": {
"expensebot": {
"url": "https://mcp.expensebot.ai/mcp"
}
}
}
The client should open ExpenseBot sign-in and consent in the browser. Do not paste an ExpenseBot token into chat.
Local stdio fallback
Clients without remote OAuth support can run the public npm adapter:
npx -y @expensebot/mcp-server-auth
Store a revocable ExpenseBot token in the client's EXPENSEBOT_TOKEN environment or secret configuration. Generate and revoke tokens from AI Assistant Tokens.
What agents can do
- Search and analyze expenses, income, mileage, subscriptions, and profit and loss.
- Submit receipt images and PDFs and check processing results.
- Scan connected Gmail accounts for receipts and monitor scan progress.
- Add cash expenses, mileage, income, and confirmed client advances.
- Review, correct, categorize, group, and annotate exact expenses with confirmation safeguards.
- Create, inspect, export, and share reports and continue into client billing.
- Review credits, refunds, compliance issues, monthly books, and client advance balances.
- Trace document activity and open the relevant ExpenseBot review UI when a visual workflow is safer.
The live server currently exposes more than 50 tools. Write actions use previews, confirmations, bounded selections, or app handoffs where appropriate.
Useful prompts
Scan Gmail for new receipts and tell me what needs attention.Show me my unsubmitted travel expenses from last month.Group my Toronto Uber Eats expenses from this quarter under Client Demo, then create a report without personal expenses and help me bill the client.How much of Client Acme's advance remains?Compare this quarter's spending with the same quarter last year.
Documentation and support
- ExpenseBot website: https://www.expensebot.ai
- Setup guide: https://www.expensebot.ai/mcp
- Practical prompt guide: https://www.expensebot.ai/mcp-actions
- Privacy: https://www.expensebot.ai/privacy
- Support: mailto:support@expensebot.ai
This repository intentionally contains public installation metadata only. The hosted ExpenseBot application and its private source code are not published here.
Install
Add ExpenseBot to your client. Pick the one you use.
{
"servers": {
"mcp-server-auth": {
"type": "http",
"url": "https://mcp.expensebot.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add mcp-server-auth -- npx -y @expensebot/mcp-server-authcodex mcp add mcp-server-auth -- npx -y @expensebot/mcp-server-authamp mcp add mcp-server-auth -- npx -y @expensebot/mcp-server-auth{
"mcpServers": {
"mcp-server-auth": {
"command": "npx",
"args": [
"-y",
"@expensebot/mcp-server-auth"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-server-auth": {
"command": "npx",
"args": [
"-y",
"@expensebot/mcp-server-auth"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"mcp-server-auth": {
"command": "npx",
"args": [
"-y",
"@expensebot/mcp-server-auth"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-server-auth": {
"command": "npx",
"args": [
"-y",
"@expensebot/mcp-server-auth"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-server-auth": {
"command": "npx",
"args": [
"-y",
"@expensebot/mcp-server-auth"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-server-auth": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@expensebot/mcp-server-auth"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-server-auth": {
"command": {
"path": "npx",
"args": [
"-y",
"@expensebot/mcp-server-auth"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @expensebot/mcp-server-authRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance25/25
- Trust6/20
- Capability0/15
- Install experience15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 19 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.6.22Latest | Aug 16, 2026 |
| 0.6.20 | Aug 13, 2026 |
| 0.6.19 | Aug 12, 2026 |
| 0.6.18 | Aug 12, 2026 |
| 0.6.17 | Aug 10, 2026 |
| 0.6.1 | May 7, 2026 |
| 0.6.0 | May 7, 2026 |
| 0.5.1 | May 7, 2026 |
| 0.5.0 | Apr 30, 2026 |
| 0.3.2 | Apr 30, 2026 |