Metadata-Version: 2.4
Name: ac-jobs-mcp
Version: 0.1.1
Summary: MCP server for AC Jobs - an admission gate that keeps AI agents on-goal.
Author: Wchampe
License: MIT
Project-URL: Homepage, https://ac-jobs.onrender.com
Project-URL: Repository, https://github.com/Wchampe/ac_jobs
Keywords: mcp,agents,ai,guardrails,prompt-injection
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: mcp>=1.0

# ac-jobs-mcp

MCP server for [AC Jobs](https://ac-jobs.onrender.com) - an admission gate for AI
agents. Submit a proposed step; get **admit / hold / reject** against a
constitution you write, plus a follow-up when held. Keeps agents on-goal and
hard to capture by prompt injection.

## Use

```bash
AC_JOBS_API_KEY=demo uvx ac-jobs-mcp
# or
pip install ac-jobs-mcp
AC_JOBS_API_KEY=demo ac-jobs-mcp
```

Tools: `ac_admit`, `ac_envision`, `ac_confirm`. Env: `AC_JOBS_API_KEY` (or `demo`),
`AC_JOBS_URL` (default the hosted deployment). Get a key at the homepage.

---
mcp-name: io.github.Wchampe/ac-jobs
