Talent Navigator
Integrations

Hiring that plugs into the tools you already use

Ask Claude to find developers, read their assessment scores and book the interviews, all in a normal conversation. Setup is one link and about a minute, with nothing to install. Your engineers can drive the same thing from our API if you would rather build it into your own systems.

Hiring inside Claude

Or just ask Claude to hire for you

Connect Talent Navigator to Claude once, then run your whole search in a normal conversation. Find people, read their assessment scores, book interviews. You never have to open our site.

  • No new dashboard to learn
  • Say what you want in plain English
  • Ready in about a minute
Claude
Find me senior React engineers in India with 5 to 8 years, highest vetting scores. Unlock the top two and request interviews for Thursday.

Searching the Talent Navigator network now.

search_candidatesTalent Navigator
skills: ["React", "TypeScript"] · country: "India" · min_experience: 5 · sort: "vetting_score"
AS
Associate Software Engineer (Data Engineer)
Azure Databricks, PySpark, Python · India
71
BD
Big Data Engineer
Kafka, Hive, AWS S3 · India
68
AE
Associate Engineer
ADF, ADLS, Apache Airflow · India
68
unlock_candidaterequest_interview

Both profiles are unlocked with full contact details and assessment reports, and Thursday interview requests have gone out. I will let you know when they confirm.

Reply to Claude...
Setting it up

Three clicks, no developer needed

If you can add an app to your phone, you can do this. Copy one link from your dashboard, paste it into Claude, and you are done.

  1. Open Settings in Claude

    Step 1

    Click your name, then Connectors. It is the same menu you already use.

  2. Paste one link

    Step 2

    Name it Talent Navigator, paste the link we give you, click Add. Nothing to install.

  3. Start asking

    Step 3

    Claude can now search, shortlist and book interviews. Ask it in plain English.

Claude · Connectors
Talent Navigator
Search and hire vetted developers
Connected

Claude can now:

Search the networkRead vetting reportsUnlock a profileBook interviewsPost a jobTrack applicants

Now just say: “Find me senior Go engineers in Poland, unlock the top three and book interviews for Tuesday.”

Working with a developer?

The same connection is available as a standard MCP server and a REST API, so your team can wire hiring into your own product, your applicant tracking system or an automation platform. One key covers all of it.

Read the developer docs
Claude
ChatGPT
Copilot
VS Code
Cursor
Windsurf
n8n
Zapier
Make
What the agent can do

What Claude can do once it is connected

These are the actions Claude can take on your behalf once it is connected. Looking is always free. Only unlocking a profile, sending an assessment and publishing a job cost credits, and Claude asks you first every time.

ToolCost
search_candidatesFree
get_candidateFree
get_assessment_reportFree
list_jobs / get_jobFree
list_applicationsFree
list_assessmentsFree
list_interview_requestsFree
preview_assessment_questionsFree
unlock_candidateCredits
send_assessmentCredits
create_jobFree
publish_jobCredits
request_interviewFree
cancel_interview_requestFree
update_job_vettingFree
get_accountFree
What teams build with it

Three ways clients wire this up

Source without leaving your editor

Ask Claude or Cursor for five senior Go engineers in a timezone that overlaps your standup. It searches, ranks and summarises against the real network, then you decide who to unlock.

Open a req, fill the pipeline

Wire your ATS or Notion board to Zapier or n8n. When a role moves to open, the job is drafted, published and matched, and the shortlist lands in Slack.

Build it into your own product

The REST API exposes the same surface as MCP. Agencies and platforms use it to embed vetted sourcing behind their own interface.

For developers

Or wire it up yourself

Everything above is the same connection, just clicked through in Claude instead. If you would rather configure it by hand, this is the whole file.

claude_desktop_config.json
{
  "mcpServers": {
    "talent-navigator": {
      "url": "https://app.weremotedevs.com/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Generate the key in your dashboard under settings. The same key authenticates the REST API, so send it as a bearer token and you get an equivalent of every action listed above.

Security and limits

  • Keys are scoped to your account and revocable at any time
  • Credit-spending actions are always confirmed before they run
  • Candidate identity stays hidden until you unlock a profile
  • Every call is logged against your account for audit
Full API reference