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.0.0.tar.gz
(10.5 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.0.0.tar.gz.
File metadata
- Download URL: computeid_mcp-1.0.0.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a788cb57ac0326dbb4cf688cdefde339940a596e24dbe87bd237a1c38c94c160
|
|
| MD5 |
7a53fea1d7ad8c8e44194af8f45bd6b8
|
|
| BLAKE2b-256 |
74ba2fbee2db60dcb041be62853624126324c1111235a8c2225dc3d6fd3c3406
|
File details
Details for the file computeid_mcp-1.0.0-py3-none-any.whl.
File metadata
- Download URL: computeid_mcp-1.0.0-py3-none-any.whl
- Upload date:
- Size: 10.8 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 |
39dcf46ee631851fdf0647859fe9e636c03b104b0b709d04e1eba0a41a3f241a
|
|
| MD5 |
07727b82639b3cd129d6e2da2c6263a1
|
|
| BLAKE2b-256 |
34ea0580f498cfd830fd4493a53e688dbddc18eae3e26744f6d2651b159cea01
|