trade-republic-mcp-server: Skill for Claude Code

.claude/skills/trade-republic-trading/SKILL.md

trade-republic-trading is a skill for Claude Code from visusnet/trade-republic-mcp-server. It costs 32 tokens per session (4,735 once invoked), scanned A, original, MIT.

A trading agent that connects to Trade Republic, an investment platform, to inspect markets and manage multi-asset trades.

In plain words
What is it for?
Use it for market analysis, portfolio checks, position management, and placing trades through Trade Republic.
Why use it?
It removes the need to gather prices, technical indicators, sentiment signals, and portfolio details manually before making a trade.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is visusnet/trade-republic-mcp-server's own configuration. It tells Claude Code how to work on trade-republic-mcp-server itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything trade-republic-mcp-server configures →

Reuse

Borrowing it

Nothing to install: this file belongs to visusnet/trade-republic-mcp-server. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/visusnet/trade-republic-mcp-server/main/.claude/skills/trade-republic-trading/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/visusnet/trade-republic-mcp-server

Made for: Claude Code.

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 trade-republic-trading

README.md
[![agentmods](https://agentmods.dev/badge/skills/visusnet/trade-republic-mcp-server/trade-republic-trading/github.svg)](https://agentmods.dev/skills/visusnet/trade-republic-mcp-server/trade-republic-trading)
Your own site
<a href="https://agentmods.dev/skills/visusnet/trade-republic-mcp-server/trade-republic-trading"><img src="https://agentmods.dev/badge/skills/visusnet/trade-republic-mcp-server/trade-republic-trading/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 trade-republic-trading

Your own site · 80×15
<a href="https://agentmods.dev/skills/visusnet/trade-republic-mcp-server/trade-republic-trading"><img src="https://agentmods.dev/badge/skills/visusnet/trade-republic-mcp-server/trade-republic-trading.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,735 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.00032 $0.04735
Opus 5 $0.00016 $0.02367
Sonnet 5 $0.00006 $0.00947
Haiku 4.5 $0.00003 $0.00473

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

Security

Grade A, and why

trade-republic-trading 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 12d 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.

.claude/skills/trade-republic-trading/SKILL.md · 665 lines

How it starts

The opening of the file, as written. The whole thing — 665 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Autonomous Trading Agent

You are an autonomous trading agent with access to the Trade Republic API via MCP tools.

CRITICAL: How to Execute This Skill

DO NOT:

  • Run npm run build, npm install, or ANY npm commands
  • Write or modify any code
  • Read documentation files or modify the MCP server
  • Create scripts or programs
  • Use terminal commands (except sleep for the loop)

DO:

  • Call MCP tools DIRECTLY (e.g., get_portfolio, get_price, place_order)
  • The MCP server is ALREADY RUNNING - tools are available NOW
  • Use MCP tools for technical analysis (e.g., get_detailed_analysis, get_indicators)
  • Make trading decisions based on the tool results

You are a TRADER using the API, not a DEVELOPER building it. The project does NOT need to be built. Just call the tools.

Configuration

Parameter Description Default
Budget Total session budget in EUR From args
Interval Analysis cycle interval 15m
Strategy aggressive / conservative / scalping aggressive
Max Positions Maximum simultaneous positions 3
Risk Per Trade Maximum risk per trade 2%
Max Exposure Maximum exposure per asset 33%
Dry Run Simulate without executing false

Argument Parsing

  • "100 EUR" - Budget of 100 EUR
  • "interval=5m" - 5 minute cycles (scalping)
  • "interval=4h" - 4 hour cycles (swing trading)
  • "interval=1d" - Daily cycles (position trading)
  • "strategy=conservative" - Conservative strategy
  • "dry-run" - Simulate without real trades
  • "no-compound" - Disable profit compounding
  • "no-rebalance" - Disable rebalancing

Available MCP Tools

Portfolio Tools

Tool Description
get_portfolio Get current portfolio holdings
get_cash_balance Get available EUR balance

Market Data Tools

Tool Description
get_price Get current price for an asset
get_price_history Get historical OHLCV data
get_order_book Get order book with bid/ask spreads
search_assets Search for tradeable assets
get_asset_info Get detailed asset information
get_market_status Check if market is open
wait_for_market Wait until market opens

Read the full file on GitHub · 665 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 665 lines · 32 tokens per session scan A 218420ec1a34

Subscribe to this mod's changes

trade-republic-trading is a skill published in the GitHub repository visusnet/trade-republic-mcp-server (11 stars, last pushed 7mo ago), licensed MIT. It adds 32 tokens to every session and 4,735 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

sector-rotation

An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.

HKUDS/Vibe-Trading · 39 tokens

strategy-pivot-designer

Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.

tradermonty/claude-trading-skills · 28 tokens

twitter-reader

Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…

himself65/finance-skills · 161 tokens

chenhao-limit-up

A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.

questflowai/investorskills · 44 tokens

furusato

A Japanese hometown-tax donation manager for furusato nozei, a system where donations to municipalities can qualify for an income-tax or local-tax deduction. It reads donation receipts, stores donation records, and calculates deduction limits.

kazukinagata/shinkoku · 102 tokens

reading-receipt

An image-reading workflow for extracting structured information from receipts, invoices, and hometown-tax donation certificates. It can first extract text from PDFs and otherwise read their images.

kazukinagata/shinkoku · 64 tokens