@rankigi/mcp-server
v1.0.0
Published
RANKIGI MCP server for Claude Desktop and other MCP clients. Every tool call is hashed into the RANKIGI chain.
Readme
@rankigi/mcp-server
RANKIGI MCP server for Claude Desktop and other MCP clients.
Every tool call Claude makes through this server is hashed and chained into your RANKIGI audit trail. Self-instrumenting.
Install
No install required. Use npx:
npx @rankigi/mcp-serverClaude Desktop setup
Add to ~/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.
Environment variables
RANKIGI_API_KEY(required): ingest API keyRANKIGI_AGENT_ID(required): agent UUIDRANKIGI_API_URL(optional): defaults tohttps://app.rankigi.com
Tools
verify_chain: verify hash chain integrityget_chain_events: get recent chain eventsingest_event: record a custom eventget_agent_passport: get agent passportget_closure: export closure integrity object
Self-instrumenting
Every tool call Claude makes through this server is itself recorded into your RANKIGI chain via @rankigi/mcp. The server watches itself.
