VerixID for AI Agents
Verify digital file fingerprints through the VerixID MCP server.
Server
| MCP Server | mcp.verixid.com |
|---|---|
| Server ID | com.verixid/verifier |
| Version | 1.0.0 |
| Tool | verixid_verify |
Use case
AI Agent
│
▼
MCP
│
▼
VerixID
│
▼
Verify fingerprint
│
▼
Verification result
An AI agent that receives a file — or a claim about a file — can use the VerixID MCP server to check whether that file's fingerprint has been registered, and when. This provides a machine-verifiable grounding for provenance claims.
What the tool does
- Accepts a SHA-256 fingerprint.
- Returns registration status and timestamp if found.
- Returns a signed verification result.
- Does not require the file itself.
Registry & resources
- Official MCP Registry — com.verixid/verifier
- MCP endpoint — mcp.verixid.com
- Source — github.com/verixid
Frequently Asked Questions
What is the VerixID MCP server?
The VerixID MCP server is a Model Context Protocol interface that allows AI agents to verify digital file fingerprints through VerixID. It is registered as com.verixid/verifier and exposes the tool verixid_verify. The server is available at mcp.verixid.com.
What does the verixid_verify tool do?
The verixid_verify tool accepts a SHA-256 fingerprint, returns registration status and timestamp if found, and returns a signed verification result. It does not require the file itself, only the fingerprint.
How do AI agents use VerixID MCP?
An AI agent that receives a file, or a claim about a file, can use the VerixID MCP server to check whether that file's fingerprint has been registered, and when. This provides a machine-verifiable grounding for provenance claims, allowing agents to distinguish between verified and unverified file origin.
Does the MCP server require the file to be uploaded?
No. The MCP server operates on SHA-256 fingerprints, not on file content. The agent only needs to provide the fingerprint, which can be computed locally. This preserves VerixID's zero-custody model for AI-driven workflows.
Where is the VerixID MCP server registered?
The VerixID MCP server is registered in the Official MCP Registry under the server ID com.verixid/verifier, version 1.0.0. The endpoint is mcp.verixid.com, and source is available at github.com/verixid.
What is the MCP server ID and version?
The VerixID MCP server ID is com.verixid/verifier, version 1.0.0. It exposes the tool verixid_verify. The server is hosted at mcp.verixid.com.
Can the MCP server verify file ownership?
No. The MCP server verifies registration of a fingerprint and returns registration status, timestamp, and a signed verification result. It does not determine legal ownership, authorship, or copyright. Legal interpretation of the verification result is a separate matter.
Is the MCP server the same as the VerixID API?
No. The MCP server is a machine interface specifically designed for AI agents using the Model Context Protocol. The commercial platform and its APIs are separate and available at verixid.com. Both share the same underlying verification concepts.
Open MCP Server →