Financial

Finage MCP Server

Use Studio chat to drive this server — credentials stay in your workspace.

Finage provides real-time and historical market data for stocks, forex, and cryptocurrency through a REST API. Get live quotes, OHLCV bars, and previous close data for US stocks, 3500+ forex pairs, and crypto markets.

10 tools
Agent guide included
API Key
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Finage — workflow patterns, data models, and gotchas for your AI agent.

Finage

Finage provides real-time and historical market data for stocks, forex, and crypto via a REST API.

Data Model

Stocks
  • Quote — real-time bid/ask with sizes and timestamp. Symbol format: ticker (e.g., AAPL, MSFT, GOOGL).
  • Trade — last executed trade with price, size, timestamp.
  • Bars — historical OHLCV candles. Timespans: minute, hour, day, week, month, quarter, year. Configurable multiplier (e.g., 5-minute, 4-hour).
  • Previous Close — last completed session's OHLCV + volume.
Forex
  • Quote — real-time bid/ask. Symbol format: concatenated pair without separator (e.g., EURUSD, GBPJPY). 3500+ pairs including majors, minors, exotics.
  • Bars — historical OHLCV. 10+ years of data available.
  • Previous Close — last completed session OHLCV.
Crypto
  • Price — real-time last trade price. Symbol format: concatenated pair (e.g., BTCUSD, ETHUSD, SOLUSD).
  • Bars — historical OHLCV candles.
  • Previous Close — last completed session OHLCV.

Gotchas

  • Symbol format — no separators. Stocks: AAPL. Forex: EURUSD (not EUR/USD). Crypto: BTCUSD (not BTC-USD).
  • Date format — bars require from_date and to_date in YYYY-MM-DD format.
  • OHLCV fields — bar results use single-letter keys: o (open), h (high), l (low), c (close), v (volume), t (timestamp as epoch ms).
  • No market hours awareness — stock quotes return the last known price even when markets are closed.

Tools in this Server (10)

Finage Crypto Bars

Get historical OHLCV bars for a cryptocurrency pair over a date range. Returns open, high, low, close, volume for each bar.

Finage Crypto Prev Close

Get the previous session's OHLCV data for a cryptocurrency pair. Returns open, high, low, close, and volume.

Finage Crypto Price

Get the real-time price for a cryptocurrency trading pair. Returns current price and timestamp.

Finage Forex Bars

Get historical OHLCV bars for a forex currency pair over a date range. Returns open, high, low, close, volume for each bar. Over 10 years of historica...

Finage Forex Prev Close

Get the previous session's OHLCV data for a forex currency pair. Returns open, high, low, close, and volume for the most recent completed trading sess...

Finage Forex Quote

Get the real-time bid/ask quote for a forex currency pair. Returns current bid, ask, and timestamp. Supports 3500+ currency pairs including majors, mi...

Finage Stock Bars

Get historical OHLCV bars for a US stock over a date range. Returns open, high, low, close, volume, and timestamp for each bar. Supports minute throug...

Finage Stock Prev Close

Get the previous trading day's OHLCV data for a US stock. Returns open, high, low, close, and volume for the most recent completed trading session.

Finage Stock Quote

Get the real-time bid/ask quote for a US stock. Returns current bid price, ask price, bid size, ask size, and timestamp. Use for live pricing and spre...

Finage Stock Trade

Get the last executed trade for a US stock. Returns the trade price, size, and timestamp. Use for most recent execution price rather than bid/ask spre...

Frequently Asked Questions

What is the Finage MCP server?

Finage provides real-time and historical market data for stocks, forex, and cryptocurrency through a REST API. Get live quotes, OHLCV bars, and previous close data for US stocks, 3500+ forex pairs, and crypto markets. It provides 10 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Finage to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/finage. Authentication is handled automatically.

How many tools does Finage provide?

Finage provides 10 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Finage require?

Finage uses API Key. Finage requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Finage to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/finage

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to chat with Finage?

Same flow: Studio opens on this server after sign-in. Keep chatting to call tools from the conversation.

Finage MCP Server & Skill — 10 Tools