# Scam Shield by BrokerChooser.com

BrokerChooser’s Scam Shield MCP server provides a simple way for AI agents and applications to verify whether a financial entity, broker, or investment website is legitimate or potentially fraudulent.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add muellah24/scam-shield-by-brokerchooser

# Browse available tools
npx -y @smithery/cli@latest tool list muellah24/scam-shield-by-brokerchooser

# Get full schema for a tool
npx -y @smithery/cli@latest tool get muellah24/scam-shield-by-brokerchooser is-broker-scam-tool

# Call a tool
npx -y @smithery/cli@latest tool call muellah24/scam-shield-by-brokerchooser is-broker-scam-tool '{}'
```

## Direct MCP Connection

Endpoint: `https://scam-shield-by-brokerchooser--muellah24.run.tools`

## Tools (1)

- `is-broker-scam-tool` — Retrieves information to determine whether a broker is legitimate or a scam. This tool can look up brokers

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get muellah24/scam-shield-by-brokerchooser <tool-name>
```
