Give Claude live access to the Employbl dataset.

Seven tools — company search, job search, funding rounds, profile lookups, and two Claude-backed helpers — exposed over a hosted MCP server at employbl.com/api/mcp. Built for AI engineers and anyone using Claude Code, Claude Desktop, or another MCP-aware client.



INSTALL

Add it to Claude Code with one command.

OAuth sign-in happens in the browser on first connect — no manual token to copy.

claude mcp add --transport http employbl https://employbl.com/api/mcp

BEARER TOKEN — FOR CLIENTS WITHOUT OAUTH

Generate a key from your profile and pass it in the Authorization header.

claude mcp add --transport http employbl https://employbl.com/api/mcp \
  --header "Authorization: Bearer {your-mcp-key}"

ENDPOINT · https://employbl.com/api/mcp


TOOLS

Seven tools, all available on a single connection.

  1. 01

    find_companies

    Search 25,000+ companies by name, city, state, hiring status, funding stage, industry, tech stack, investors, and size. Returns location, employees, latest round, open roles, and a profile link.

  2. 02

    search_jobs

    Search 61,000+ active job listings by title, location, remote status, level, salary, posting recency, funding stage, and company size. Returns title, company, location, salary, posting age, and apply URL.

  3. 03

    recent_funding_rounds

    List recent venture rounds across 59,000+ events. Filter by date range, round name, minimum amount, location, and hiring status. Defaults to the last 90 days.

  4. 04

    get_company

    Fetch one company's full profile by slug — description, address, employee range, full funding history, social links, open roles, and (when available) premium-profile fields.

  5. 05

    get_job_listing

    Fetch a single job listing's full details by id, including the full job description (truncated to ~4K chars).

  6. 06

    summarize_company

    Generate a candidate-friendly narrative summary of a company via Claude AI — what they do, stage, investors, why engineers might want to work there. ~1-2K tokens per call.

  7. 07

    personalize_search

    Interpret a natural-language job-search request via Claude AI and return recommended search_jobs or find_companies parameters. ~1-2K tokens per call.


AUTH + LIMITS

OAuth 2.1 (PKCE) or bearer token. Premium only.

  • AUTH — OAuth 2.1 with PKCE for AI-client setup; bearer tokens for custom integrations.
  • RATE LIMITS — sliding-window per token: short-term (1 minute) and daily caps, with separate quotas for read tools and Claude-backed tools.
  • AUDIT LOGGING — every invocation is recorded for security and debugging. View your own activity from /profile/mcp.
  • ACCESS — included with any Employbl subscription. The Claude-backed tools draw from your monthly token allowance, or your own Anthropic API key (BYOK).

GET STARTED

Subscribe and you're connected in two minutes.