school-finance-mcp

tylermbeau-jpg/school-finance-mcp
★ 0 stars Python AI/LLM Updated 6d ago
MCP server for California school finance: SACS account-string validation/decoding and school-meal reimbursement, built with the official MCP Python SDK (FastMCP).
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": {
    "school-finance-mcp": {
      "command": "uvx",
      "args": [
        "school-finance-mcp"
      ]
    }
  }
}

Or install with pip: pip install school-finance-mcp

README Excerpt

A Model Context Protocol (MCP) server that gives an LLM agent first-class tools for California school finance: - Validate and decode **SACS account strings** (the state's 19-digit Standardized Account Code Structure). - Compute **school-meal reimbursement** for the National School Lunch and Breakfast Programs, including the California Universal Meals state top-up.

Tools (4)

calculate_meal_reimbursementdecode_sacs_stringlist_sacs_codesvalidate_sacs_string