EvalKit MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ANTHROPIC_API_KEY | No | Your Anthropic API key for accessing the classifier. Optional for dry run, required for live evaluation. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| eval_classifier_robustnessC | Process a query through the configured evaluation stages. Returns a formatted analysis with per-segment routing information, aggregate metrics, and processing results. |
| eval_decompose_queryC | Split a query into conceptual sub-components for analysis. Divides the input into constituent parts based on topic boundaries. |
| eval_obfuscation_evasionB | Analyze character-level text transformations. Applies configurable character substitutions and reports detected patterns in the input text. |
| eval_statusA | Check server configuration and connection status. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/tr4m0ryp/fable-5-jailbreak'
If you have feedback or need assistance with the MCP directory API, please join our Discord server