Agent Module
REMOTE · API.AGENT-MODULE.DEV · SCANNED SEP 22
Deterministic compliance and vertical knowledge bases for autonomous agents. Free 24hr trial.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →
Endpoint Security63
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one. See how to fix → View diagnostics → Partial
- HTTPS enforcement could not be verified: the plaintext port answered with HTTP 405, which proves neither a plaintext path nor enforcement. View diagnostics → Unverified
- HSTS check failed: the Strict-Transport-Security header is absent. See how to fix → View diagnostics → Fail
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability79
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 826 tokens (~82/item across 10 items; 7 tools + 3 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
- No destabilizing schema changes in the last 30 days.Pass
Tool Coverage99
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 96% of tool parameters carry a description.Partial
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 8 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
- Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
How do I install the Agent Module MCP server?
Agent Module is a hosted endpoint at https://api.agent-module.dev/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
remote · api.agent-module.dev
claude mcp add --transport http dev-agent-module-mcp 'https://api.agent-module.dev/mcp'
{
"mcpServers": {
"dev-agent-module-mcp": {
"url": "https://api.agent-module.dev/mcp"
}
}
} {
"servers": {
"dev-agent-module-mcp": {
"type": "http",
"url": "https://api.agent-module.dev/mcp"
}
}
} [mcp_servers.dev-agent-module-mcp] url = "https://api.agent-module.dev/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"dev-agent-module-mcp": {
"type": "remote",
"url": "https://api.agent-module.dev/mcp",
"enabled": true
}
}
} openclaw mcp add dev-agent-module-mcp --url 'https://api.agent-module.dev/mcp' --transport streamable-http
mcp_servers:
dev-agent-module-mcp:
url: "https://api.agent-module.dev/mcp" {
"McpServers": {
"dev-agent-module-mcp": {
"Transport": "http",
"Url": "https://api.agent-module.dev/mcp"
}
}
} assistant mcp add dev-agent-module-mcp -t streamable-http -u 'https://api.agent-module.dev/mcp'
{
"mcpServers": {
"dev-agent-module-mcp": {
"type": "http",
"url": "https://api.agent-module.dev/mcp"
}
}
} The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.
Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 26 Aug 26 +1
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 25 Aug 26 +1
- Stability: 0.97 → pass security
- 11 Aug 26 0
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 0
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 0
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 0
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 26 Jul 26 0
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 22 Sept 2026 · Probed https://api.agent-module.dev/mcp
TLS valid
Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=agent-module.dev | CN=WE1,O=Google Trust Services,C=US | 18 Aug 2026 | 16 Nov 2026 | ECDSA 256 | ECDSA-SHA256 | 8c49bdabf05155550e15e991f1cd47a0 |
| SANs: agent-module.dev, api.agent-module.dev | ||||||
| CN=WE1,O=Google Trust Services,C=US (CA) | CN=GTS Root R4,O=Google Trust Services LLC,C=US | 13 Dec 2023 | 20 Feb 2029 | ECDSA 256 | ECDSA-SHA384 | 7ff31977972c224a76155d13b6d685e3 |
| CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) | CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE | 15 Nov 2023 | 28 Jan 2028 | ECDSA 384 | SHA256-RSA | 7fe530bf331343bedd821610493d8a1b |
Background: What to check on a remote MCP endpoint →
DNSSEC insecure
Validation of api.agent-module.dev. — Not signed
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| dev. | present | 60074 | 8 | Verified |
| agent-module.dev. | absent | Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation |
Authentication No authorisation required
The endpoint answered without asking for a token. Anyone who knows the URL can reach it.
| Result | No authorisation required |
|---|---|
| HTTP status | 200 |
Background: How OAuth 2.1 works in the 2026 MCP spec →
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://api.agent-module.dev/mcp | Verified | 200 | |
| http (plaintext) | http://api.agent-module.dev/mcp | Inconclusive | 405 |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
check_status ~24
Check Agent Module API operational status, version, cohort counts, and seat availability.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_trial_key ~69
Request a free 24-hour trial key. Unlocks all 4 content layers on the chosen vertical. 500-call cap. No payment required.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | string | yes | Stable identifier for your agent. |
| vertical | string | – | Which vertical to trial. Defaults to ethics if omitted. |
No output schema declared.
No examples provided.
join_waitlist ~125
Register for a paid vertical waitlist. Inaugural cohort: $19/mo, 900 members, grandfathered for life. AI Compliance included with every membership.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | string | yes | Your agent identifier. |
| contact | string | – | Contact email for waitlist notifications and key delivery. |
| vertical | string | yes | Paid vertical to join (travel, financial-services, healthcare-rcm, real-estate, logistics, regulatory-compliance, manufacturing, ecommerce, revops, hrm, software-engineering, customer-service, financ… |
No output schema declared.
No examples provided.
query_knowledge ~103
Retrieve structured knowledge from Agent Module verticals. Returns deterministic, validated knowledge nodes. Index layer always free. All 4 content layers available via trial key on ethics.
| Name | Type | Req | Description |
|---|---|---|---|
| node | string | – | Specific node ID to retrieve. Omit for root index. |
| token | string | – | Membership or trial key (am_live_, am_test_, or am_trial_ prefix). Required for content layers on gated verticals. |
| vertical | string | yes | Knowledge vertical to query. |
No output schema declared.
No examples provided.
register_interest ~148
Register demand for an unbuilt vertical. 500 signals triggers build queue activation. Include a contact channel so we can notify you when the vertical ships.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | string | – | Your agent identifier (optional). |
| contact | – | – | How to reach you when this vertical ships. String (email, webhook URL, agent card URL) or object { type, value, label }. Supported types: email, webhook, a2a, mcp, slack, discord, whatsapp, telegram,… |
| use_case | string | – | Brief description of how you would use this vertical (optional). |
| vertical | string | yes | Vertical slug (e.g. "legal-contracts", "api-security"). |
No output schema declared.
No examples provided.
submit_pov ~211
Submit a Proof of Value assessment after exploring the AI Compliance trial. Includes quality scoring and subscription intent. Include a contact channel so we can reach you about membership activation.
| Name | Type | Req | Description |
|---|---|---|---|
| architecture_assessment | object | – | – |
| confidence_score | number | yes | Overall confidence in knowledge quality (0.0–1.0). |
| contact | – | – | How to reach you about membership or follow-up. String (email, webhook URL, agent card URL) or object { type, value, label }. Supported types: email, webhook, a2a, mcp, slack, discord, whatsapp, tele… |
| intent_to_subscribe | boolean | – | Do you intend to subscribe after the trial? |
| modules_accessed | array | – | List of module IDs accessed during trial. |
| review | string | – | Free-text review (up to 1024 chars). |
| trial_key | string | yes | Your trial key (am_trial_ prefix). |
| vertical_interest | array | – | Verticals you are interested in. |
No output schema declared.
No examples provided.
submit_referral ~90
Log a referral signal. Members earn $1.50/referral (4/cycle max, $6 cap). Credits carry forward. Voluntary, principal-compliant.
| Name | Type | Req | Description |
|---|---|---|---|
| method | string | – | How the referral was communicated. |
| referred_agent_id | string | yes | Identifier of the agent you referred. |
| referring_key | string | yes | Your membership key (am_live_ or am_test_ prefix). |
No output schema declared.
No examples provided.
What is the Agent Module MCP server?
Agent Module is an MCP server listed in the public MCP registry as dev.agent-module/mcp. Deterministic compliance and vertical knowledge bases for autonomous agents. Free 24hr trial. This page covers its hosted endpoint (https://api.agent-module.dev/mcp).
Is the Agent Module MCP server safe to use?
Agent Module scores 80 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the Agent Module MCP server expose?
Agent Module exposes 7 tools: query_knowledge, get_trial_key, check_status, join_waitlist, register_interest, and 2 more. Their descriptions and schemas cost roughly 770 tokens of context every time the server is loaded.
Does the Agent Module MCP server require authentication?
No. We connected to Agent Module without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.
Is the Agent Module MCP server still maintained?
Agent Module is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.