# lemon.markets MCP for AI Agents AI Agent Connect

> lemon.markets MCP. Connect your brokerage account to your AI agent to trade European stocks and ETFs. Get real-time quotes, manage your portfolio, and execute buy or sell orders using natural language.

## Overview
- **Category:** data-analytics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_boxOQSHLRpMxNal00R6KOItx5qSyf1Bzpkk99tmS/ai-agent-connect
- **Tags:** stock-trading, market-data, brokerage-api, etf-trading, real-time-quotes

## Description

Imagine you're halfway through a research session on European equities. Usually, you'd have to jump between your browser, a spreadsheet, and your trading platform to check the latest bid, verify your current holdings, and finally pull the trigger on a trade. This connection lets your agent handle that middleman work. You can just ask your agent to find a specific stock by its ISIN, check the current price, and then tell it to place an order. It pulls the data directly from your brokerage account so you don't have to copy-paste numbers across windows. It's part of the Vinkius catalog, making it easy to plug into your existing workflow. Instead of hunting for the right ticker or worrying about your current balance before making a move, you get a unified interface where your agent knows your portfolio and the market's current state. You're just talking to your agent, and the heavy lifting of navigating the brokerage UI happens in the background.

## Tools

### get_brokerage_account
Get your current trading account details and balance. This helps you check your buying power before making a move.

### activate_pending_order
Turn on a previously created order so it can execute. Use this to trigger a trade only when you are ready.

### cancel_open_order
Stop an order that is currently pending in the market. This allows you to pull back a trade instantly.

### get_latest_quote
Retrieve the current bid and ask prices for a specific stock or ETF. This gives you the most accurate data for your research.

### list_brokerage_orders
See a list of your most recent trading orders and their statuses. Use this to monitor your active executions.

### place_new_order
Create a new buy or sell order for a specific instrument. This turns your natural language instructions into brokerage actions.

### list_active_positions
See every stock or ETF you currently hold in your portfolio. This provides a quick overview of your current holdings.

### search_market_instruments
Find specific stocks or ETFs using names or ISIN codes. This ensures you are always trading the correct asset.

## Prompt Examples

**Prompt:** 
```
What's the current price for the Volkswagen stock?
```

**Response:** 
```
I've checked the market for you. Here is the current quote for Volkswagen AG:

| Instrument | Bid | Ask |
| :--- | :--- | :--- |
| Volkswagen AG (DE0007664039) | €152.30 | €152.45 |

Would you like me to place a buy order for this?
```

**Prompt:** 
```
Show me my current portfolio.
```

**Response:** 
```
Here are your current holdings:

* **Apple Inc.** (10 shares)
* **BMW AG** (5 shares)

Your total account balance is currently **$45,200.50**.
```

**Prompt:** 
```
I want to buy 5 shares of Tesla.
```

**Response:** 
```
I've placed a new buy order for 5 shares of Tesla (ISIN: US88160R1014).

**Order Status:** Pending

Would you like me to activate this order now?
```

## Capabilities

### Search for European stocks or ETFs
Find specific instruments by name or ISIN across major exchanges.

### Get real-time bid and ask prices
Pull the latest pricing data for any tradable instrument in your account.

### View your current portfolio
See your active positions and account balance in one view.

### Place new buy or sell orders
Create new orders using plain language instead of clicking through menus.

### Activate or cancel pending orders
Control your order execution status instantly from your chat.

### Monitor transaction history
Track your order statuses and past investment performance.

## Use Cases

### Checking buying power before a trade
A trader wants to know if they have enough cash for a stock. They ask the agent to check their balance and then use the brokerage connection to buy 5 shares of a European ETF.

### Comparing live prices for research
An analyst needs to compare prices. They ask the agent to get the latest quote for three different stocks and display them in a table.

### Reviewing portfolio performance
A user wants to see their gains. They ask the agent to list their current holdings and then check the transaction history for the last 24 hours.

### Finding correct ISINs for scripts
A developer wants to find a specific ticker. They use the search tool to find the correct ISIN for a list of companies to feed into a custom script.

## Benefits

- Stop switching tabs by letting your agent fetch real-time quotes from your brokerage directly into your chat.
- Manage your entire portfolio by seeing what you own without logging into a separate portal.
- Execute trades faster by turning natural language into actual brokerage actions.
- Keep your research accurate by finding specific ISINs during your analysis.
- Stay on top of your execution by monitoring the status of every trade.
- Reduce manual errors by triggering trades only when you are ready.

## How It Works

The bottom line is you get a direct line from your AI agent to your brokerage account for automated market actions.

1. Subscribe to the lemon.markets MCP and grab your API key from your brokerage dashboard.
2. Add the connection to your AI client and authorize your account.
3. Ask your agent to find stocks, check prices, or execute trades.

## Frequently Asked Questions

**Can the lemon.markets MCP actually place trades for me?**
Yes, it lets your agent execute buy and sell orders directly. You can give your agent instructions in plain language to handle the execution for you.

**Does the lemon.markets MCP work for US stocks?**
No, this Connector is specifically designed for European stocks and ETFs. It connects to the lemon.markets brokerage platform.

**How do I see my portfolio with lemon.markets MCP?**
You can simply ask your agent to list your active positions. It will pull your current holdings and balance from your brokerage account.

**Can I use lemon.markets MCP to find specific stock IDs?**
Yes, you can ask your agent to search for stocks by name or ISIN. It will find the correct instrument for you on the lemon.markets exchange.

**Is lemon.markets MCP good for live price tracking?**
Yes, it pulls real-time bid and ask prices. Your agent can give you live quotes on demand without you needing to open a separate browser tab.

**How do I search for an instrument if I don't have the ISIN?**
Use the `search_market_instruments` tool with a keyword like 'Apple' or 'Tesla' to retrieve a list of matching assets and their unique ISINs.

**Do I need to activate an order after placing it?**
Yes, lemon.markets usually requires orders to be explicitly activated using the `activate_pending_order` tool before they are sent to the exchange.

**Can I see my current portfolio positions?**
Absolutely. Use the `list_active_positions` tool to retrieve a list of all instruments you currently hold in your brokerage account.