ProofLink MCP Server brings iTechSmart proof receipts, verifier access, accountability checks, and AI governance tooling to MCP-compatible agents.
Overview
iTechSmart ProofLink MCP Server
The iTechSmart ProofLink MCP Server lets MCP-compatible agents work with ProofLink verification, accountability records, receipt lookups, and governance tooling.
Endpoints
- Public landing: https://mcp.itechsmart.dev
- MCP SSE transport: https://mcp.itechsmart.dev/sse
- Health check: https://mcp.itechsmart.dev/health
Authentication
The SSE transport requires an API key. Use the public placeholder below and replace it with your issued iTechSmart MCP key.
{
"mcpServers": {
"itechsmart-prooflink": {
"url": "https://mcp.itechsmart.dev/sse",
"headers": {
"x-itechsmart-mcp-key": "YOUR_API_KEY"
}
}
}
}
Capabilities
- ProofLink receipt verification
- Chain integrity and accountability checks
- Verifier and SDK workflows
- AI governance / audit trail support
- 66 MCP tools exposed by the current production service
Server Config
{
"mcpServers": {
"itechsmart-prooflink": {
"url": "https://mcp.itechsmart.dev/sse",
"headers": {
"x-itechsmart-mcp-key": "YOUR_API_KEY"
}
}
}
}