Clerk Chat MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLERK_CHAT_API_KEY | Yes | Clerk Chat API key for authentication | |
| CLERK_CHAT_API_BASE_URL | No | Base URL for the Clerk Chat API |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_test_casesA | List all test cases in the database for a specific company |
| create_test_caseB | Create a new test case in the database for a specific company |
| run_testsA | Run regression tests against a system prompt with real LLM evaluation for a specific company. Use prompt_id (from save_draft_prompt) for faster performance, or system_prompt for direct text. |
| save_improvement_runA | Save a complete improvement cycle with prompts, analysis, and test results for a specific company |
| save_draft_promptA | Save a draft prompt to the database for a specific company for later use in testing. Returns a prompt_id that can be used with run_tests. |
| get_draft_promptA | Retrieve a previously saved draft prompt by ID for a specific company |
| list_draft_promptsB | List all saved draft prompts for a specific company |
| list_toolsA | List all available tools for a company. Use this when generating tests to know what tool calls are possible. |
| get_toolA | Get details of a specific tool by ID |
| list_skillsA | List all available skills |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| skill://prompt-improvement/feedback-analysis | |
| skill://prompt-improvement/improvement-loop | |
| skill://prompt-improvement/mcp-tools-guide | |
| skill://prompt-improvement/prompt-improvement | |
| skill://prompt-improvement/test-analysis | |
| skill://prompt-improvement/test-generation |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/williamjonathanbowen/clerk-chat-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server