Anchorage Open Checkbook MCP
OpenContext — Anchorage Open Checkbook 포크
이 포크는 OpenContext를 기반으로 Anchorage Open Checkbook MCP(anchorage_checkbook 플러그인)를 배포합니다. 이는 Municipality of Anchorage의 비감사 지출, 급여, 조달, 수익 테이블에 대한 읽기 전용 도구이며, 데이터셋의 함정(중복 이중 로드, 스냅샷 날짜, 순액, 비정규화된 공급업체 이름)이 도구 동작에 인코딩되어 있습니다. docs/CHECKBOOK.md 및 METHODOLOGY.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 stagingClaude Connectors를 통해 연결하세요(Claude.ai와 Claude Desktop에서 동일한 단계):
설정 → 커넥터로 이동합니다(또는 claude.ai에서 사용자 지정 → 커넥터)
사용자 지정 커넥터 추가를 클릭합니다
이름(예: "Anchorage Open Checkbook")과 API Gateway URL을 입력합니다
URL 가져오기: cd terraform/aws && terraform output -raw api_gateway_url
전체 설정은 Getting Started를 참조하세요.
Related MCP server: USAspending MCP
문서
문서 | 설명 |
설정 및 사용법 | |
시스템 설계 및 플러그인 | |
AWS, Terraform, 모니터링 | |
로컬 테스트(Terminal, Claude, MCP Inspector) | |
Open Checkbook MCP 서버(이 포크의 플러그인) | |
기본 중복 제거 결정과 합계가 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
This server cannot be installed
Maintenance
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
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
- AlicenseAqualityCmaintenanceRead-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 gradedqualityCmaintenanceA 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.5MIT
- 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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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