Praxicraft Assess MCP
OfficialPraxicraft Assess MCP
Praxicraft Assess Public API 向け公式 Model Context Protocol サーバー。
Cursor、Claude Code、Claude Desktop、Codex、または任意の MCP クライアントに接続して、エージェントが候補者の招待、アセスメントとパイプラインの管理、Webhook の登録、結果の取得を、あなたの許可のもとで実行できるようにします。
npx -y @praxicraft/assess-mcpNode.js 18+ が必要です。 製品ドキュメント: docs.praxicraft.com/assess-mcp · エージェントで構築する
API MCP + ドキュメント検索 + スキルを1つのインストールでお求めですか? Assess Agent Plugin をご利用ください。
目次
Related MCP server: Oktopost MCP Server
2つの接続方法
モード | 最適な用途 | 認証 |
ホスト型 HTTP | 対話型 IDE セッション |
|
Stdio ( | CI、ロックダウンされたマシン、テストモード |
|
ホスト型 OAuth は Cursor と Claude で最も簡単な方法です。ct_test_ キーが必要な場合や、非対話型環境の場合は stdio を使用してください。
認証
ホスト型 (OAuth)
設定に API キーは不要です。最初のツール呼び出しでブラウザの同意画面が開きます。オーナー、管理者、開発者 が承認できます。
ホスト型セッションは常にライブモードです。
Stdio (API キー)
組織の API キーを作成します:
Assess → Developer → API Keys → キーを作成 → ct_live_… または ct_test_… をコピー (一度だけ表示されます)。
export PRAXICRAFT_API_KEY="ct_test_xxxxxxxxxxxxxxxx"
# optional
export PRAXICRAFT_API_BASE_URL="https://assess.praxicraft.com"API キーをコミットしないでください。環境変数またはシークレットマネージャーを使用することをお勧めします。
API キーの IP 許可リストは Public 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 Public API (/api/v1/public/…) に対応しています。対象範囲は次のとおりです:
領域 | 例 |
アセスメント | 一覧表示、作成、更新、アクティブ化、ケースの添付 |
招待 | 招待、一括招待、リマインダー、キャンセル |
結果 |
|
Webhooks | 宛先の作成、テスト、配信の一覧表示、再試行 |
パイプライン | 一覧表示、登録、保留 / 保留解除 / 却下 |
面接 | 面接ルームの一覧表示 / 管理 |
組織 | プロフィール、割り当て、スクワッド、監査 (プラン限定) |
統合 | コネクタのステータス (レスポンスにシークレットは含まれません) |
レスポンスはフラットな JSON です (Public API と同じ形式 — { "data": … } ラッパーはありません)。
エージェントには、プラン制限 を尊重し、error.code で分岐するよう促してください。
ライブモードとテストモード
ライブ ( | テスト ( | |
データ | 本番組織 | 分離されたテストデータ |
Webhooks | ライブ宛先のみ | テスト宛先のみ |
テストの candidate.passed がライブの Slack や HTTPS 宛先に届くことはありません。ライブモードとテストモード を参照してください。
エラー
Public 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