AccessCatalog Agent · DataHub Agent Hackathon

ADA compliance,
on autopilot.

An AI agent that scans, tags, and triages every government PDF — reading the catalog through the DataHub MCP Server and writing every verdict back. It runs every day, so people don't have to.

View the code (Apache 2.0) See a real agent-generated report Sample outputs
READ · MCP
SCAN · real PDF checks
WRITE BACK · tags + evidence
DECIDE · lineage
REPORT · live catalog

One agent run on the sample city (22 documents)

22documents scanned
16non-compliant found
10queued by impact
2redirects via lineage

Run it yourself (~15 min)

git clone https://github.com/imeunk89/accesscatalog-agent && cd accesscatalog-agent
uv venv --python 3.11 && source .venv/bin/activate
uv pip install -e . mcp-server-datahub
datahub docker quickstart          # local DataHub (Docker)
cp .env.example .env               # add your OPENAI_API_KEY
./scripts/demo.sh                  # ingest → agent → reports

The 22-PDF sample corpus ships in the repo — genuinely accessible and inaccessible files, including image-only scans and lineage-connected remediation pairs.