Anchorage Open Checkbook MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Anchorage Open Checkbook MCPShow me the top vendors for Anchorage in 2023"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
OpenContext — Anchorage Open Checkbook fork
This fork of OpenContext
deploys the Anchorage Open Checkbook MCP (anchorage_checkbook
plugin) — read-only tools over the Municipality of Anchorage's
unaudited expenditure, payroll, procurement, and revenue tables, with
the dataset's traps (duplicate double-loads, snapshot dates, net
amounts, unnormalized vendor names) encoded in tool behavior. See
docs/CHECKBOOK.md and
METHODOLOGY.md — this server's totals deliberately
differ from the public MOA dashboard (duplicates are filtered by
default).
Quick Start
# 1. Configure (this fork ships its config ready to go)
cp config-anchorage-checkbook.yaml config.yaml
# 2. Test locally
pip install aiohttp
python3 scripts/local_server.py
# 3. Deploy
./scripts/deploy.sh --environment stagingConnect via Claude Connectors (same steps on both Claude.ai and Claude Desktop):
Go to Settings → Connectors (or Customize → Connectors on claude.ai)
Click Add custom connector
Enter a name (e.g. "Anchorage Open Checkbook") and your API Gateway URL
Get the URL: cd terraform/aws && terraform output -raw api_gateway_url
See Getting Started for full setup.
Related MCP server: USAspending MCP
Documentation
Doc | Description |
Setup and usage | |
System design and plugins | |
AWS, Terraform, monitoring | |
Local testing (Terminal, Claude, MCP Inspector) | |
Open Checkbook MCP server (this fork's plugin) | |
The dedup-by-default decision and why totals differ from the MOA dashboard |
Try it
The public deployment is at https://checkbook.codeforanchorage.org/mcp.
Add it as a custom connector and ask questions like:
"What did the Municipality of Anchorage spend by department in FY2025?"
"How much has MOA paid Chugach Electric, across every spelling of the name?"
"Show me procurement over $1M in FY2024."
Every answer comes back with its qualifications attached — figures are net of offsetting entries, duplicate ETL rows are filtered by default, and known data gaps are flagged rather than reported as zero. See Methodology for why these totals deliberately differ from the public MOA dashboard.
Contributing
Pre-commit hooks (optional):
pip install pre-commit
pre-commit installHooks: Ruff, yamllint, gofmt. Run manually: pre-commit run --all-files.
License
MIT — see LICENSE.
Author: Srihari Raman, City of Boston Department of Innovation and Technology
This server cannot be deployed
Maintenance
Related MCP Connectors
Public MCP server for discovering open jobs. Search, filter, and get application links.
Read-only MCP server for The Quiet Protocol's engines, benchmarks, proof, and business data.
MCP server for nonprofit financials via ProPublica — IRS Form 990 data for 1.8M+ nonprofits.
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Related MCP Servers
- AlicenseAqualityDmaintenanceRead-only MCP server for exploring US federal spending data via the USAspending.gov API, enabling natural language queries on awards, agencies, recipients, and spending trends.12MIT
- AlicenseNot gradedqualityDmaintenanceA free, key-less MCP server for querying U.S. federal spending data from USAspending.gov, including contracts, grants, loans, recipients, agencies, and geographic breakdowns.MIT
- AlicenseNot gradedqualityDmaintenanceRead-only MCP server for Rocket Money that lets you browse your accounts, transactions, spending, budgets, net worth, and subscriptions through natural language.9MIT
- FlicenseNot gradedqualityCmaintenanceA read-only MCP server for querying Los Angeles City legislative data - Council Files, votes, member activity, and Neighborhood Council engagement - through parameterized tools without raw SQL.1-