Verified Human MCP Server
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Verified Human MCP Servercheck if ISRC USHM82148308 is certified"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Verified Human MCP Server
MCP server for querying the Verified Human Cert registry — verify human-made music certifications by ISRC, artist, track, or cert number.
What is Verified Human Cert?
Verified Human Cert is a registry that certifies music tracks as human-made. Artists and labels can register their tracks and receive a certification that proves the music was created by humans, not AI.
This MCP server lets Claude Code (and other MCP clients) query that registry directly.
Related MCP server: sonovault-mcp
Tools
Tool | Description |
| Verify a certification by ISRC code |
| Check certification status by artist + track name |
| Look up a certification by cert number |
| List recently issued certifications |
| Platform statistics (totals, tiers, counts) |
| Current pricing and bundle options |
Quick Start
Prerequisites
Python 3.10+
Poetry
Installation
poetry installRunning the server
poetry run python -m verified_human_mcp_serverAdd to Claude Code
Use the claude mcp add CLI (recommended) — it writes to the correct config file for you:
# User scope (available in all projects)
claude mcp add vhc --scope user -- poetry --directory /path/to/verified-human-mcp-server run python -m verified_human_mcp_server
# Or project scope (committed to repo, shared with team via .mcp.json)
claude mcp add vhc --scope project -- poetry --directory /path/to/verified-human-mcp-server run python -m verified_human_mcp_serverManual configuration
If you prefer to edit config files by hand, add an entry under mcpServers in one of:
User scope —
~/.claude.json(not~/.claude/settings.json— that file does not readmcpServers)Project scope —
.mcp.jsonat the repo root (version-controlled, shared with the team)
{
"mcpServers": {
"vhc": {
"type": "stdio",
"command": "poetry",
"args": ["--directory", "/path/to/verified-human-mcp-server", "run", "python", "-m", "verified_human_mcp_server"]
}
}
}After editing, restart Claude Code (or run /mcp to reconnect) and verify with claude mcp list.
Environment Variables
Variable | Purpose | Default |
| Base URL for the VHC API |
|
| HTTP request timeout in seconds |
|
| Max retry attempts on transient errors and 5xx |
|
| Base delay (seconds) for exponential retry backoff |
|
| Server log level on stderr ( |
|
Usage Examples
Once connected, you can ask Claude:
"Is ISRC USHM82148308 certified as human-made?"
"Check if 'Yesterday' by The Beatles has a VHC certification"
"Look up cert number VH-2026-000001"
"Show me the latest certified tracks"
"What are the current VHC pricing tiers?"
Multi-agent workflow: metadata + verification
Combine with mcp-metadata to read ISRC codes from audio files and verify them automatically:
User: "Read the ISRC from song.flac and check if it's certified"
Agent 1 (mcp-metadata): metadata_read("song.flac") -> ISRC: USHM82148308
Agent 2 (verified-human-mcp-server): vhc_verify_isrc("USHM82148308") -> certified: trueDevelopment
# Clone the repo
git clone https://github.com/verifiedhumancert/verified-human-mcp-server.git
cd verified-human-mcp-server
# Install dependencies
poetry install
# Run tests
poetry run pytest
# Run linter
poetry run ruff check .
poetry run ruff format --check .Contributing
Contributions are welcome! Please read CONTRIBUTING.md before submitting a PR.
Security
To report a vulnerability, please see SECURITY.md.
License
This project is licensed under the MIT License — see LICENSE for details.
This server cannot be deployed
Maintenance
Related MCP Connectors
Verify VerixID proof-of-existence records and optionally prove ownership.
Prove a real, unique human performed an action; mint a signed, verifiable Proof-of-Human credential.
Verify on-chain lifecycle state and provenance of NFC-tagged physical products.
Authenticated public evidence search, verification, research jobs, exports, and webhooks.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI agents to search, license, and pay for rights-clean music per use, returning a verifiable license certificate.5MIT

sonovault-mcpofficial
AlicenseAqualityAmaintenanceProvides access to the SonoVault music metadata API, enabling search and retrieval of information about 90M+ tracks, artists, labels, and releases, including ISRC, ISWC, and cross-platform IDs.15224 npmMIT- AlicenseAqualityCmaintenanceEnables AI agents to certify their creations with verifiable, timestamped proof anchored to Bitcoin, and to verify certificates.3MIT
- AlicenseNot gradedqualityBmaintenanceEnables users to search the on-chain index of 378,000+ ERC-8004 agents and read Cybercentry verification results spanning token, code, media, web, and wallet dimensions.MIT