Skip to main content
Glama
codeforanchorage

Anchorage Open Checkbook MCP

OpenContext — Anchorage Open Checkbook 포크

License: MIT Python 3.11+ MCP Compatible

이 포크는 OpenContext를 기반으로 Anchorage Open Checkbook MCP(anchorage_checkbook 플러그인)를 배포합니다. 이는 Municipality of Anchorage의 비감사 지출, 급여, 조달, 수익 테이블에 대한 읽기 전용 도구이며, 데이터셋의 함정(중복 이중 로드, 스냅샷 날짜, 순액, 비정규화된 공급업체 이름)이 도구 동작에 인코딩되어 있습니다. docs/CHECKBOOK.mdMETHODOLOGY.md를 참조하세요 — 이 서버의 합계는 공개 MOA 대시보드와 의도적으로 다릅니다(중복은 기본적으로 필터링됨).


빠른 시작

# 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

Claude Connectors를 통해 연결하세요(Claude.ai와 Claude Desktop에서 동일한 단계):

  1. 설정커넥터로 이동합니다(또는 claude.ai에서 사용자 지정커넥터)

  2. 사용자 지정 커넥터 추가를 클릭합니다

  3. 이름(예: "Anchorage Open Checkbook")과 API Gateway URL을 입력합니다

URL 가져오기: cd terraform/aws && terraform output -raw api_gateway_url

전체 설정은 Getting Started를 참조하세요.


Related MCP server: USAspending MCP

문서

문서

설명

Getting Started

설정 및 사용법

Architecture

시스템 설계 및 플러그인

Deployment

AWS, Terraform, 모니터링

Testing

로컬 테스트(Terminal, Claude, MCP Inspector)

Anchorage Checkbook

Open Checkbook MCP 서버(이 포크의 플러그인)

Methodology

기본 중복 제거 결정과 합계가 MOA 대시보드와 다른 이유


사용해 보기

공개 배포는 https://checkbook.codeforanchorage.org/mcp에서 확인할 수 있습니다. 사용자 지정 커넥터로 추가하고 다음과 같은 질문을 해 보세요:

  • "FY2025에 Municipality of Anchorage가 부서별로 지출한 금액은 얼마인가요?"

  • "MOA가 Chugach Electric에 이름의 모든 표기 변형을 포함해 지불한 금액은 얼마인가요?"

  • "FY2024에 100만 달러가 넘는 조달 내역을 보여 주세요."

모든 답변에는 해당 한계가 함께 제공됩니다 — 수치는 상계 항목을 차감한 순액이며, 중복 ETL 행은 기본적으로 필터링되고, 알려진 데이터 공백은 0으로 보고되지 않고 플래그로 표시됩니다. 이러한 합계가 공개 MOA 대시보드와 의도적으로 다른 이유는 Methodology를 참조하세요.


기여

Pre-commit 훅(선택 사항):

pip install pre-commit
pre-commit install

훅: Ruff, yamllint, gofmt. 수동 실행: pre-commit run --all-files.


라이선스

MIT — LICENSE를 참조하세요.

저자: Srihari Raman, City of Boston Department of Innovation and Technology

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

Maintenance

0Releases (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 Connectors

View all MCP Connectors

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.
    12
    MIT
  • A
    license
    Not graded
    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.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Read-only MCP server for Rocket Money that lets you browse your accounts, transactions, spending, budgets, net worth, and subscriptions through natural language.
    5
    MIT
  • F
    license
    Not graded
    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.
    1

View all related MCP servers

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