Skip to main content
Glama
codeforanchorage

Anchorage Open Checkbook MCP

OpenContext — Anchorage Open Checkbook fork

License: MIT Python 3.11+ MCP Compatible

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 staging

Connect via Claude Connectors (same steps on both Claude.ai and Claude Desktop):

  1. Go to SettingsConnectors (or CustomizeConnectors on claude.ai)

  2. Click Add custom connector

  3. Enter a name (e.g. "Boston OpenData") 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

Getting Started

Setup and usage

Architecture

System design and plugins

Deployment

AWS, Terraform, monitoring

Testing

Local testing (Terminal, Claude, MCP Inspector)

Anchorage Checkbook

Open Checkbook MCP server (this fork's plugin)

Methodology

The dedup-by-default decision and why totals differ from the MOA dashboard

Anchorage Parcels

Parcel/assessment MCP server (deployed from its own fork)


Examples


Contributing

Pre-commit hooks (optional):

pip install pre-commit
pre-commit install

Hooks: 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

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Read-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.
    Last updated
    12
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    A free, key-less MCP server for querying U.S. federal spending data from USAspending.gov, including contracts, grants, loans, recipients, agencies, and geographic breakdowns.
    Last updated
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Read-only MCP server for Rocket Money that lets you browse your accounts, transactions, spending, budgets, net worth, and subscriptions through natural language.
    Last updated
    2
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    A 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.
    Last updated
    1

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/codeforanchorage/anchorage-checkbook-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server