Agent Module MCP Server

EU AI Act compliance logic for autonomous agents - retrievable during runtime. Its 7 documented tools cluster into read & search, submit, check, join. It is available as a remote MCP endpoint.

Teams that want a hosted documentation endpoint instead of running a local process. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-04-04 · ★ 2 · #180 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Agent Module

Claude Code

claude mcp add agentmodule-mcp --transport http https://api.agent-module.dev/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "agentmodule-mcp": {
      "url": "https://api.agent-module.dev/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://api.agent-module.dev/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to api.agent-module.dev

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

registry vendor namespace dev.agent-module - domain-verified with the official MCP registry

03 · What Agent Module can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 7 documented tools across read & search, submit, check, including query_knowledge, get_trial_key, check_status, join_waitlist.

Capability map

Tools grouped from the project's README - what Agent Module lets an agent do.

read & search

2 tools - e.g. Retrieve structured compliance logic. Start at the root index, drill into modules, access content layers.; Free 24-hour trial. All 4 content layers, all AI Compliance modules, 500 calls.

query_knowledge · get_trial_key

Submit

2 tools - e.g. Submit a Proof of Value after exploring the trial. Confidence scores drive cohort progression.; Members earn $1.50/referral (4/cycle max). Voluntary.

submit_pov · submit_referral

Check

1 tool - e.g. API status, version, available verticals, cohort counts. No parameters.

check_status

Join

1 tool - e.g. Register for a vertical membership. Inaugural cohort: $19/mo, 900 seats, grandfathered for life.

join_waitlist

Register

1 tool - e.g. Signal demand for a new vertical. 500 signals triggers build queue.

register_interest

Latest releases

v0.9.12 · 2026-03-24

What's new · MCP prompts - ethics-check and trial-onboarding prompt templates · MCP resources - API status, OpenAPI spec, and ROI matrix available as MCP resources · Tool annotations - all 7 tools annotated with…

v0.9.7 · 2026-03-18

v0.9.7 - Security Hardening · (Streamable HTTP, JSON-RPC 2.0) · What's new · Per-key rate limiting (200/hr, 1K/day, 10K/mo) with dynamic headers · Trial IP abuse prevention (5 trials/IP/24hr, SHA-256 hashed) · Stripe…

04 · Who maintains Agent Module

Agent Module is maintained by agentmodule. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
documentation - ranked #180 of 183 actively-maintained documentation servers as of 2026-08-25.
registry
dev.agent-module/mcp (active, first published 2026-03-23)

06 · Agent Module FAQ

Is Agent Module still maintained?

Yes - as of 2026-08-25, its last commit was 2026-04-04. We re-verify nightly.

What can Agent Module do?

An agent gets 7 documented tools across read & search, submit, check, including query_knowledge, get_trial_key, check_status, join_waitlist.

How do I install Agent Module?

Run `claude mcp add agentmodule-mcp --transport http https://api.agent-module.dev/mcp`. You can also paste the ready-made client config above.

Does Agent Module require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Agent Module