@rankigi/sdk
LiveThe core RANKIGI client. Track agent events, verify chains, and export closure objects from any Node.js environment.
Packages
Everything you need to connect your agents to the RANKIGI proof layer. Four packages. One chain.
The core RANKIGI client. Track agent events, verify chains, and export closure objects from any Node.js environment.
Instrument any MCP server or client transport. Every tool call is hashed and chained automatically.
Standalone chain verifier. Verify hash chain integrity and individual event hashes with no RANKIGI infrastructure required.
Standalone MCP server for Claude Desktop. Add RANKIGI to any MCP client in 60 seconds. Self-instrumenting.
Claude Desktop
Add RANKIGI to Claude Desktop in 60 seconds.
~/Library/Application Support/Claude/claude_desktop_config.json{
"mcpServers": {
"rankigi": {
"command": "npx",
"args": ["-y", "@rankigi/mcp-server"],
"env": {
"RANKIGI_API_KEY": "rnk_your_key_here",
"RANKIGI_AGENT_ID": "your-agent-uuid"
}
}
}
}Get your API key and agent ID at app.rankigi.com.