Skip to main content
Glama
praxicraft-platform

Praxicraft Assess MCP

Official

Praxicraft 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,位于 https://assess.praxicraft.com/mcp(始终为实时模式)

Stdionpx @praxicraft/assess-mcp

CI、受限机器、测试模式

PRAXICRAFT_API_KEYct_live_…ct_test_…

托管 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 使用一个白名单为空的专用密钥。

作用域和轮换:身份验证

推荐的作用域

流程

作用域

邀请 + 通知

assessments:readinvitations:writecandidates:readwebhooks:write

流程

pipelines:readpipelines:writewebhooks:write

只读

assessments:readcandidates:readorganisation:read


快速开始

托管 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/…)。覆盖范围包括:

领域

示例

评估

列出、创建、更新、激活、附加案例

邀请

邀请、批量邀请、提醒、取消

结果

通过 invite_token 列出 / 获取

Webhook

创建目标、测试、列出投递、重试

流程

列出、登记、暂缓 / 取消暂缓 / 拒绝

面试

列出 / 管理面试房间

组织

个人资料、配额、小队、审计(按套餐限制)

集成

连接器状态(响应中不含机密)

响应为扁平 JSON(与公共 API 格式相同——没有 { "data": … } 包装)。

提醒智能体遵守套餐限制,并根据 error.code 进行分支处理。


实时模式与测试模式

实时(ct_live_… / 托管 OAuth)

测试(通过 stdio 使用 ct_test_…

数据

生产组织

隔离的测试数据

Webhook

仅限实时目标

仅限测试目标

测试中的 candidate.passed 永远不会触发实时的 Slack 或 HTTPS 目标。请参阅实时模式和测试模式


错误

公共 API 错误格式如下:

{ "error": { "code": "SOME_CODE", "message": "…", "details": {} } }

始终根据 error.code 进行分支处理。参考:错误


要求与支持

部署托管 /mcp 服务的管理员:请参阅 DEPLOYMENT.md


许可证

MIT

Install Server
A
license - permissive license
C
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    A
    quality
    D
    maintenance
    Enables 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
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
    58
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables 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.
    4
    4
    MIT

View all related MCP servers

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.

View all MCP Connectors

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/praxicraft-platform/praxicraft-assess-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server