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

Does the MCP server support SSE?

No. We only support the latest version of the MCP specification with Streamable HTTP transport.

How reliable is the scam detection?

Our database aggregates warnings and alerts from top global regulators (e.g., FCA, SEC, ASIC, BaFin, ESMA) and other official watchdogs. This ensures that checks are based on verified, trusted sources.

Can I use the MCP server as a financial scam check API?

Yes. You can integrate it into your app or agent workflow to check brokers and investment sites in real time, using a simple MCP-based connection.

I want to use the MCP server in my application and need higher rate limits.

Let’s talk! Contact us at mcp@brokerchooser.com and we can provide custom enterprise limits.

Does the MCP server store personal or conversational data?

No. We do not receive or store any personal data or conversation content. Every check is stateless and privacy-first.

What kinds of entities can I check?

You can verify:
  • Online brokers
  • Investment platforms
  • Trading websites
  • Financial apps or domains

Can I check a broker by domain instead of name?

Yes. You can use either a company name or a URL to run a check.

Is this free to use?

Yes, within the default rate limits (10 requests/min per session, 60 requests/min per IP). For commercial usage or higher volume, please contact us.

Who should use this?

  • AI agent developers building financial safety features
  • Fraud prevention teams in fintech or trading apps
  • Researchers or journalists verifying suspicious brokers