Pankow
БесплатноНе проверенEnables Claude and other MCP clients to manage Pankow organizations, projects, test cases, and CI/runs, configure AI targets, and run LLM evaluations directly f
Описание
Enables Claude and other MCP clients to manage Pankow organizations, projects, test cases, and CI/runs, configure AI targets, and run LLM evaluations directly from an agent.
README
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.
Tools
| Tool | Category | Description |
|---|---|---|
list_orgs |
Read | List your organizations |
list_projects |
Read | List projects in an org |
list_tests |
Read | List saved test cases in a project |
test_history |
Read | Last runs for a test, with scores |
create_test |
Write | Create a test case |
create_project |
Write | Create a project (plan-limit aware) |
configure_project |
Write | Configure the target AI (auth incl. session login, static headers, chat endpoint, preflight, seeds) — field reference generated from the Super Config Schema |
update_test |
Write | Edit a test case |
delete_test |
Write | Delete a test case |
get_config |
Read | Read back a project's saved config (masked echo) |
list_runs |
Read | List a project's runs with per-test results + failure diagnostics |
get_run |
Read | One run's full detail (status, config, results) |
run_tests |
Write | Queue a server-side test run |
run_tests_cli |
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
- Docs: https://pankow-production.up.railway.app/docs
- Blog: https://pankow-production.up.railway.app/blog
- Registry: https://registry.modelcontextprotocol.io (search: pankow)
- Support: [email protected]
License
MIT — see LICENSE. This repo is a storefront only: manifests, docs, and metadata. No application code.
Установка Pankow
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Markera-OU/pankow-mcpFAQ
Pankow MCP бесплатный?
Да, Pankow MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Pankow?
Нет, Pankow работает без API-ключей и переменных окружения.
Pankow — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Pankow в Claude Desktop, Claude Code или Cursor?
Открой Pankow на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Pankow with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
