Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add gabrielcerutti/etoro-mcp-server --skill market-researchgit clone --depth 1 https://github.com/gabrielcerutti/etoro-mcp-serverWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/gabrielcerutti/etoro-mcp-server/market-research)<a href="https://agentmods.dev/skills/gabrielcerutti/etoro-mcp-server/market-research"><img src="https://agentmods.dev/badge/skills/gabrielcerutti/etoro-mcp-server/market-research/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/gabrielcerutti/etoro-mcp-server/market-research"><img src="https://agentmods.dev/badge/skills/gabrielcerutti/etoro-mcp-server/market-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00096 | $0.00511 |
| Opus 5 | $0.00048 | $0.00255 |
| Sonnet 5 | $0.00019 | $0.00102 |
| Haiku 4.5 | $0.00010 | $0.00051 |
Grade A, and why
market-research scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Market Research Skill
Help the user research instruments and manage watchlists on eToro.
Searching for Instruments
- Call
mcp__etoro__search_instrumentswith the user's query (ticker, name, keyword). - Return a short list of matches with name, type (stock, crypto, ETF, etc.), and exchange.
- If the user wants more detail on a specific instrument, call
mcp__etoro__get_instruments.
Live Prices
- Resolve the instrument ID via
mcp__etoro__search_instrumentsif not already known. - Call
mcp__etoro__get_ratesto get the current bid/ask. - Present the spread clearly.
Price History / Candles
- Resolve the instrument ID if needed.
- Call
mcp__etoro__get_candleswith appropriate parameters for the time period the user wants. - Summarize key price movements: high, low, trend direction over the period.
- For closing prices only, use
mcp__etoro__get_closing_prices.
Watchlists
- To view watchlists: call
mcp__etoro__get_watchlistsfor the user's own lists, ormcp__etoro__get_public_watchlistsfor public ones. - To add an instrument: resolve it first, then call
mcp__etoro__add_watchlist_items. - To remove: call
mcp__etoro__remove_watchlist_item. - To create a new one: call
mcp__etoro__create_watchlist.
Browsing Available Markets
- Use
mcp__etoro__get_instrument_typesto list categories (stocks, crypto, ETFs, etc.). - Use
mcp__etoro__get_exchangesto list available exchanges. - Use
mcp__etoro__get_industriesto browse by sector/industry.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 40 lines · 96 tokens per session scan A 8302e156c046
market-research is a skill published in the GitHub repository gabrielcerutti/etoro-mcp-server (1 stars, last pushed 4mo ago), licensed MIT. It adds 96 tokens to every session and 511 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
liquidation-heatmap
Liquidation level analysis and heatmap interpretation — identify leveraged position concentration, liquidation cascades, stop-hunt zones, and use liquidation data as support/resistance signals.
pump-swarm
Coordinated multi-wallet trading on Pump.fun.
trading-solana
Trade tokens on Solana DEXes - Jupiter, Raydium, Orca, Meteora, Pump.fun.
feeds
Real-time market data feeds from 8 prediction market platforms.
integrations
External data sources, connectors, and custom data streams.
opportunity
Find and execute cross-platform arbitrage opportunities across prediction markets.