Skip to main content
Feedback

Polygon MCP connector

Polygon is a financial data API that provides real-time and historical market data for stocks, options, forex, and cryptocurrencies. The Polygon MCP connector allows AI agents to retrieve available companies and currencies, access historical aggregates, quotes, trades, and forex ticks, and query the latest trades and quotes for specific symbols or currency pairs. It also supports analyzing historical market trends and monitoring real-time financial instrument activity across multiple asset classes.

Authentication type

  • API Key - Requires a static API key to be configured before the agent can connect to the service.

Uses

Use the Polygon MCP connector to perform the following actions:

  • Track real-time stock prices to inform automated trading decisions
  • Monitor cryptocurrency market data across multiple exchanges
  • Build forex trading alerts based on current currency pair quotes
  • Analyze historical price aggregates for technical analysis workflows
  • Retrieve options market data to assess hedging strategies
  • Compare last trade prices across symbols for portfolio rebalancing
  • Validate available trading instruments before executing orders
  • Stream historical trade and quote data for compliance reporting

Example prompts

Use the following example prompts to invoke Polygon MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Show me the last trade price for Apple stock in Polygon.
  • What currencies are available for trading in Polygon right now?
  • Get historical aggregate data for Bitcoin over the past month from Polygon.
  • Retrieve the latest quote for the EUR/USD currency pair in Polygon.
  • List all companies available in Polygon so I can select stocks to monitor.
  • Find the last 100 trades for Tesla in Polygon from yesterday.
  • What was the closing quote for Microsoft stock at the end of last week in Polygon?
  • Get historical forex tick data for GBP/JPY for the past week in Polygon.
  • Show me the current bid-ask spread for Apple in Polygon.
  • Retrieve all historical quotes for gold futures in Polygon.

Polygon MCP connector tools

The Polygon MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
getV1CompaniesRetrieves a list of available companies with their identifying information.
getV1CurrenciesRetrieves a list of available currency pairs for trading.
getV1HistoricAggRetrieves historical aggregate price data for a specified security.
getV1HistoricForexRetrieves historical tick-by-tick forex transaction data.
getV1HistoricQuotesRetrieves historical bid-ask quote data for a specified security.
getV1HistoricTradesRetrieves historical trade-by-trade transaction data for a specified security.
getV1LastCurrenciesRetrieves the most recent trade price for a currency pair.
getV1LastStocksRetrieves the most recent trade price for a stock symbol.
getV1LastQuoteCurrenciesRetrieves the most recent bid-ask quote for a currency pair.
getV1LastQuoteStocksRetrieves the most recent bid-ask quote for a stock symbol.
On this Page