Skip to content
Back to search
100
MCP v1.0.1 streamable-http

LimitGuard Trust Intelligence

ai.limitguard.api/trust-intelligence

Entity verification, sanctions screening, and trust scoring for AI agents.

Uptime
21.6%
37 probes
Response
1073ms
last probe
Tools
5
callable

Tools · 5

check_entity

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: …

check_agent

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…

get_trust_score

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…

verify_wallet

Check wallet trust score for crypto payments. Verifies wallet against scam lists and transaction patterns. Supports EVM (0x...) and Solana (base58) addresses. Args: …

get_risk_score

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"
    }
  }
}