---
title: "Подключите AI-ассистента к реальным рыночным данным"
canonical: https://flicker.finance/ru/mcp
---

# Подключите AI-ассистента к реальным рыночным данным

MCP-сервер Flicker даёт Claude, ChatGPT, Cursor и любому клиенту Model Context Protocol актуальные цены, сигналы и рыночный анализ по крипте, акциям и форексу — а также доступ к вашему портфелю. Каждый инструмент работает с бесплатным аккаунтом Flicker, в который вы входите один раз.

## 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/ru/mcp
Machine-readable index: https://flicker.finance/llms.txt · API: https://api.flicker.finance/docs/openapi.json · MCP: https://api.flicker.finance/mcp
