auroragate-expense-agent

secret963-ai/auroragate-expense-agent
★ 0 stars Jupyter Notebook AI/LLM Updated today
ADK 2.0 expense-approval agent with MCP server, security gate, and human-in-the-loop review.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "auroragate-expense-a": {
      "command": "npx",
      "args": [
        "-y",
        "secret963-ai/auroragate-expense-agent"
      ]
    }
  }
}