← Registry

Developer Tools

loppee.com

Provides programmatic access to business listings, agent endpoints, and pricing plans via MCP tools.

2 endpoints5 known toolsFirst detected July 25, 2026Last detected September 25, 2026

ENDPOINT 1

https://loppee.com/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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-com]
url = "https://loppee.com/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "loppee-com": {
      "type": "http",
      "url": "https://loppee.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

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

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "loppee-com": {
      "url": "https://loppee.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "loppee-com": {
      "type": "http",
      "url": "https://loppee.com/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "loppee-com bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "loppee-com",
  "transport": "streamable-http",
  "url": "https://loppee.com/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

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

ENDPOINT 2

https://loppee.com/mcp/discovery

No auth detected

MCP server metadata

Name
loppee-agent-api
Version
0.1.3
Capabilities
tools.listChanged
Server instructions

Use Loppee only to look up a business by name, inspect its public Trust Card and reviews, explain its published recommendation basis, or compare known Loppee business ids. These five tools are read-only. Do not infer verification, reviews, or missing business facts. This surface has no customer, business-management, Back Office, payment, or location authority.

Known tools 5

lookup_business

Use this when the user names a business and wants its Loppee Registry match.

Inferred read-only
get_trust_card

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

Inferred read-only
get_business_reviews

Use this when the user wants the public customer reviews for one Loppee business id.

Inferred read-only
explain_recommendation

Use this when the user asks why a known published business is or is not recommendable on Loppee.

Inferred read-only
compare_businesses

Use this when the user wants a side-by-side comparison of two to twenty known published Loppee business ids.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for loppee.com was fetched 2026-08-31T05:13:00.666Z.

Trust status Trusted

loppee.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.