Skip to main content
Glama

LimitGuard Trust Intelligence

Server Details

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

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

5 tools
check_agentInspect

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
    
ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYes
agent_nameYes
check_entityInspect

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
    
ParametersJSON Schema
NameRequiredDescriptionDefault
domainNo
countryYes
kvk_numberNo
entity_nameYes
get_risk_scoreInspect

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
    
ParametersJSON Schema
NameRequiredDescriptionDefault
countryYes
entity_nameYes
get_trust_scoreInspect

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)
    
ParametersJSON Schema
NameRequiredDescriptionDefault
entity_idYes
verify_walletInspect

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)
    
ParametersJSON Schema
NameRequiredDescriptionDefault
chain_idNoeip155:8453
wallet_addressYes

Verify Ownership

This connector has been claimed. The /.well-known/glama.json file has been verified and ownership is confirmed.

Glama periodically re-verifies ownership. If the file is removed, the claim will be revoked.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.