loading…
Search for a command to run...
loading…
Blockchain Verification - MCP server providing AI-powered tools and automation by MEOK AI Labs
Blockchain Verification - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for blockchain verification mcp operations
Blockchain Verification MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
mint_certificate |
Mint a blockchain-backed compliance certificate with SHA-256 hash chain, merkle |
verify_certificate |
Verify a certificate's authenticity by checking hash chain integrity, revocation |
audit_trail |
Get the full audit trail for an organization, optionally filtered by framework, |
integrity_check |
Run full integrity check on the certificate ledger — validates hash chain, conte |
pip install meok-blockchain-verification-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"blockchain-verification": {
"command": "python",
"args": ["-m", "meok_blockchain_verification_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"blockchain-verification-mcp": {
"command": "npx",
"args": []
}
}
}