← loppee.com

INDIVIDUAL MCP TOOL

get_trust_card

Use this when a business is already identified and the user wants its public Loppee Trust Card.

loppee.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://loppee.com/mcp/discovery

No auth detected

Connect to this endpoint to inspect the live schema for get_trust_card and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

loppee.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.loppee-agent-api]
url = "https://loppee.com/mcp/discovery"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "loppee-agent-api": {
      "type": "http",
      "url": "https://loppee.com/mcp/discovery"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: loppee-agent-api
Remote MCP URL: https://loppee.com/mcp/discovery

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "loppee-agent-api": {
      "url": "https://loppee.com/mcp/discovery"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "loppee-agent-api": {
      "type": "http",
      "url": "https://loppee.com/mcp/discovery"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "loppee-agent-api",
  "transport": "streamable-http",
  "url": "https://loppee.com/mcp/discovery"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • lookup_business — Use this when the user names a business and wants its Loppee Registry match.
  • get_business_reviews — Use this when the user wants the public customer reviews for one Loppee business id.
  • explain_recommendation — Use this when the user asks why a known published business is or is not recommendable on Loppee.
  • compare_businesses — Use this when the user wants a side-by-side comparison of two to twenty known published Loppee business ids.