- Scam Shield By Brokerchooser.com
Scam Shield By Brokerchooser.com
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
Go to Settings
Open the Developer tab in the sidebar
Click on Edit config
Add the following JSON snippet under the mcpServers key: JSON
'brokerchooser': {
'command': 'npx',
'args': [
'-y',
'mcp-remote',
'https://mcp.brokerchooser.com/servers/mcp',
],
}
服务器配置
{
"mcpServers": {
"brokerchooser": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.brokerchooser.com/servers/mcp"
]
}
}
}