Scam Shield

MCP server

What our MCP server does

BrokerChooser’s 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.


  • Agents can check an entity by name or URL.

  • Results are powered by BrokerChooser’s aggregated scam database, which consolidates warnings and alerts from major financial regulators and official sources worldwide.

  • Developers can integrate this into applications to detect suspicious brokers, flag risks for end-users, and strengthen financial safety.

In short: it’s a plug-and-play financial scam check API that helps prevent fraud.

Setup instructions

Our MCP server only supports Streamable HTTP transports. The server is fully public, but rate limits apply:


  • 10 requests per minute in an MCP session
  • 60 requests per minute from an IP address

Server address:

https://mcp.brokerchooser.com/servers/mcp

General configuration

To connect BrokerChooser’s MCP server in tools that support MCP servers, use:


  • Command: npx

  • Arguments:
    -y mcp-remote https://mcp.brokerchooser.com/servers/mcp

  • Environment:

  • Authentication:

Server address:

https://mcp.brokerchooser.com/servers/mcp

Claude integration

  1. Go to Settings

  2. Open the Developer tab in the sidebar

  3. Click on Edit config

  4. Add the following JSON snippet under the mcpServers key:

JSON


        {
          "mcpServers": {
            "brokerchooser": {
              "command": "npx",
              "args": [
                  "-y",
                  "mcp-remote",
                  "https://mcp.brokerchooser.com/servers/mcp"
              ]
            }
          }
        }
        

ChatGPT integration

Create a new connector for your organization’s paid business ChatGPT account using the following MCP endpoint:

https://mcp.brokerchooser.com/servers/deep-research/safety

This feature is enabled only for workspace owners or admins on paid business accounts (ChatGPT Business, Enterprise, or Edu).

Once activated by an admin, all authenticated users in your workspace can access the connector.

Connector access is not available for free ChatGPT plans.


Note: Custom connectors should only be added by trusted admins, and each user must authenticate before first use.

FAQ