Built in the open.
PA Agent is an open-source project exploring how AI can simplify government processes. The code, the data, and the approach are all public. Contributions, feedback, and ideas are welcome.
Full application source
The complete PA Agent codebase — Rust orchestration, Python ML pipelines, API server, CLI tools — is available on GitHub under a permissive license.
Structured immigration data
199 countries, 40,000+ eligibility profiles, 5,700+ requirement records, and 4,500+ document templates. Seeded from public datasets and continuously updated.
VisaCheck MCP server
A standalone MCP server that exposes visa requirement data to any MCP-compatible AI client. Available as an npm package — install with a single command.
Documentation & context
Comprehensive project context, architecture decisions, database schema, fine-tuning strategy, and security model — all documented in CONTEXT.md.
The Rust and Python components share the same PostgreSQL database. Rust handles the real-time orchestration, API serving, and agent pipeline. Python handles ML training, data seeding, and experimentation.
Passport Index
Visa-free access matrix from the imorte/passport-index-data dataset. Covers bilateral visa policies between all country pairs.
Global Visa Cost Dataset
Visa fee data from the Zenodo Global Visa Cost Dataset. Standardized fee information across jurisdictions.
Official eVisa Portals
Curated list of official government eVisa portal URLs. Verified manually and enriched via API calls where available.
Explore the code
Clone the repo, read CONTEXT.md, and browse the crate and package structure to understand how everything fits together.
Open an issue
Found a bug, have a data correction, or want to suggest a feature? Open a GitHub issue. All feedback helps shape the project.
Start a conversation
Interested in the approach, the data, or the architecture? Reach out. The best ideas come from unexpected places.
Explore PA Agent on GitHub. Read the docs, spin up the services, run the chat, or plug in the MCP server.