Analytics
breakoutscanner.com
Provides access to Breakout Scanner documentation and market snapshot tools for financial scanning and watchlist management.
ENDPOINT 1
https://breakoutscanner.com/mcp/docs
MCP server metadata
- Name
- breakout-scanner-public-docs
- Version
- 1.0.0
Anonymous public documentation only. This server owns a finite Markdown catalog and has no account, live data, private Knowledge, model, network, persistence, or workspace write access.
Known tools 3
breakout_scanner_public_docs_searchSearch the finite public Breakout Scanner documentation catalog.
Inferred read-onlybreakout_scanner_public_docs_readRead one named document from the finite public Breakout Scanner documentation catalog.
Inferred read-onlybreakout_scanner_public_docs_listList the named documents available from the finite public Breakout Scanner documentation catalog.
Inferred read-onlyCONNECT 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.breakout-scanner-public-docs]
url = "https://breakoutscanner.com/mcp/docs"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"breakout-scanner-public-docs": {
"type": "http",
"url": "https://breakoutscanner.com/mcp/docs"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: breakout-scanner-public-docs
Remote MCP URL: https://breakoutscanner.com/mcp/docs
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": {
"breakout-scanner-public-docs": {
"url": "https://breakoutscanner.com/mcp/docs"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"breakout-scanner-public-docs": {
"type": "http",
"url": "https://breakoutscanner.com/mcp/docs"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "breakout-scanner-public-docs",
"transport": "streamable-http",
"url": "https://breakoutscanner.com/mcp/docs"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://breakoutscanner.com/mcp/sandbox
MCP server metadata
- Name
- breakout-scanner-sandbox
- Version
- 1.0.0
Anonymous demo only. Fixtures are stale as of 2026-08-22T16:00:00.000Z; write calls are simulated proposals and never mutate a workspace. Hosts supporting MCP Apps may render the market.snapshot result from ui://breakout-scanner-sandbox/market-snapshot.html.
Known tools 2
breakout_scanner_market_snapshotRead a bounded, as-of market snapshot for resolved symbols.
Inferred read-onlybreakout_scanner_watchlist_changePropose one bounded change to a user-owned watchlist after explicit approval.
Inferred read-onlyCONNECT 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.breakout-scanner-sandbox]
url = "https://breakoutscanner.com/mcp/sandbox"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"breakout-scanner-sandbox": {
"type": "http",
"url": "https://breakoutscanner.com/mcp/sandbox"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: breakout-scanner-sandbox
Remote MCP URL: https://breakoutscanner.com/mcp/sandbox
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": {
"breakout-scanner-sandbox": {
"url": "https://breakoutscanner.com/mcp/sandbox"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"breakout-scanner-sandbox": {
"type": "http",
"url": "https://breakoutscanner.com/mcp/sandbox"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "breakout-scanner-sandbox",
"transport": "streamable-http",
"url": "https://breakoutscanner.com/mcp/sandbox"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://breakoutscanner.com/mcp
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.breakoutscanner-com]
url = "https://breakoutscanner.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": {
"breakoutscanner-com": {
"type": "http",
"url": "https://breakoutscanner.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: breakoutscanner-com
Remote MCP URL: https://breakoutscanner.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": {
"breakoutscanner-com": {
"url": "https://breakoutscanner.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": {
"breakoutscanner-com": {
"type": "http",
"url": "https://breakoutscanner.com/mcp",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "breakoutscanner-com bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "breakoutscanner-com",
"transport": "streamable-http",
"url": "https://breakoutscanner.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 4
https://breakoutscanner.com
MCP server metadata
- Name
- WebMCP
Known tools 1
preview_stock_strategyPreview a public stock-screening strategy from one plain-English sentence. The user must submit the form to run the bounded demo.
Inferred read-onlyCONNECT 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.webmcp]
url = "https://breakoutscanner.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://breakoutscanner.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://breakoutscanner.com
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": {
"webmcp": {
"url": "https://breakoutscanner.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://breakoutscanner.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://breakoutscanner.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.