🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@datalinc/verifyref-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datalinc/verifyref-mcp

VerifyRef MCP stdio bridge — find and rank recruits via talent pool for Claude Code, Cursor, and other agents

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@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).

Keywords

mcp

FAQs

Package last updated on 13 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts