@datalinc/verifyref-mcp
Stdio bridge to the hosted VerifyRef MCP server for Claude Code, Cursor, and other agents. Published by Datalinc.
Prefer the remote URL when your host supports Streamable HTTP:
https://verifyref.com/api/mcp with Authorization: Bearer …
Install
VERIFYREF_API_KEY=rc_test_… npx @datalinc/verifyref-mcp
Or in MCP config:
{
"mcpServers": {
"verifyref": {
"command": "npx",
"args": ["-y", "@datalinc/verifyref-mcp"],
"env": {
"VERIFYREF_API_KEY": "rc_test_…"
}
}
}
}
Tools (proxied)
get_account, list_candidates, get_candidate, upload_candidate_resume, match_candidates_to_job, update_candidate, create_reference_check, get_check, list_checks, purchase_credits
Full workflow: https://verifyref.com/docs/agents · https://verifyref.com/AGENTS.md · https://verifyref.com/llms.txt
Registry
Publish to the official MCP Registry with mcp-publisher using server.json (namespace com.verifyref/mcp, DNS verify).