ComputeID MCP Server — cryptographic identity for AI agents via Model Context Protocol
Project description
ComputeID MCP Server
Give Claude and any MCP-compatible AI the ability to issue cryptographic identities to AI agents natively.
What it does
Once installed, Claude can:
- Issue AgentPassports to any AI agent it spawns or works with
- Verify agent identity before accepting work from another agent
- Log every action to an immutable audit trail automatically
- Revoke agents instantly if they behave unexpectedly
- Register GPU hardware with cryptographic DevicePassports
- Generate compliance reports for EU AI Act, SOC2, NIST AI RMF
Install
pip install computeid-mcp
Configure Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"computeid": {
"command": "python",
"args": ["-m", "computeid_mcp"],
"env": {
"COMPUTEID_API_URL": "https://api.aicomputeid.com",
"COMPUTEID_TOKEN": "your-token-here"
}
}
}
}
Tools available
| Tool | Description |
|---|---|
computeid_status |
Check API health |
issue_agent_passport |
Issue a cryptographic identity to an AI agent |
verify_agent_passport |
Verify an agent's identity |
log_agent_action |
Log an action to the immutable audit trail |
revoke_agent_passport |
Instantly revoke an agent |
list_agent_passports |
List all agents in your organisation |
get_agent_audit_log |
Get full audit trail for an agent |
register_device |
Register a GPU or server |
list_devices |
List all devices |
approve_device |
Approve a pending device |
revoke_device |
Revoke a device |
generate_compliance_report |
EU AI Act, SOC2, NIST AI RMF reports |
get_audit_logs |
Organisation-wide audit logs |
Docs
compute-id.com | hello@compute-id.com
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
computeid_mcp-1.1.0.tar.gz
(10.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file computeid_mcp-1.1.0.tar.gz.
File metadata
- Download URL: computeid_mcp-1.1.0.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
107a4fb79998b5292f1f2eeaaae25a48a62937192ca2168726b4023d8af51182
|
|
| MD5 |
d98f1106b1572bef3f43a1785ae55107
|
|
| BLAKE2b-256 |
376d7e5dff08fe2c16ba654bd46213a88c5c80b48b5e96866987f2aba38b4c3b
|
File details
Details for the file computeid_mcp-1.1.0-py3-none-any.whl.
File metadata
- Download URL: computeid_mcp-1.1.0-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0563f5c609838d5b8a60b6a53ea34b362f6d89bbe5474ffedace23a39f5ca49
|
|
| MD5 |
3001f1687c8fb8193b2c4eef5c66b69e
|
|
| BLAKE2b-256 |
23a255c37ba148aec56641fbcc7356ab1f69fbe3116b9a37f3a8aa26a2479dd6
|