market-research

market-research is a skill for Claude Code from gabrielcerutti/etoro-mcp-server. It costs 96 tokens per session (511 once invoked), scanned A, original, MIT.

A market-research assistant for eToro that finds tradable instruments, shows prices and price history, and manages watchlists.

In plain words
What is it for?
Use it to look up stocks, crypto, ETFs, and other instruments, inspect charts or closing prices, and add or remove watchlist items.
Why use it?
It removes the need to search across separate screens for an instrument, its current bid and ask prices, historical movements, or saved lists.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the etoro-trading-platform plugin — 3 skills shipped together

Good fit Use it to look up stocks, crypto, ETFs, and other instruments, inspect charts or closing prices, and add or remove watchlist items.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gabrielcerutti/etoro-mcp-server/market-research
Install

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.

Any agent
npx skills add gabrielcerutti/etoro-mcp-server --skill market-research
Clone the repo
git clone --depth 1 https://github.com/gabrielcerutti/etoro-mcp-server

Made for: Claude Code.

Or install etoro-trading-platform, the plugin that ships this one along with the rest of its 3 skills.

Wrote 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.

agentmods badge for market-research

README.md
[![agentmods](https://agentmods.dev/badge/skills/gabrielcerutti/etoro-mcp-server/market-research/github.svg)](https://agentmods.dev/skills/gabrielcerutti/etoro-mcp-server/market-research)
Your own site
<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.

agentmods 80×15 button for market-research

Your own site · 80×15
<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>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 511 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 11d ago against content hash 8302e156c046, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

plugin/skills/market-research/SKILL.md · 40 lines

What it actually says

Market Research Skill

Help the user research instruments and manage watchlists on eToro.

Searching for Instruments

  1. Call mcp__etoro__search_instruments with the user's query (ticker, name, keyword).
  2. Return a short list of matches with name, type (stock, crypto, ETF, etc.), and exchange.
  3. If the user wants more detail on a specific instrument, call mcp__etoro__get_instruments.

Live Prices

  1. Resolve the instrument ID via mcp__etoro__search_instruments if not already known.
  2. Call mcp__etoro__get_rates to get the current bid/ask.
  3. Present the spread clearly.

Price History / Candles

  1. Resolve the instrument ID if needed.
  2. Call mcp__etoro__get_candles with appropriate parameters for the time period the user wants.
  3. Summarize key price movements: high, low, trend direction over the period.
  4. For closing prices only, use mcp__etoro__get_closing_prices.

Watchlists

  • To view watchlists: call mcp__etoro__get_watchlists for the user's own lists, or mcp__etoro__get_public_watchlists for 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_types to list categories (stocks, crypto, ETFs, etc.).
  • Use mcp__etoro__get_exchanges to list available exchanges.
  • Use mcp__etoro__get_industries to browse by sector/industry.
Changes

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.

  1. 11d ago First seen · 40 lines · 96 tokens per session scan A 8302e156c046

Subscribe to this mod's changes

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.