Content
# Trade Republic MCP
A Model Context Protocol Server for Trade Republic.
## Prerequisites
- Python 3.13 or higher
- Git
- UV package manager
## Installation
1. Clone the repository:
```bash
git clone ... trade-republic-mcp
cd trade-republic-mcp
```
2. Download missing files, create simplified dbs:
```bash
curl -L "https://github.com/Wenzhi-Ding/Std_Security_Code/raw/refs/heads/main/isin/company_name.pq?download=" > ./data/company_name.pq
```
3. Install dependencies:
```bash
uv sync
```
4. Create a `.env` file in the project root and add your OpenAI API key:
```bash
OPENAI_API_KEY=your_api_key_here
```
5. (Optional) Install MCP locally
```bash
fastmcp install src/trade_republic/local.py
```
## Usage
### Running the MCP Server
Start the Model Context Protocol server:
```bash
uv run -m src.trade_republic.main
```
### Running the Backend Server
Start the backend server:
```bash
uv run -m src.backend.main
```
### Running the Test Client
Run the test client:
```bash
uv run -m src.client
```
## Project Structure
- `src/trade_republic/` - MCP server implementation
- `src/backend/` - Backend server implementation
- `src/client.py` - Test client implementation
You Might Also Like
hexstrike-ai
HexStrike AI is an AI-powered MCP cybersecurity automation platform with 150+ tools.
solana-agent-kit
An open-source toolkit for AI agents to interact with Solana protocols.

Stripe
The Stripe Agent Toolkit integrates agent frameworks with Stripe APIs for...
debugg-ai-mcp
AI-powered MCP Server for testing, debugging, and code analysis.
aws-lambda-mcp-cookbook
AWS Lambda MCP Cookbook provides Python examples for MCP server integration.
mcp-server-macos-use
MCP server in Swift for controlling macOS apps via accessibility APIs.