agripulse-financial-agent-

esabha-coding/agripulse-financial-agent-
★ 0 stars Unknown language AI/LLM Updated 7d ago
An autonomous financial triage agent that categorizes restaurant expenses and flags anomalies using an MCP Server architecture. Built for the Google AI Agents Capstone.Topics/Tags: ai-agents, google-gemini, mcp-server, fintech, python
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agripulse-financial-": {
      "command": "npx",
      "args": [
        "-y",
        "esabha-coding/agripulse-financial-agent-"
      ]
    }
  }
}

README Excerpt

Autonomous financial operations agent generated with agents-cli version 1.0.0 AgriPulse is a financial operations agent built for the 2026 Google AI Agents Capstone. It processes unstructured raw bank transactions, categorizes them against a standard restaurant Chart of Accounts (COA), and flags risky variances for human review using an MCP Server architecture.