-
Notifications
You must be signed in to change notification settings - Fork 11
Add LimitGuard Trust Intelligence: Entity verification and sanctions screening for AI agents #20
Copy link
Copy link
Open
Description
Server Details
- Name: limitguard-trust-intelligence
- GitHub Repository: https://github.com/JWconsultancy1234/limitguard-mcp
- Category: Security & Compliance
- Runtime: Python (FastAPI)
- License: MIT
- Transport: Streamable HTTP
Description
Trust Intelligence for AI agents. Entity verification (KVK/CBE registry), sanctions screening (OpenSanctions), and risk scoring via the Model Context Protocol. Pay-per-call via x402 micropayments (USDC on Base or Solana) — no API key needed.
Tools Provided
- check_entity — Full entity trust check: KVK/CBE registry, sanctions, domain, risk scoring
- check_agent — Verify AI agent identity and reputation before inter-agent transactions
- trust_score — Get entity trust score (0-100) with cluster assignment and recommendation
- verify_wallet — Verify blockchain wallet address, on-chain activity and risk flags
- risk_score — Quick risk score for entity name + country pair
Connection
Remote MCP server — connect via Streamable HTTP:
{
"mcpServers": {
"limitguard": {
"type": "url",
"url": "https://api.limitguard.ai/mcp"
}
}
}Discovery Endpoints
- MCP Tools: https://api.limitguard.ai/.well-known/mcp.json
- x402 Pricing: https://api.limitguard.ai/.well-known/x402.json
- Health: https://api.limitguard.ai/health
Pricing
All tools priced via x402 micropayments (USDC):
- Entity Check: $0.85
- Risk Score: $0.65
- Trust Score: $0.65
- KYB Check: $1.50
Security
- HTTPS with TLS 1.3
- GDPR-compliant (EU-hosted)
- All tools are read-only
- Rate limited per payment
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels