---
title: "Connect your AI assistant to real market data"
canonical: https://flicker.finance/mcp
---

# Connect your AI assistant to real market data

Flicker's MCP server gives Claude, ChatGPT, Cursor, and any Model Context Protocol client live prices, signals, and market analysis across crypto, stocks, and forex — plus your own portfolio. Every tool runs on a free Flicker account you sign in to once.

## Connect

- Endpoint: `https://api.flicker.finance/mcp`
- Transport: Streamable HTTP
- Authorization: OAuth 2.1 — every request needs a bearer token; a bare request answers 401 with the RFC 9728 challenge your client follows to sign in
- Manifest: https://api.flicker.finance/mcp/manifest.json — endpoint, transport, authorization and the live tool list
- Discovery metadata: https://api.flicker.finance/.well-known/oauth-protected-resource/mcp (RFC 9728) — what your client follows from the 401

## Tools

### Analysis — signal, zones, indicators, per-asset sentiment

Access: public market data — any signed-in account; Pro unlocks extra timeframes and filters

- `get_asset_analysis`
- `get_asset_signal`
- `get_asset_markets`
- `get_market_sentiment`

### Discovery — signal feed, screener, Fear & Greed leaderboard

Access: public market data — any signed-in account; Pro unlocks extra timeframes and filters

- `get_trading_signals`
- `get_screener`
- `get_fear_greed_leaderboard`

### Insights — market overview, funding rates, news

Access: public market data — any signed-in account

- `get_market_overview`
- `get_funding_rates`
- `get_news`

### Market data — prices, search, top movers, exchanges

Access: public market data — any signed-in account

- `get_asset_price`
- `search_assets`
- `get_top_movers`
- `list_exchanges`
- `get_exchange_detail`

### Portfolio — positions, balances, trades, orders, watchlist

Access: the signed-in user's own account data

- `get_positions`
- `position_analysis`
- `get_portfolio_summary`
- `get_balances`
- `get_trades`
- `get_orders`
- `get_connections`
- `get_favorites`
- `add_favorite_asset`
- `remove_favorite_asset`
- `edit_position`

### Account — profile, price alerts, notification preferences

Access: the signed-in user's own account data

- `get_account_info`
- `get_alerts`
- `create_price_alert`
- `delete_alert`
- `get_notification_preferences`
- `update_notification_preferences`

### Pilot — the trading bot's live positions and closed-trade history

Access: the signed-in user's own account data

- `get_pilot_spectate`
- `get_pilot_spectate_history`

---

Canonical HTML: https://flicker.finance/mcp
Machine-readable index: https://flicker.finance/llms.txt · API: https://api.flicker.finance/docs/openapi.json · MCP: https://api.flicker.finance/mcp
