Skip to main content
Prefer an API key over the OAuth connector? Both Claude Code (the CLI) and the Claude Desktop app can pass x-api-key. Create a key under Developer → API Keys in intervyo first.
Your API key carries your account’s permissions. Treat it like a password and scope it to only what the assistant needs.
claude mcp add --transport http --scope user intervyo \
  https://www.intervyo.ai/api/mcp \
  --header "x-api-key: iv_live_your_key"
Verify with claude mcp list — you should see intervyo ✓ http. Remove later with claude mcp remove intervyo --scope user.
On claude.ai in the browser there’s no API-key field — use the OAuth Claude connectors flow there instead.

Give the assistant expertise

Add the Interview-Setup Skill

The MCP server gives Claude the tools; the Skill teaches it how to use them — what to ask, the build order, and the field rules that trip people up. With it, “set up a senior backend hiring loop” becomes a complete proposed plan you approve. Strongly recommended.
Last modified on July 10, 2026