Skip to main content
Orbyt
Jobs
Overview
Everything Orbyt Jobs does
Features
Orbyt Jobs product home
Compare
Orbyt vs. the competition
Pricing
Plans and pricing
API Docs
22 endpoints, MCP native
Job Search
15 tracks tailored to your exact moment
Job Salaries
3,445 roles across 81 cities
Guides
Long-form career playbooks for every search
Intelligence
Overview
AI compensation, decoded. The intelligence stack.
Features
Every engine, surface, and integration in one place.
Compare
Side-by-side vs Levels, Payscale, Pave, Glassdoor.
Pricing
Build $99, Pro $299, Scale $1,999. 14-day first-subscription trial.
Connect to Claude
MCP server wired into Claude Code in three steps.
API Docs
20 endpoints with Decision-Ready Responses.
Playground
Three engine response shapes with cURL examples.
Try It Live
One-click live API call returning a real response.
Data Catalog
Every role, city, and engine in the underlying dataset.
Companies
54 leveling frameworks with cross-company salary bands.
Compensation Reports
Free Summary PDF plus the Enterprise Annual report.
International
AI compensation for the US, UK, and Canada.
Free ToolsDeveloperBlogSupport
Log inStart
Blog
Products
Orbyt One
Job Search
Job Search HubCareer ChangersNew GraduatesRecently Laid OffExecutivesRemote Job SeekersBurned OutAfter the CutsSeasonedVeteransReturning ParentsVisa HoldersTeachersReplaced by AIHealthcare WorkersSales Professionals
Orbyt Jobs
Overview
OverviewEverything Orbyt Jobs doesFeaturesOrbyt Jobs product homeCompareOrbyt vs. the competitionPricingPlans and pricing
Explore
API Docs22 endpoints, MCP nativeJob Search15 tracks tailored to your exact momentJob Salaries3,445 roles across 81 citiesGuidesLong-form career playbooks for every search
Orbyt Intelligence
Overview
OverviewAI compensation, decoded. The intelligence stack.FeaturesEvery engine, surface, and integration in one place.CompareSide-by-side vs Levels, Payscale, Pave, Glassdoor.PricingBuild $99, Pro $299, Scale $1,999. 14-day first-subscription trial.
Try & Build
Connect to ClaudeMCP server wired into Claude Code in three steps.API Docs20 endpoints with Decision-Ready Responses.PlaygroundThree engine response shapes with cURL examples.Try It LiveOne-click live API call returning a real response.
Browse Data
Data CatalogEvery role, city, and engine in the underlying dataset.Companies54 leveling frameworks with cross-company salary bands.Compensation ReportsFree Summary PDF plus the Enterprise Annual report.InternationalAI compensation for the US, UK, and Canada.
Free Tools
Free Tools HubThe full Free Tools hubJob SearchOrbyt for your exact momentCompensation ReportsFree Summary PDF, no signupInterview PrepAI-powered interview coachingResume ScoreGrade your resume against any roleCover Letter GeneratorTailored AI letter, free PDFSalary Explorer3,445 roles across 81 citiesSalary CalculatorBase, bonus, equity in minutesTake-Home CalculatorAfter federal and state taxTotal Comp CalculatorFull compensation mathSkills ImpactWhat each skill adds to compCompare OffersSide-by-side offer mathSalary Projections 20305-year comp forecastsSalary WidgetEmbed salary data anywhereUnemployment CalculatorState-by-state benefits mathAI Skills AssessmentRate your AI-era readinessAI Skills LabThe skills that pay in 2026AI & Tech Job BoardCurated AI-era rolesCareer GuidesLong-form career strategy
Compare
Compare Jobs
Orbyt vs TealOrbyt vs HuntrOrbyt vs JobscanOrbyt vs LinkedInOrbyt vs TrelloOrbyt vs NotionOrbyt vs SpreadsheetsOrbyt vs SimplifyOrbyt vs CareerflowOrbyt vs ApplyArcOrbyt vs JobrightOrbyt vs Sprout
Compare Intelligence
Orbyt vs LevelsOrbyt vs PayscaleOrbyt vs ComprehensiveOrbyt vs GlassdoorOrbyt vs Pave
Developer
Developer HubOrbyt APIIntelligence API
Company
AboutWhat Orbyt is, and why it existsValuesThe principles that shape every build decisionCreedWhat we believe about the future of workFounderJustin BartakLabsS4 skunkworks projectsPressMedia kit, logos, and press inquiriesContactEmail the teamBlogEngineering, design, and the build journalSupportHelp center and contact
StartAlready have an account? Log in
  1. Home/
  2. Developers/
  3. Claude Desktop
MCP6 min readUpdated Jun 12, 2026

Claude Desktop Integration Guide

Connect Claude Desktop to Orbyt Intelligence over MCP. The working config, the Pro plan requirement, what the Jobs pipeline can and cannot do, and the honest history of the handshake bug we fixed. Verified June 2026.

The status

Claude Desktop connects to Orbyt Intelligence today. The config below is the working form. Earlier on June 9, 2026 this page said the opposite, because our MCP server answered the handshake with a protocol version no official client accepts. We fixed that the same day. The history is below, because we promised to keep this page honest.

One requirement up front: the hosted MCP server needs an Intelligence key on the Pro plan or higher. Build keys get a 403 with an upgrade pointer. Your first Intelligence subscription starts with a 14 day free trial that includes Pro features, so MCP works during a Build trial too.

Two Orbyt surfaces, two different protocols

Orbyt has two products with two different machine interfaces. They are not interchangeable.

SurfaceWhat it holdsProtocolAuth
Orbyt Jobs APIYour pipeline: jobs, contacts, activities, calendarREST over HTTPSBearer ext_ token
Orbyt Intelligence MCPSalary and labor market dataMCP (JSON-RPC 2.0 over POST)Bearer intelligence_ key

The /api/mcp/ prefix on the Jobs API is naming, not protocol. Those 23 endpoints speak plain REST. There is no MCP server for your Jobs pipeline today, so Claude Desktop cannot reach your pipeline. If you want an AI assistant on your pipeline right now, use the ChatGPT GPT Actions guide, Apple Shortcuts, or Zapier. Those work.

The Intelligence MCP endpoint at https://www.orbytjobs.ai/api/v1/intelligence/mcp is a real MCP server, and Claude Desktop can now finish the handshake with it.

What was broken, and what we changed

Claude Desktop, and the mcp-remote bridge it uses for a remote server, are built on the official MCP SDK. During initialize, the SDK checks the protocol version the server returns. Our server used to return 2026-05-10, an internal lock date that is not a real MCP spec revision. The SDK accepts only official revisions, so the connection died with:

Server's protocol version is not supported: 2026-05-10

We reproduced that on June 9, 2026 by running the latest mcp-remote against our own server, then shipped the fix the same day. The server now negotiates protocol versions the way the MCP spec describes: if your client requests 2025-11-25, 2025-06-18, 2025-03-26, or 2024-11-05, the server echoes it back. Anything else gets our newest supported version, 2025-11-25. Official clients complete the handshake.

The config

This is the working claude_desktop_config.json shape for connecting Claude Desktop to the Intelligence MCP endpoint through the mcp-remote bridge.

The file lives at:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "orbyt-intelligence": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.orbytjobs.ai/api/v1/intelligence/mcp",
        "--transport",
        "http-only",
        "--header",
        "Authorization:${AUTH_HEADER}"
      ],
      "env": {
        "AUTH_HEADER": "Bearer intelligence_your_key_here"
      }
    }
  }
}

Two details worth knowing:

  • The header value goes through the env block because some clients split command arguments on spaces. Authorization:${AUTH_HEADER} has no space, so it survives intact.
  • mcp-remote needs Node 18 or newer on your machine.

Intelligence API keys are generated from the Intelligence dashboard. The MCP server requires Pro or higher; see pricing for plans and the 14 day trial on your first subscription.

Restart Claude Desktop after saving the config. You are connected when you ask "What does a Senior AI Engineer in San Francisco make?" and Claude answers with a number and a citation.

You can also talk to the endpoint directly

The Intelligence MCP server answers raw JSON-RPC too. If you are building your own agent, or you just want to see real data without a client in the middle, this works:

curl -X POST https://www.orbytjobs.ai/api/v1/intelligence/mcp \
  -H "Authorization: Bearer intelligence_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "analyze_compensation",
      "arguments": { "role": "ai-engineer", "city": "san-francisco" }
    }
  }'

You get back a decision-ready answer with a citation and a request id. Six tools are available: list_capabilities, analyze_compensation, analyze_skills, analyze_market, discover_roles_and_cities, and find_adjacent_opportunities. Full details on the MCP page.

Your pipeline, other assistants

The Intelligence MCP connection covers salary and labor market data. Your Jobs pipeline is a separate surface, and it is reachable by machine through these routes:

  • ChatGPT GPT Actions: imports our trimmed OpenAPI spec and gets all 23 pipeline operations. Verified working.
  • Apple Shortcuts: Siri briefings and quick-add via plain REST calls.
  • Zapier / Make / n8n: real-time webhooks on pipeline events.
  • Anything that speaks HTTP: the full REST surface is documented at /openapi.yaml with Bearer ext_ token auth.

A native MCP server for the Jobs pipeline is on the roadmap. When it ships, this page gets the config the same day.

Claude Desktop config (Intelligence MCP via mcp-remote; Pro plan or trial key required)Download
{
  "mcpServers": {
    "orbyt-intelligence": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.orbytjobs.ai/api/v1/intelligence/mcp",
        "--transport",
        "http-only",
        "--header",
        "Authorization:${AUTH_HEADER}"
      ],
      "env": {
        "AUTH_HEADER": "Bearer intelligence_your_key_here"
      }
    }
  }
}

Other integration guides

ChatGPT GPT ActionsOpenAPI

Import the Orbyt GPT Actions spec to build a Custom GPT. Your GPT can read your pipeline, log activities, and help you prepare for interviews using your real data.

Apple ShortcutsREST

Use the "Get Contents of URL" action with Bearer auth. Build morning briefings, quick-add workflows, and Siri commands that talk to your pipeline.

Zapier / Make.com / n8nWebhooks

Register webhooks via the API and trigger Zaps or scenarios. Get Slack alerts on offers, auto-log interview notes, or sync new jobs to Notion.

OpenClawMCP

Connect Orbyt to OpenClaw for AI-powered job search assistance. OpenClaw reads Orbyt's REST tool manifest, so setup takes under a minute.

Ready to build?

Ship it.

Begin.

On this page

The statusTwo Orbyt surfaces, two different protocolsWhat was broken, and what we changedThe configYou can also talk to the endpoint directlyYour pipeline, other assistants

Resources

Endpoint ReferenceOpenAPI SpecMCP Manifest

Job Search

  • Career Changers
  • New Graduates
  • Recently Laid Off
  • Remote Workers
  • Executives
  • Replaced by AI
  • Healthcare Workers
  • All job types →

Guides

  • Career Guides
  • AI Skills Lab
  • AI & Tech Job Board
  • Compensation Reports

Free Tools

  • Resume Score
  • Cover Letter Generator
  • Interview Prep
  • Unemployment Calculator
  • Compare Offers
  • AI Skills Assessment
  • Salary Widget
  • All free tools →

Reference

  • Job Search Glossary
  • Intelligence Glossary
  • Developer Glossary
  • Methodology
  • Dataset
  • Changelog

Salary Data

  • Salary Explorer
  • AI Salary Hubs
  • Salary Calculator
  • Take-Home Calculator
  • Total Comp Calculator
  • All salary data →

Compare

  • Orbyt vs Teal
  • Orbyt vs Huntr
  • Orbyt vs LinkedIn
  • Orbyt vs Levels.fyi
  • Orbyt vs Glassdoor
  • All comparisons →

Product

  • Orbyt One
  • Orbyt Jobs
  • Orbyt Intelligence
  • Orbyt Labs

Developers

  • Developer Hub
  • Orbyt API
  • Intelligence API

Integrations

  • Claude Desktop
  • ChatGPT
  • Zapier
  • All integrations →

Account

  • Sign In
  • Sign Up

Company

  • Blog
  • About
  • Founder
  • Press
  • Contact
  • Support

Fun Stuff

  • Arcade Games
  • Ghost Job Detector
Job Search
  • Career Changers
  • New Graduates
  • Recently Laid Off
  • Remote Workers
  • Executives
  • Replaced by AI
  • Healthcare Workers
  • All job types →
Guides
  • Career Guides
  • AI Skills Lab
  • AI & Tech Job Board
  • Compensation Reports
Free Tools
  • Resume Score
  • Cover Letter Generator
  • Interview Prep
  • Unemployment Calculator
  • Compare Offers
  • AI Skills Assessment
  • Salary Widget
  • All free tools →
Reference
  • Glossary
  • Methodology
  • Dataset
  • Changelog
Salary Data
  • Salary Explorer
  • AI Salary Hubs
  • Salary Calculator
  • Take-Home Calculator
  • Total Comp Calculator
  • All salary data →
Compare
  • Orbyt vs Teal
  • Orbyt vs Huntr
  • Orbyt vs LinkedIn
  • Orbyt vs Levels.fyi
  • Orbyt vs Glassdoor
  • All comparisons →
Product
  • Orbyt One
  • Orbyt Jobs
  • Orbyt Intelligence
  • Orbyt Labs
Developers
  • Developer Hub
  • Orbyt API
  • Intelligence API
  • Claude Desktop
  • ChatGPT
  • Zapier
  • All integrations →
Company
  • Blog
  • About
  • Founder
  • Press
  • Contact
  • Support
Fun Stuff
  • Arcade Games
  • Ghost Job Detector
Sign InSign Up
Orbyt

© 2026 Purecraft LLC  All rights reserved.

Privacy·Terms·Security·Accessibility·DPA·Refund·Status·Sitemap