← expensebot.ai

INDIVIDUAL MCP TOOL

create_report

Create an expense report from a clear date, client, project, trip, category, or merchant request.

expensebot.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.expensebot.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_report and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

expensebot.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.expensebot-remote]
url = "https://mcp.expensebot.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "expensebot-remote": {
      "type": "http",
      "url": "https://mcp.expensebot.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: expensebot-remote
Remote MCP URL: https://mcp.expensebot.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "expensebot-remote": {
      "url": "https://mcp.expensebot.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "expensebot-remote": {
      "type": "http",
      "url": "https://mcp.expensebot.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "expensebot-remote",
  "transport": "streamable-http",
  "url": "https://mcp.expensebot.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_expenses — Search and filter the user's expenses.
  • get_spending_summary — Summarize the user's recorded expenses with totals and breakdowns by category, merchant, month, tag, source, or payment method.
  • get_deep_analytics — Run deeper, multi-step analytics on the user's expenses.
  • list_reports — List the user's expense reports with pagination.
  • request_accounting_integration — Request support for an accounting package only after checking ExpenseBot's reviewed direct and import-file destinations and finding no matching package.
  • get_report_details — Get full details of a specific expense report including all expenses, totals, and compliance status.
  • share_report — Share one existing expense report after confirmation.
  • check_compliance — Use only when the user explicitly asks to check an existing report for compliance issues such as missing business purpose or policy violations.