LimitGuard Trust Intelligence
ai.limitguard.api/trust-intelligenceEntity verification, sanctions screening, and trust scoring for AI agents.
Tools · 5
Check entity trust score via LimitGuard API. Full trust intelligence check on a business entity. Returns trust score (0-100), risk level, and recommendation. Args: …
Verify AI agent trust via LimitGuard. Checks if an AI agent is trusted based on its identifier. Used for multi-agent systems to verify delegation targets. Args: a…
Quick trust score lookup by entity ID. Fast lookup for previously checked entities. Returns cached score if available. Args: entity_id: Entity identifier (KVK num…
Check wallet trust score for crypto payments. Verifies wallet against scam lists and transaction patterns. Supports EVM (0x...) and Solana (base58) addresses. Args: …
Quick risk assessment without full trust check. Faster endpoint that focuses on risk signals only. Use when you only need basic risk evaluation. Args: entity_name…
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"limitguard_trust_intelligence": {
"url": "https://api.limitguard.ai/mcp",
"transport": "streamable-http"
}
}
}