bounce_scanner

Screen one or more US tickers for a mean-reversion 'bounce' setup on daily bars: price near support (recent pivot low) or the moving average, RSI oversold and turning up, a bullish latest candle, and volume at/above its recent average. Returns per-symbol {isBounce, score 0-100, reasons, price, rs...

SERVERLivedatalink SOURCEhttps://livedatalink.ai/mcp
Low RISK CLASS
Category Read
Parameters 60 required
Recommended Allowedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/io-github-blackboxfoundry-livedatalink/bounce-scanner.md

What bounce_scanner does on Livedatalink

AI agents call bounce_scanner to retrieve information from Livedatalink without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

ParameterTypeRequiredDescription
symbol string A single ticker (e.g. 'AAPL'). Use this or `symbols`.
symbols array Multiple tickers to scan (max 15).
ma_period number Simple moving-average period used as a dynamic support reference (default 50).
lookback_days number Trailing daily bars to analyze (default 180).
proximity_pct number How close (percent) price must be to support/MA to count as 'near' (default 3).
rsi_threshold number RSI(14) must be at or below this to qualify as oversold (default 35).

Parameters from the server's own tool schema.

Why bounce_scanner is rated Low

Even though bounce_scanner only reads data, uncontrolled read access leaks sensitive information and racks up API costs: an agent caught in a retry loop can make thousands of calls a minute without anyone noticing.

Questions about bounce_scanner

What does the bounce_scanner tool do? +

Screen one or more US tickers for a mean-reversion 'bounce' setup on daily bars: price near support (recent pivot low) or the moving average, RSI oversold and turning up, a bullish latest candle, and volume at/above its recent average. Returns per-symbol {isBounce, score 0-100, reasons, price, rsi, distanceToSupportPct, supportLevel}. ALL thresholds are tunable inputs (rsi_threshold, ma_period, proximity_pct, lookback_days) so calibration is a parameter change. HEURISTIC signal for research, not investment advice. It is categorised as a Read tool in the Livedatalink MCP Server, which means it retrieves data without modifying state.

What parameters does bounce_scanner accept? +

bounce_scanner accepts 6 parameters: symbol, symbols, ma_period, lookback_days, proximity_pct, rsi_threshold. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on bounce_scanner? +

Register the Livedatalink MCP server in PolicyLayer and add a rule for bounce_scanner: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Livedatalink. Nothing to install.

What risk level is bounce_scanner? +

bounce_scanner is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit bounce_scanner? +

Yes. Add a rate_limit block to the bounce_scanner rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block bounce_scanner completely? +

Set action: deny in the PolicyLayer policy for bounce_scanner. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides bounce_scanner? +

bounce_scanner is provided by the Livedatalink MCP server (https://livedatalink.ai/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Livedatalink, and thousands of servers like it.

Across the catalogue

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Livedatalink's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.