Praxicraft Assess MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Praxicraft Assess MCPInvite maria@company.com to the Frontend Developer assessment and create a webhook for completion."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Praxicraft Assess MCP
Official Model Context Protocol server for the Praxicraft Assess Public API.
Connect Cursor, Claude Code, Claude Desktop, Codex, or any MCP client so an agent can invite candidates, manage assessments and pipelines, register webhooks, and fetch results — with your permission.
npx -y @praxicraft/assess-mcpRequires Node.js 18+. Product docs: docs.praxicraft.com/assess-mcp · Build with agents
Prefer one install for API MCP + docs search + skills? Use the Assess Agent Plugin.
Table of Contents
Related MCP server: Oktopost MCP Server
Two ways to connect
Mode | Best for | Auth |
Hosted HTTP | Interactive IDE sessions | Browser OAuth at |
Stdio ( | CI, locked-down machines, Test mode |
|
Hosted OAuth is the easiest path in Cursor and Claude. Use stdio when you need a ct_test_ key or a non-interactive environment.
Authentication
Hosted (OAuth)
No API key in your config. The first tool call opens a browser consent screen. Owners, admins, and developers can approve.
Hosted sessions are always live mode.
Stdio (API key)
Create an organisation API key:
Assess → Developer → API Keys → create key → copy ct_live_… or ct_test_… (shown once).
export PRAXICRAFT_API_KEY="ct_test_xxxxxxxxxxxxxxxx"
# optional
export PRAXICRAFT_API_BASE_URL="https://assess.praxicraft.com"Never commit API keys. Prefer environment variables or a secrets manager.
IP allowlists on API keys apply to Public API / stdio MCP requests. They do not apply to hosted OAuth. Use a dedicated key with an empty allowlist for stdio if other keys are CIDR-restricted.
Scopes and rotation: Authentication
Recommended scopes
Flow | Scopes |
Invite + notify |
|
Pipelines |
|
Read-only |
|
Quickstart
Hosted HTTP (Cursor / Claude Code)
Add to your MCP settings:
{
"mcpServers": {
"praxicraft-assess": {
"url": "https://assess.praxicraft.com/mcp"
}
}
}Claude Code example:
{
"mcpServers": {
"praxicraft-assess": {
"type": "http",
"url": "https://assess.praxicraft.com/mcp"
}
}
}Restart the client, then try: “List my Assess assessments and invite me to the first active one.”
Stdio (API key)
{
"mcpServers": {
"praxicraft-assess": {
"command": "npx",
"args": ["-y", "@praxicraft/assess-mcp"],
"env": {
"PRAXICRAFT_API_KEY": "ct_test_xxxxxxxxxxxxxxxx"
}
}
}
}From source (contributors):
git clone https://github.com/praxicraft-platform/praxicraft-assess-mcp.git
cd praxicraft-assess-mcp
npm ci
npm test
npm run smokeWhat agents can do
Tools map to the Assess Public API (/api/v1/public/…). Coverage includes:
Area | Examples |
Assessments | List, create, update, activate, attach cases |
Invitations | Invite, bulk invite, remind, cancel |
Results | List / retrieve by |
Webhooks | Create destinations, test, list deliveries, retry |
Pipelines | List, enroll, hold / unhold / reject |
Interviews | List / manage interview rooms |
Organisation | Profile, quota, squads, audit (plan-gated) |
Integrations | Connector status (no secrets in responses) |
Responses are flat JSON (same shape as the Public API — no { "data": … } wrapper).
Remind agents to respect plan limits and to branch on error.code.
Live vs Test mode
Live ( | Test ( | |
Data | Production org | Isolated test data |
Webhooks | Live destinations only | Test destinations only |
A test candidate.passed never hits a live Slack or HTTPS destination. See Live and Test mode.
Errors
Public API errors look like:
{ "error": { "code": "SOME_CODE", "message": "…", "details": {} } }Always branch on error.code. Reference: Errors
Requirements & support
Node.js 18+ (stdio package)
Assess plan that includes API keys (see plan limits)
Product docs: docs.praxicraft.com
Agent Plugin (API + docs Knowledge MCP + skills): praxicraft-assess-agent-plugin
Issues: GitHub Issues
Email: support@praxicraft.com
Maintainers deploying the hosted /mcp service: see DEPLOYMENT.md.
License
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