streamable-httpMITupdated 8d ago
Find and enrich the right people from 750M professional profiles. Search by role, seniority, skills, industry, and location in plain English. Pull profiles with description, work history, education, and seniority, then see who's likely to change jobs next with Next Move Signal. Built for AI products and agents: sourcing candidates, building lead lists, and mapping markets and accounts.
What can you do with Ask Xverum?
Xverum โ MCP Server
Find and enrich the right people from 750M professional profiles. Search by role, seniority, skills, industry, and location in plain English. Pull profiles with description, work history, education, and seniority, then see who's likely to change jobs next with Next Move Signal. Built for AI products and agents: sourcing candidates, building lead lists, and mapping markets and accounts.
This is a hosted, remote MCP server โ there is nothing to install or run. Point your client at the endpoint below and sign in with OAuth.
Is there an MCP server for finding people?
Yes. The Xverum MCP lets your AI assistant find and enrich the right people from a global professional-profiles dataset โ no scraping, no browser tabs. Ask in plain language ("find senior data engineers in Amsterdam" or "VPs of sales at Series A SaaS companies") and it returns ranked profiles; ask about one and it pulls the full background. It's built for two jobs: sourcing job candidates by role, skills, and location, and building sales lead lists of decision-makers. Connect it to Claude or any MCP-compatible assistant in one command.
Prerequisites
Sign up at Ask Xverum.
Connect your client
claude mcp add --transport http xverum https://mcp.xverum.com/mcp
Verify with /mcp โ you should see xverum with three tools.
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"xverum": {
"type": "http",
"url": "https://mcp.xverum.com/mcp"
}
}
}
Add to .vscode/mcp.json:
{
"servers": {
"xverum": {
"type": "http",
"url": "https://mcp.xverum.com/mcp"
}
}
}
Most clients take a JSON config of this shape:
{
"mcpServers": {
"xverum": {
"type": "http",
"url": "https://mcp.xverum.com/mcp"
}
}
}
Consult your client's docs for where that file lives.
Also in the MCP Registry as com.xverum/mcp, so many agents can add it by name.
Authentication. The server uses OAuth โ on first connection your client opens a browser window to sign in. No API keys to paste. See docs/authentication.md.
Tools
| Tool | What it does | Cost |
|---|---|---|
search_people_xverum |
Find people matching a natural-language description โ candidates, prospects, or decision-makers. Returns ranked profiles. | 1 credit per result |
enrich_person_xverum |
Pull the full profile for one person by id: description, work history, education, and seniority. | 4 credits per full profile |
predict_job_change_xverum |
Score how likely a person is to change roles โ before they declare it. Refreshed weekly. | 10 credits per score |
Full reference: docs/tools.md.
Examples
Example 1: Search people (search_people_xverum)
Find senior React engineers in Berlin with fintech experience
Example 2: Enrich a profile (enrich_person_xverum)
enrich_person_xverum("482910371")
Credits
1 credit per search result ยท 4 credits per full profile ยท 10 credits per job-change score.
Each response reports credits_used and credits_remaining.
See plans and pricing
Docs
- Quickstart โ connect and run your first search.
- Tools โ parameters, return shapes, and worked examples.
- Authentication โ OAuth sign-in and what we store.
- Troubleshooting โ error codes and what to do about them.
Privacy & security
- Authentication is handled via OAuth โ no API keys are stored or transmitted in config files.
- The server exposes exactly the three tools listed above. It cannot write, delete, or take any action on your behalf.
- Profile data comes from Xverum's licensed professional-profiles dataset.
Links
- Ask Xverum โ website
- MCP Registry โ
com.xverum/mcp
Support
Questions or issues: open an issue on this repo, or contact us via agentic.support@xverum.com.
Install
Add Ask Xverum to your client. Pick the one you use.
claude mcp add --transport http ask-xverum https://mcp.xverum.com/mcpcodex mcp add ask-xverum --url https://mcp.xverum.com/mcp{
"mcpServers": {
"ask-xverum": {
"url": "https://mcp.xverum.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"ask-xverum": {
"type": "http",
"url": "https://mcp.xverum.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"ask-xverum": {
"url": "https://mcp.xverum.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"ask-xverum": {
"serverUrl": "https://mcp.xverum.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
3 tools
Ask Xverum exposes 3 tools to a connected agent.
- search_people_xverum
- Find people matching a natural-language description โ candidates, prospects, or decision-makers. Returns ranked profiles.
- enrich_person_xverum
- Pull the full profile for one person by id: description, work history, education, and seniority.
- predict_job_change_xverum
- Score how likely a person is to change roles โ before they declare it. Refreshed weekly.
Score
82 / 100
Excellent
- Documentation25/25
- Maintenance25/25
- Trust16/20
- Capability4/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 2.0.0Latest | Aug 31, 2026 |
| 1.0.2 | Aug 31, 2026 |
| 1.0.1 | Aug 31, 2026 |
| 1.0.0 | Aug 31, 2026 |