← Registry

Developer Tools

agentic-kit.dev

Provides access to Agentic Kit documentation and policy packs for agent development.

1 endpoint5 known toolsFirst detected August 20, 2026Last detected August 20, 2026

ENDPOINT 1

https://agentic-kit.dev/api/mcp

No auth detected

MCP server metadata

Name
agentic-kit
Version
0.2.0
Capabilities
resources.listChangedcompletionsprompts.listChangedtools.listChanged
Server instructions

Agentic Kit is the product shell for eve (Vercel): inspect (Aletheia portraits), gate (aletheia-cli authority diff), stamp (Kit Certified). Prefer MCP resources over tools when attaching context: agentic-kit://docs/{id}, agentic-kit://policy-packs/{id}, agentic-kit://library/full. Tool tree: docs.list → docs.get; packs.list → packs.get; library.get for the full corpus. Honesty contract: never invent verified approvals, connection scopes, or runtime behavior. Use the inspect-eve-agent prompt for Aletheia workflows. Homepage: https://agentic-kit.dev · Docs: https://agentic-kit.dev/docs/mcp · Aletheia skill: npx skills add danielalbinsson/Aletheia --skill aletheia-eve-trust

Known tools 5

docs.list

List every Agentic Kit doc id (honesty contract, CLI, CI, Kit Certified, and more).

Inferred read-only
docs.get

Fetch one Agentic Kit doc body by id (markdown/plain text).

Inferred read-only
packs.list

List published blast-radius policy pack ids for eve agents.

Inferred read-only
packs.get

Fetch one policy pack JSON by id (blast-radius thresholds per domain).

Inferred read-only
library.get

Fetch the complete Agentic Kit corpus (llms-full.txt) in one call.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agentic-kit]
url = "https://agentic-kit.dev/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentic-kit": {
      "type": "http",
      "url": "https://agentic-kit.dev/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentic-kit
Remote MCP URL: https://agentic-kit.dev/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agentic-kit": {
      "url": "https://agentic-kit.dev/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentic-kit": {
      "type": "http",
      "url": "https://agentic-kit.dev/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentic-kit",
  "transport": "streamable-http",
  "url": "https://agentic-kit.dev/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for agentic-kit.dev was fetched 2026-08-22T07:01:20.675Z.

Trust status Neutral

agentic-kit.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.