Praxicraft Assess MCP
OfficialPraxicraft Assess MCP
官方 Model Context Protocol 服务器,用于 Praxicraft Assess 公共 API。
连接 Cursor、Claude Code、Claude Desktop、Codex 或任何 MCP 客户端,让智能体在获得你的许可后,可以邀请候选人、管理评估和流程、注册 Webhook 并获取结果。
npx -y @praxicraft/assess-mcp需要 Node.js 18+。 产品文档:docs.praxicraft.com/assess-mcp · 使用智能体构建
想要一次安装即可获得 API MCP + 文档搜索 + 技能?请使用 Assess Agent Plugin。
目录
Related MCP server: Oktopost MCP Server
两种连接方式
模式 | 最适合的场景 | 身份验证 |
托管 HTTP | 交互式 IDE 会话 | 浏览器 OAuth,位于 |
Stdio( | CI、受限机器、测试模式 |
|
托管 OAuth 是 Cursor 和 Claude 中最简单的接入方式。当你需要 ct_test_ 密钥或非交互式环境时,请使用 stdio。
身份验证
托管(OAuth)
配置中无需 API 密钥。首次工具调用会打开浏览器同意界面。所有者、管理员和开发者可以批准。
托管会话始终为实时模式。
Stdio(API 密钥)
创建组织 API 密钥:
Assess → 开发者 → API 密钥 → 创建密钥 → 复制 ct_live_… 或 ct_test_…(仅显示一次)。
export PRAXICRAFT_API_KEY="ct_test_xxxxxxxxxxxxxxxx"
# optional
export PRAXICRAFT_API_BASE_URL="https://assess.praxicraft.com"切勿提交 API 密钥。建议使用环境变量或密钥管理器。
API 密钥上的 IP 白名单适用于公共 API / stdio MCP 请求。它们不适用于托管 OAuth。如果其他密钥受 CIDR 限制,请为 stdio 使用一个白名单为空的专用密钥。
作用域和轮换:身份验证
推荐的作用域
流程 | 作用域 |
邀请 + 通知 |
|
流程 |
|
只读 |
|
快速开始
托管 HTTP(Cursor / Claude Code)
添加到你的 MCP 设置中:
{
"mcpServers": {
"praxicraft-assess": {
"url": "https://assess.praxicraft.com/mcp"
}
}
}Claude Code 示例:
{
"mcpServers": {
"praxicraft-assess": {
"type": "http",
"url": "https://assess.praxicraft.com/mcp"
}
}
}重启客户端,然后尝试:“列出我的 Assess 评估,并邀请我参加第一个活跃的评估。”
Stdio(API 密钥)
{
"mcpServers": {
"praxicraft-assess": {
"command": "npx",
"args": ["-y", "@praxicraft/assess-mcp"],
"env": {
"PRAXICRAFT_API_KEY": "ct_test_xxxxxxxxxxxxxxxx"
}
}
}
}从源码构建(贡献者):
git clone https://github.com/praxicraft-platform/praxicraft-assess-mcp.git
cd praxicraft-assess-mcp
npm ci
npm test
npm run smoke智能体可以做什么
工具映射到 Assess 公共 API(/api/v1/public/…)。覆盖范围包括:
领域 | 示例 |
评估 | 列出、创建、更新、激活、附加案例 |
邀请 | 邀请、批量邀请、提醒、取消 |
结果 | 通过 |
Webhook | 创建目标、测试、列出投递、重试 |
流程 | 列出、登记、暂缓 / 取消暂缓 / 拒绝 |
面试 | 列出 / 管理面试房间 |
组织 | 个人资料、配额、小队、审计(按套餐限制) |
集成 | 连接器状态(响应中不含机密) |
响应为扁平 JSON(与公共 API 格式相同——没有 { "data": … } 包装)。
提醒智能体遵守套餐限制,并根据 error.code 进行分支处理。
实时模式与测试模式
实时( | 测试(通过 stdio 使用 | |
数据 | 生产组织 | 隔离的测试数据 |
Webhook | 仅限实时目标 | 仅限测试目标 |
测试中的 candidate.passed 永远不会触发实时的 Slack 或 HTTPS 目标。请参阅实时模式和测试模式。
错误
公共 API 错误格式如下:
{ "error": { "code": "SOME_CODE", "message": "…", "details": {} } }始终根据 error.code 进行分支处理。参考:错误
要求与支持
Node.js 18+(stdio 包)
包含 API 密钥的 Assess 套餐(请参阅套餐限制)
产品文档:docs.praxicraft.com
Agent Plugin(API + 文档 Knowledge MCP + 技能):praxicraft-assess-agent-plugin
问题反馈:GitHub Issues
部署托管 /mcp 服务的管理员:请参阅 DEPLOYMENT.md。
许可证
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceEnables interaction with any REST API through token or login authentication, with automatic Swagger/OpenAPI documentation integration for endpoint discovery and comprehensive HTTP request support.7

Oktopost MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceEnables comprehensive social media management through Oktopost's REST API, including campaign creation, content scheduling, post management, workflow approvals, employee advocacy, and media asset handling across connected social profiles.58MIT- AlicenseBqualityDmaintenanceEnables lead routing, booking link generation, and scheduling management through the ChiliPiper REST API. It allows users to process inbound leads via Concierge routers and manage meeting queues directly through MCP-compatible clients.44MIT
- AlicenseNot gradedqualityFmaintenanceProvides AI assistants with access to OpenAPI specifications, enabling API discovery, schema retrieval, and direct API execution with support for OAuth 2.0 and other authentication methods.91MIT
Related MCP Connectors
Search, document and execute authenticated API calls across 700+ apps via one MCP server
Access the Notra API for managing posts, brand identities, integrations, and schedules.
Zendesk MCP Pack — tickets, users, organizations via OAuth.
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/praxicraft-platform/praxicraft-assess-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server