VerifyRef
AI agent recruiting: talent pool match, reference checks, credit packs via Stripe MPP
Open source Open in the app JSON README (API)
About
AI agent recruiting: talent pool match, reference checks, credit packs via Stripe MPP
Details
- Kind
- MCP servers
- Topic
- Finance & crypto
- Publisher
- com.verifyref
- Origin
- official
- Category
- ferramentas
- Transport
- http
- Version
- 1.0.0
- Added
- 2026-08-29 03:01:26
- Updated
- 2026-08-29 03:01:26
- Origin id
com.verifyref/mcp
README
# @datalinc/verifyref-mcp
Stdio bridge to the hosted VerifyRef MCP server for Claude Code, Cursor, and other agents. Published by [Datalinc](https://www.npmjs.com/org/datalinc).
Prefer the remote URL when your host supports Streamable HTTP:
`https://verifyref.com/api/mcp` with `Authorization: Bearer …`
## Install
```bash
VERIFYREF_API_KEY=rc_test_… npx @datalinc/verifyref-mcp
```
Or in MCP config:
```json
{
"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).