Pankow MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Pankow MCPRun the Pankow test suite and summarize the results."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Pankow MCP
Pankow MCP is a streamable-HTTP MCP server that connects Claude and other MCP clients to the Pankow AI testing platform. Manage organizations, projects, test cases, and CI runs — configure targets and run LLM evaluations directly from your agent.
🔗 Endpoint:
https://pankow-production.up.railway.app/mcp(switches tohttps://pankow.ai/mcpwhen the pankow.ai domain lands)🚀 Transport: Streamable HTTP, JSON-RPC 2.0 (MCP revision 2026-07-28)
🧰 14 tool definitions (the platform's 10 MCP tools, plus
get_config/list_runs/get_runobservability)🔐 Auth:
Authorization: Bearer pankow_mcp_<key>— user-level MCP access keys from Pankow Account Settings
Namespace note: the registry name is
io.github.markera-ou/pankow-mcp. GitHub-based registry auth grants org namespaces (io.github.<orgname>/*) when the publisher is an Owner of the organization — verified: the publishing account holds theadminrole inMarkera-OU.
Quick Start
Claude Code
claude mcp add pankow --transport http https://pankow-production.up.railway.app/mcp --header "Authorization: Bearer pankow_mcp_YOUR_KEY"Claude Desktop
{
"mcpServers": {
"pankow": {
"type": "http",
"url": "https://pankow-production.up.railway.app/mcp",
"headers": {
"Authorization": "Bearer pankow_mcp_YOUR_KEY"
}
}
}
}Authentication
Sign up at Pankow.
Go to Account Settings → MCP Access Keys and generate a key (shown once).
Send it as
Authorization: Bearer pankow_mcp_<key>— the key authenticates as you across all your organizations.
Related MCP server: aacworkflow-mcp
Tools
Tool | Category | Description |
| Read | List your organizations |
| Read | List projects in an org |
| Read | List saved test cases in a project |
| Read | Last runs for a test, with scores |
| Write | Create a test case |
| Write | Create a project (plan-limit aware) |
| Write | Configure the target AI (auth incl. session login, static headers, chat endpoint, preflight, seeds) — field reference generated from the Super Config Schema |
| Write | Edit a test case |
| Write | Delete a test case |
| Read | Read back a project's saved config (masked echo) |
| Read | List a project's runs with per-test results + failure diagnostics |
| Read | One run's full detail (status, config, results) |
| Write | Queue a server-side test run |
| Read | Get CLI instructions to run tests locally (no server action) |
Example Prompts
"List my organizations and projects in Pankow, and show me the recent test history for each test."
"Create a Pankow test case that verifies the AI gives accurate refund policy answers, then run it and summarize the pass/fail results."
"Connect Pankow to my local AI at http://localhost:3456/chat (session auth, chat reply path choices.0.message.content), then run the full suite."
Security
Keys are user-level, revocable instantly from the Pankow dashboard.
The server validates the key on every request; revoked keys get 401.
Mutating tools enforce your organization's plan limits.
Links
Registry: https://registry.modelcontextprotocol.io (search: pankow)
Support: support@pankow.ai
License
MIT — see LICENSE. This repo is a storefront only: manifests, docs, and metadata. No application code.
This server cannot be deployed
Maintenance
Related MCP Connectors
Your org's AI agents, tasks, runs, search, and brain files as MCP tools and resources.
One MCP endpoint for Claude, GPT & Gemini: 100+ tools + no-code connectors + agent workers.
Build and manage AI-native customer support agents from Claude or any MCP client.
AI Visibility and Content Intelligence tools for Claude and MCP-compatible agents.
Related MCP Servers
- AlicenseAqualityDmaintenanceWraps Claude Code as tools for MCP clients, enabling autonomous coding tasks via a 4-tool lifecycle with session management, async polling, and permission controls.441 npm20MIT
- AlicenseCqualityCmaintenanceEnables Claude and Claude Code to manage AACWorkflow tasks, agents, projects, squads, autopilots, and analytics through natural language.69MIT
- FlicenseNot gradedqualityCmaintenanceExposes Claude Code's file editing, command execution, and test running capabilities as composable MCP tools for any MCP-compatible host, enabling code operations via a stateless bridge.-
- FlicenseAqualityBmaintenanceEnables Claude to inspect, configure, run, and modify individual RAG/agent pipeline stages (retrieve, rerank, generate, eval) as structured typed tool calls, and execute the full pipeline end to end.5-