Skip to main content

Model Context Protocol server for TalentNex (Cauldron backend) providing candidates/challenges tools and resources

Project description

TalentNex MCP Server (Python)

Model Context Protocol server for TalentNex (Cauldron backend). Exposes candidate and challenge data via MCP tools and resources, forwarding the Nexa Flow auth token as Authorization: Bearer <token> to Cauldron.

Features

  • Tools: getCandidateById, searchCandidates, getJobRoles (shaped like cauldron-mcp-server redactions, including parsedResume).
  • Resources: talentnex://candidates/recent, talentnex://challenges/all.
  • Transports: stdio (mcp-talentnex) and HTTP/SSE (mcp-talentnex-http).

Requirements

  • Python >= 3.10
  • Env: CAULDRON_API_BASE_URL (e.g., https://api.cauldron.example.com)
  • Auth: Authorization: Bearer <token> provided by Nexa Flow (passed through by client or HTTP header). For stdio, set TALENTNEX_BEARER_TOKEN or provide per-call via HTTP wrapper.

Install

pip install mcp-talentnex
# or
uvx mcp-talentnex

Run (stdio)

export CAULDRON_API_BASE_URL="https://api.cauldron.example.com"
export TALENTNEX_BEARER_TOKEN="<nexa-flow-token>"
mcp-talentnex

Run (HTTP/SSE)

export CAULDRON_API_BASE_URL="https://api.cauldron.example.com"
uvx mcp-talentnex-http
# or
mcp-talentnex-http

HTTP endpoints (for Claude Desktop HTTP MCP):

  • GET /mcp/tools
  • POST /mcp/tools/call { name, arguments }
  • GET /mcp/resources
  • POST /mcp/resources/read { uri }
  • GET /health

Pass Authorization: Bearer <token> on each HTTP call; the server forwards it to Cauldron.

Tools

  • getCandidateById args: { userId, companyId, candidateId, token? }
  • searchCandidates args: { userId, companyId, q?, skills?, status?, limit?, skip?, token? }
  • getJobRoles args: { userId, companyId, status?, limit?, skip?, token? }

If token is omitted, the server uses TALENTNEX_BEARER_TOKEN (stdio) or the HTTP Authorization header.

Resources

  • talentnex://candidates/recent (uses limit 20, skip 0)
  • talentnex://challenges/all (limit 50, skip 0)

Development (from source)

cd talentnex-mcp-server
python -m venv .venv && source .venv/bin/activate
pip install -e .[dev]
pytest

Configuration

  • CAULDRON_API_BASE_URL (required)
  • TALENTNEX_DEFAULT_LIMIT (optional, default 20)
  • TALENTNEX_DEFAULT_SKIP (optional, default 0)
  • TALENTNEX_BEARER_TOKEN (fallback token for stdio)

Packaging / Release

  • Bump version in pyproject.toml
  • python -m build
  • twine upload dist/*
  • Smoke: uvx mcp-talentnex --help

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_talentnex-0.1.2.tar.gz (13.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_talentnex-0.1.2-py3-none-any.whl (16.4 kB view details)

Uploaded Python 3

File details

Details for the file mcp_talentnex-0.1.2.tar.gz.

File metadata

  • Download URL: mcp_talentnex-0.1.2.tar.gz
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mcp_talentnex-0.1.2.tar.gz
Algorithm Hash digest
SHA256 a09d50ce1d4de17836cf2edc36a60f5a4e540e9c2c70afc34500b42285af1c67
MD5 3f662d9436b29355e87059c1ea235837
BLAKE2b-256 f9537244cf4eeb00aba9ecc5b03e6a17065dd6097b9b20062e0388e37a301fa8

See more details on using hashes here.

File details

Details for the file mcp_talentnex-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: mcp_talentnex-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 16.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mcp_talentnex-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 27018698a7b46d7bc7869426bb9855f0816a25c8c3a72dfd6d98f215ea69152e
MD5 e881e9a880e713d8ac90aa9d136982d2
BLAKE2b-256 0079a605a9e1373b2458215244b1b87f7949154d2a577ba829db6017a2f90945

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page