Get API key

AtlasFeed MCP

Market data and feed metadata inside PrivateMind. Real-time snapshots, tick history, and feed change calendars via the AtlasFeed MCP.

AtlasFeed MCP connects your PrivateMind chats to Activ Financial market data. Two sets of tools: live market data and feed metadata from the AtlasFeed support site.

Adding it to your chat

Click Add Context beneath the text input, then Select from LibraryOptions IT, pick AtlasFeed, and click Add selected. It shows in green when active.

Market data tools

These pull directly from the Activ Financial market data infrastructure. They need AtlasFeed symbology. If you give a ticker without an exchange code, the snapshot falls back to US composite data.

snapshot

Current market data for a symbol. Returns price, volume, and other fields.

Sample queries:

  • "Get me the current price for Nvidia."
  • "What does AAPL look like right now?"
  • "Fetch me the Bid, BidTime, Ask, AskTime and QuoteDate fields for VOD.L"

time_series_ticks

The last n ticks for a symbol. Good for intraday analysis.

Optional tick filters: regular-trades, non-regular-trades, trades, trade-cancels-and-corrections, all-trades, luld-and-trading-status, bids, asks, quotes, quotes-and-trades.

Sample queries:

  • "Show me the last 10 trades for Microsoft"
  • "Fetch the last 5 ticks for VOD.L"
  • "Fetch the last 8 quotes for Nvidia"

time_series_history

Historical daily bar data for a symbol.

Sample queries:

  • "What was Apple's price history over the last 5 days?"
  • "Fetch me the last weeks history for NVDA"

get_current_time

A convenience tool for relative time references like "next week" or "in 2 hours". The model uses it when the user asks time-sensitive questions.

Sample queries:

  • "What feed changes are coming up next week?"

Feed information tools

These query the AtlasFeed support site for feed specs and change calendars.

feedinfo_feed_summary

List feeds with basic info: ID, name, product, region, environment availability.

Sample queries:

  • "What European feeds are available?"
  • "Tell me what ICE futures feeds are available."

feedinfo_feed_detail

Detailed feed info: entity types, tables, exchanges, permissions, holidays, spec details.

Sample queries:

  • "Tell me about the Trade Conditions for feeds Cta and Utp"
  • "What are upcoming holiday days for the feed Lse?"

feedinfo_feedchanges

Feed changes filtered by feed or date range. Returns announcements, go-live dates, impact assessments.

Sample queries:

  • "What feed changes are scheduled for this month?"
  • "Are there any feed changes going live next Monday?"
  • "Show me any upcoming feed changes for the feed Utp"

Where next

  • Chat for how to add and manage sources in a conversation
  • Tool use for how the model decides when to call these tools