Skip to main content
Glama
praxicraft-platform

Praxicraft Assess MCP

Official

Praxicraft Assess MCP

Praxicraft Assess Public API 向け公式 Model Context Protocol サーバー。

Cursor、Claude Code、Claude Desktop、Codex、または任意の MCP クライアントに接続して、エージェントが候補者の招待、アセスメントとパイプラインの管理、Webhook の登録、結果の取得を、あなたの許可のもとで実行できるようにします。

npx -y @praxicraft/assess-mcp

Node.js 18+ が必要です。 製品ドキュメント: docs.praxicraft.com/assess-mcp · エージェントで構築する

API MCP + ドキュメント検索 + スキルを1つのインストールでお求めですか? Assess Agent Plugin をご利用ください。

目次


Related MCP server: Oktopost MCP Server

2つの接続方法

モード

最適な用途

認証

ホスト型 HTTP

対話型 IDE セッション

https://assess.praxicraft.com/mcp でのブラウザ OAuth (常にライブ)

Stdio (npx @praxicraft/assess-mcp)

CI、ロックダウンされたマシン、テストモード

PRAXICRAFT_API_KEY (ct_live_… または ct_test_…)

ホスト型 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 用に許可リストが空の専用キーを使用してください。

スコープとローテーション: 認証

推奨スコープ

フロー

スコープ

招待 + 通知

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 Public API (/api/v1/public/…) に対応しています。対象範囲は次のとおりです:

領域

アセスメント

一覧表示、作成、更新、アクティブ化、ケースの添付

招待

招待、一括招待、リマインダー、キャンセル

結果

invite_token による一覧表示 / 取得

Webhooks

宛先の作成、テスト、配信の一覧表示、再試行

パイプライン

一覧表示、登録、保留 / 保留解除 / 却下

面接

面接ルームの一覧表示 / 管理

組織

プロフィール、割り当て、スクワッド、監査 (プラン限定)

統合

コネクタのステータス (レスポンスにシークレットは含まれません)

レスポンスはフラットな JSON です (Public API と同じ形式 — { "data": … } ラッパーはありません)。

エージェントには、プラン制限 を尊重し、error.code で分岐するよう促してください。


ライブモードとテストモード

ライブ (ct_live_… / ホスト型 OAuth)

テスト (ct_test_… via stdio)

データ

本番組織

分離されたテストデータ

Webhooks

ライブ宛先のみ

テスト宛先のみ

テストの candidate.passed がライブの Slack や HTTPS 宛先に届くことはありません。ライブモードとテストモード を参照してください。


エラー

Public 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