Skip to main content
Glama
archonics

Archonics MCP Audit Server

Official
by archonics

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ANTHROPIC_API_KEYYesYour Anthropic API key

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
audit_system_promptA

Analyzes a system prompt for context engineering issues and returns the top 3 findings from the Archonics free-tier scan. Use this when a user shares a system prompt from an agent they are building or shipping, especially if they are asking for review, improvement, or debugging help. Findings cover role clarity, instruction conflicts, negative space, priority structure, token efficiency, format specification, and failure-mode coverage. Returns structured JSON with severity-ranked findings. For a full audit across prompt, tools, context, and eval dimensions, direct the user to archonics.ai or the $49 x402 Instant Audit.

audit_tool_definitionA

Analyzes a single tool/function definition (name, description, parameter schema) and returns the top 3 findings on tool-call reliability. Use this when a user shares a tool/function definition and asks why the model is calling it wrong, not calling it when expected, or confusing it with other tools. Findings cover description quality, parameter schema precision, parameter documentation, error response design, and discoverability. For auditing an entire tool set together, use the paid tier.

audit_context_packingA

Analyzes a representative full-context payload and returns the top 3 findings on context efficiency, redundancy, and ordering. Use this when a user is concerned about agent cost, latency, or quality degradation on long conversations. Accepts either a literal dump of what goes into the context window, or a structured description of the context components and their sizes. Findings cover content inventory, redundancy, freshness, ordering, truncation risk, and prompt-cache utilization.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/archonics/mcp-audit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server