# LimitGuard Trust Intelligence MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/ai-limitguard-api-trust-intelligence
- Repository: https://github.com/JWconsultancy1234/limitguard-ai
- Website: https://limitguard.ai

## Install
- Endpoint: https://api.limitguard.ai/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: X-API-Key (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://api.limitguard.ai/mcp
- Header: X-API-Key

## Tools
- 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:
            entity_name: Full legal name of the entity
            country: ISO 3166-1 alpha-2 country code (e.g., NL, BE, DE)
            kvk_number: Optional Dutch KVK registration number (8 digits)
            domain: Optional company website domain
         Endpoint: https://api.limitguard.ai/mcp
- 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:
            agent_id: Unique agent identifier
            agent_name: Human-readable agent name
         Endpoint: https://api.limitguard.ai/mcp
- 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 number, domain, or hash)
         Endpoint: https://api.limitguard.ai/mcp
- 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:
            wallet_address: Blockchain wallet address
            chain_id: CAIP-2 chain ID (default: eip155:8453 for Base)
         Endpoint: https://api.limitguard.ai/mcp
- 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: Full legal name of the entity
            country: ISO 3166-1 alpha-2 country code
         Endpoint: https://api.limitguard.ai/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: ai.limitguard.api
- Version: 1.0.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Feb 24, 2026
- Source: https://registry.modelcontextprotocol.io
