Trading212 Api

🌐Community
by trading212-labs · vlatest · Repository

Provides API guidance and assistance for agent workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add trading212-api npx -- -y @trustedskills/trading212-api
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "trading212-api": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/trading212-api"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

trading212-api

What it does

This skill provides direct programmatic access to the trading212 brokerage platform, enabling AI agents to retrieve real-time market data and execute trades. It serves as a bridge between automated decision-making systems and live financial markets for European-based assets.

When to use it

  • Automating portfolio rebalancing strategies based on specific risk thresholds.
  • Fetching historical price data to train machine learning models for trend prediction.
  • Executing limit orders automatically when technical indicators signal a buy or sell event.
  • Monitoring real-time stock quotes and currency exchange rates without manual intervention.

Key capabilities

  • Authentication with the trading212 API for secure account access.
  • Retrieval of live market data including stocks, ETFs, and cryptocurrencies.
  • Execution of buy and sell orders directly through the agent.
  • Management of user portfolios and transaction history.

Example prompts

  • "Set up an alert to buy 10 shares of Tesla whenever the price drops below $200."
  • "Fetch the current market price for Bitcoin and Ethereum and compare them to yesterday's close."
  • "Execute a sell order for all holdings in the Vanguard S&P 500 ETF if volatility exceeds 2%."

Tips & gotchas

Ensure your AI agent has valid API credentials and adheres to trading212's rate limits to avoid account suspension. Always verify that the automated logic aligns with local financial regulations before deploying live trading strategies.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
trading212-labs
Installs
64

🌐 Community

Passed automated security scans.