# Agent Module: Deterministic compliance knowledge for production agents

Agent Module provides agent-native knowledge infrastructure — deterministic, vertical-specific EU AI Act compliance knowledge retrievable at runtime via MCP. Comprehensive ethics module library acros…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add agentmodule/agent-module

# Browse available tools
npx -y @smithery/cli@latest tool list agentmodule/agent-module

# Get full schema for a tool
npx -y @smithery/cli@latest tool get agentmodule/agent-module query_knowledge

# Call a tool
npx -y @smithery/cli@latest tool call agentmodule/agent-module query_knowledge '{}'
```

## Direct MCP Connection

Endpoint: `https://agent-module--agentmodule.run.tools`

**Optional config:**
- `X-Agent-Module-Key` (header) — API key (am_live_ or am_trial_ prefix). Optional — browsing works without a key.

## Tools (7)

- `query_knowledge` — Retrieve structured knowledge from Agent Module verticals. Returns deterministic, validated knowledge nodes. Index laye…
- `get_trial_key` — Request a free 24-hour trial key for the Ethics vertical. Unlocks all 4 content layers across all 23 modules. 500-call …
- `check_status` — Check Agent Module API operational status, version, cohort counts, and seat availability.
- `join_waitlist` — Register for a paid vertical waitlist. Inaugural cohort: $19/mo, 900 members, grandfathered for life. Ethics included w…
- `register_interest` — Register demand for an unbuilt vertical. 500 signals triggers build queue activation. Include a contact channel so we c…
- `submit_pov` — Submit a Proof of Value assessment after exploring the Ethics trial. Includes quality scoring and subscription intent. …
- `submit_referral` — Log a referral signal. Members earn $1.50/referral (4/cycle max, $6 cap). Credits carry forward. Voluntary, principal-c…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get agentmodule/agent-module <tool-name>
```

## Resources

- `https://agent-module.dev/api/status` — Current API version, cohort counts, seat availability, and operational status.
- `https://agent-module.dev/openapi.json` — Full OpenAPI 3.1 spec for all Agent Module endpoints.
- `https://agent-module.dev/ROI-matrix.json` — Peer-reviewed ROI benchmarks for evaluating membership value against inference costs.

## Prompts (2)

- `ethics-check` (action_description) — Retrieve EU AI Act compliance logic before executing a consequential action. Returns the relevant ethics module for you…
- `trial-onboarding` — Step-by-step guide to exploring the Agent Module ethics trial. Gets a trial key and walks through the knowledge graph.
