Give Claude live access to the Employbl dataset.
Twenty-four tools — company, job, geo, and funding search, side-by-side comparisons, saved-search email alerts, profile and preference management, company-rep profile tools, personalized recommendations, and Claude-backed helpers — exposed over a hosted MCP server at www.employbl.com/api/mcp. Built for AI engineers and anyone using Claude Code, Claude Desktop, or another MCP-aware client.
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://www.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://www.employbl.com/api/mcp \
--header "Authorization: Bearer {your-mcp-key}"ENDPOINT · https://www.employbl.com/api/mcp
Twenty-four tools, all available on a single connection.
- 01
find_companies
Search 30,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.
- 02
search_jobs
Search 75,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.
- 03
recent_funding_rounds
List recent venture rounds across 75,000+ events. Filter by date range, round name, minimum amount, location, and hiring status. Defaults to the last 90 days.
- 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.
- 05
find_similar_companies
Look up a company by name or domain and discover curated similar companies — competitive analysis and alternative employers in one call.
- 06
compare_companies
Compare 2-5 companies side-by-side in one table: what they do, HQ, size, total raised, latest round, open roles, tech stack, and notable investors.
- 07
find_companies_near_me
Geo search: give a US address, city, or zip and get the nearest companies by HQ across 29,000+ geocoded locations — distance in miles, open roles, and profile links. Optional radius and hiring-only filters.
- 08
get_job_listing
Fetch a single job listing's full details by id, including the full job description (truncated to ~4K chars).
- 09
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.
- 10
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.
- 11
get_profile
Fetch your complete candidate profile — basic info, work experience, education, projects, certifications, and skills — with optional section filtering.
- 12
update_profile
Update your basic profile: name, job title, location, summary, and social links.
- 13
add_work_experience
Add a work-history entry to your profile with title, company, dates, and description.
- 14
add_skills
Set your technical skills list (replaces the existing list with the provided skills).
- 15
upload_profile_from_text
Paste a resume, LinkedIn About, or bio and Claude AI extracts your info, work history, and skills, writes them to your profile, and reports what's still missing. ~3-6K tokens per call.
- 16
get_preferences
Retrieve your job-search preferences: target seniority, industries, company stages, locations, skills, and minimum compensation.
- 17
update_preferences
Update your job-search preferences with a partial merge — seniority, stages, industries, locations, skills, minimum comp.
- 18
get_recommended_jobs
Personalized job recommendations scored against your profile and preferences, with optional reasoning per match.
- 19
get_recommended_companies
Personalized company recommendations matching your preferred industries, stages, and locations, sorted by hiring activity.
- 20
save_search
Save a job search and get a daily or weekly email when new matching jobs are posted — filters include title, location, remote, company size, funding stage, and investors.
- 21
list_saved_searches
List your saved searches with their filters, alert frequency, and last-sent date.
- 22
delete_saved_search
Delete a saved search by id and stop its email alerts.
- 23
get_my_company
Company reps: your claimed company's candidate view counts, profile completeness, and publish status. Claim-gated — no candidate subscription needed.
- 24
update_company_profile
Company reps: update your company's descriptive profile (tagline, FAQ, hiring focus, tech stack, culture). Objective data — funding, investors, headcount — stays Employbl-maintained.
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).