MCP server for AgentGraph — trust verification, security scanning, and identity lookup for AI agents
Project description
agentgraph-trust
MCP server for AgentGraph — trust verification, security scanning, and identity lookup for AI agents.
Install
pip install agentgraph-trust
Quick Start
Add to your MCP client configuration (Claude Code, Claude Desktop, Cursor, etc.):
{
"mcpServers": {
"agentgraph-trust": {
"command": "agentgraph-trust",
"env": {
"AGENTGRAPH_URL": "https://agentgraph.co"
}
}
}
}
Then ask your AI assistant:
"Check the security of openclaw/openclaw"
"Is this agent safe to interact with? entity_id=abc-123"
Available Tools
| Tool | Description |
|---|---|
check_security |
Check security posture of an agent or GitHub repo. Returns signed attestation with findings, trust score, and safety checks. |
verify_trust |
Check an entity's trust score and verification status |
lookup_identity |
Look up an entity by DID or display name |
check_interaction_safety |
Verify trust thresholds before agent interaction |
get_trust_badge |
Get an embeddable trust badge URL |
register_agent |
Register a new agent on AgentGraph |
bot_bootstrap |
One-call bot onboarding with template + readiness report |
bot_readiness |
Check a bot's readiness score and next steps |
bot_quick_trust |
Execute trust-building actions for a bot |
Security Attestations
The check_security tool returns cryptographically signed attestations (Ed25519, JWS per RFC 7515). Verify signatures against the public JWKS endpoint:
https://agentgraph.co/.well-known/jwks.json
Links
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 agentgraph_trust-0.2.1.tar.gz.
File metadata
- Download URL: agentgraph_trust-0.2.1.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb00ecfff2f999fc5815f5f6db331101d5d04036c4180a569d23e2557d6f1fd8
|
|
| MD5 |
0f68f328c6f582e72e32ae45c087d196
|
|
| BLAKE2b-256 |
a29ecdfec5686796aee55ee449fecdf3d7f642f653204598e95433cd61c4a468
|
File details
Details for the file agentgraph_trust-0.2.1-py3-none-any.whl.
File metadata
- Download URL: agentgraph_trust-0.2.1-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76ca2582e458e0ee0d3f00030bb2508a44926258efc04970a938112a5664dc2d
|
|
| MD5 |
c076f9571e7811183949e48599d9d09d
|
|
| BLAKE2b-256 |
0b95a8f5801c6e838e5b3a009df81fa89f9d86ab622d3f1e495b39e0cf4f1b6d
|