# How to connect Finage to Claude Cowork

```json
{
  "title": "How to connect Finage to Claude Cowork",
  "toolkit": "Finage",
  "toolkit_slug": "finage",
  "framework": "Claude Cowork",
  "framework_slug": "claude-cowork",
  "url": "https://composio.dev/toolkits/finage/framework/claude-cowork",
  "markdown_url": "https://composio.dev/toolkits/finage/framework/claude-cowork.md",
  "updated_at": "2026-05-12T10:11:26.764Z"
}
```

## Introduction

Cowork is Anthropic's AI agent for knowledge work. Think of it as Claude Code for everything else. It works autonomously with your computer, local files, and applications to accomplish complex tasks.
This guide walks you through the easiest and most secure way to connect your Finage account to Cowork via Composio Connect, enabling it to show real-time quote for AAPL stock, summarize today's news for TSLA, get last week's price history for MSFT, and more such actions on your behalf without compromising your account security.

## Also integrate Finage with

- [ChatGPT](https://composio.dev/toolkits/finage/framework/chatgpt)
- [Antigravity](https://composio.dev/toolkits/finage/framework/antigravity)
- [OpenAI Agents SDK](https://composio.dev/toolkits/finage/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/finage/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/finage/framework/claude-code)
- [Codex](https://composio.dev/toolkits/finage/framework/codex)
- [Cursor](https://composio.dev/toolkits/finage/framework/cursor)
- [VS Code](https://composio.dev/toolkits/finage/framework/vscode)
- [OpenCode](https://composio.dev/toolkits/finage/framework/opencode)
- [OpenClaw](https://composio.dev/toolkits/finage/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/finage/framework/hermes-agent)
- [CLI](https://composio.dev/toolkits/finage/framework/cli)
- [Google ADK](https://composio.dev/toolkits/finage/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/finage/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/finage/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/finage/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/finage/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/finage/framework/crew-ai)

## Connect Finage to Claude Cowork

### Connecting Finage to Claude Cowork
1. Open Customize
In Claude Desktop, click Customize in the left sidebar, then select Connectors and click the + icon at the top.
2. Add the Composio MCP server
Click Add custom connector and paste in the Composio MCP server URL:

```bash
https://connect.composio.dev/mcp
```

## What is Claude Cowork?

Claude Cowork is Anthropic's agent for general knowledge work. It can use your computer, files, and connected applications to complete longer-running tasks across your work tools.
With Composio Connect, Cowork can securely access apps like Finage through MCP without you sharing account credentials directly with the agent.

## What is the Finage MCP server, and what's possible with it?

The Finage MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Finage account. It provides structured and secure access to real-time and historical financial market data, so your agent can perform actions like fetching live stock quotes, analyzing market trends, retrieving news, and monitoring market status on your behalf.
- Real-time stock quotes and market snapshots: Instantly get up-to-date price quotes, volume, bid/ask details, or aggregate snapshots for one or multiple stocks at once.
- Historical and end-of-day data retrieval: Have your agent pull detailed historical or end-of-day OHLCV data for any stock symbol to analyze trends or generate reports.
- Market news and updates analysis: Stay on top of the latest financial news, filtered by specific stocks, to inform investment decisions or research market events.
- Market status and exchange monitoring: Check if major stock markets are open or closed, review trading hours, and plan automated trades based on real-time market status.
- Tick-by-tick and previous close data access: Dive into granular tick-level trade data or review the previous day's close for any symbol to support high-frequency trading or day-over-day analysis.

## Supported Tools

| Tool slug | Name | Description |
|---|---|---|
| `FINAGE_CONVERT_CRYPTO` | Convert Cryptocurrencies | Tool to convert cryptocurrencies using real-time exchange rates from the Finage API. Use when you need to convert between different cryptocurrencies (e.g., BTC to ETH, USD to DOGE, SHIB to BTC). |
| `FINAGE_CONVERT_CURRENCY` | Convert Currency | Tool to convert currencies using real-time forex exchange rates from Finage API. Use when you need to convert an amount from one currency to another with current market rates. |
| `FINAGE_GET_BONDS_RATE` | Get US Treasury Bond Rate | Retrieve the current interest rate for a US Treasury bond by maturity. Returns the Federal Reserve's constant maturity Treasury (CMT) rate as a percentage. Useful for tracking benchmark interest rates, yield curve analysis, and financial market research. |
| `FINAGE_GET_COUNTRY_DETAIL` | Get Country Details | Tool to retrieve detailed information about a country including currency, phone code, and flag. Use when you need country metadata for financial or geographical context. |
| `FINAGE_GET_CRYPTO_AGGREGATES` | Get Crypto Aggregates | Tool to retrieve aggregated OHLCV time-series data for cryptocurrency pairs over specified time periods. Use when you need historical tick bars (candlestick data) for crypto trading pairs with customizable timeframes. |
| `FINAGE_GET_CRYPTO_DETAIL` | Get Crypto Detail | Tool to get detailed fundamental information about a cryptocurrency including description, developers, website, social media links, and technical details. Use when you need comprehensive background information about a cryptocurrency beyond just price data. |
| `FINAGE_GET_CRYPTO_DETAILED` | Get Detailed Crypto Information | This tool fetches detailed cryptocurrency information including current price, price changes, volume, market cap, and historical highs/lows for a specific cryptocurrency pair. Use when comprehensive crypto market data is needed beyond basic price quotes. |
| `FINAGE_GET_CRYPTO_LAST_QUOTE` | Get Crypto Last Quote | Tool to get the last quote with bid/ask prices in real-time for a cryptocurrency pair. Use when you need current market data for crypto trading pairs including bid/ask spreads and order sizes. |
| `FINAGE_GET_CRYPTO_LAST_TRADE` | Get Crypto Last Trade | Tool to get the latest trade information and prices in real-time for a cryptocurrency pair. Use when you need current pricing data for cryptocurrencies like Bitcoin, Ethereum, or other digital assets. |
| `FINAGE_GET_CRYPTO_NEWS` | Get Crypto News | Tool to retrieve real-time and historical news for cryptocurrency markets with fast In-Memory Cache Engine. Use when you need crypto market news, updates on cryptocurrencies, or research on crypto trends for a specific symbol. |
| `FINAGE_GET_CRYPTO_PREVIOUS_CLOSE` | Get Crypto Previous Close Data | Tool to get the previous day's closing data for a cryptocurrency pair. Use when you need historical end-of-day data including opening price, highest price, lowest price, closing price, trading volume, and timestamp for crypto pairs. |
| `FINAGE_GET_CRYPTO_SNAPSHOT` | Get Crypto Snapshot | Tool to get a comprehensive snapshot of cryptocurrency market data with latest quotes and trades in one request. Use when you need broad crypto market coverage or real-time data for multiple cryptocurrency pairs simultaneously. |
| `FINAGE_GET_CURRENCY_DETAIL` | Get Currency Detail | Tool to get detailed information about a forex currency pair including currency codes and country flags. Use when you need to retrieve metadata about a specific currency pair such as the base and quote currencies. |
| `FINAGE_GET_FOREX_LAST_QUOTE` | Get Forex Last Quote | Tool to get the latest real-time bid/ask quote for a forex pair or metal (e.g., GBPUSD, XAUUSD). Use when you need current market data for forex trading pairs or commodities including bid/ask spreads. |
| `FINAGE_GET_FOREX_LAST_TRADE` | Get Forex Last Trade | Tool to get the last trade information for a forex currency pair. Use when you need current price data for forex trading pairs like EURUSD or GBPUSD. |
| `FINAGE_GET_FOREX_MARKET_AGGREGATES` | Get Forex Market Aggregates | Tool to retrieve aggregated OHLCV (Open, High, Low, Close, Volume) data for forex and metal pairs over specified time periods. Use when you need historical or intraday bars for forex pairs (e.g., GBPUSD, EURUSD) or metals (e.g., XAUUSD for gold). Supports multiple timeframes from minute-level to yearly aggregations for trends, highs/lows, and backtesting use cases. |
| `FINAGE_GET_FOREX_NEWS` | Get Forex News | Tool to retrieve real-time and historical news for forex markets from Finage's API. Use when you need forex market news, currency updates, or research on forex trends for a specific currency symbol. |
| `FINAGE_GET_FOREX_PREVIOUS_CLOSE` | Get Forex Previous Close Data | Tool to get the previous day's closing data for a forex currency pair. Use when you need historical end-of-day data including opening price, highest price, lowest price, closing price, trading volume, and timestamp for forex pairs. |
| `FINAGE_GET_FOREX_SNAPSHOT` | Get Forex Snapshot | Tool to get a comprehensive snapshot of forex market data with latest quotes and trades in one request. Use when you need broad forex market coverage or real-time data for multiple currency pairs simultaneously. |
| `FINAGE_GET_MOST_ACTIVE_STOCKS` | Get Most Active US Stocks | Tool to get a list of the most actively traded US stocks. Use when you need to identify which stocks are experiencing the highest trading volume in the current market session. |
| `FINAGE_GET_SEC_RSS_FEED` | Get SEC RSS Feed | Tool to retrieve the SEC RSS feed for recent EDGAR filings. Use when you need information about recent SEC filings including title, date, link, CIK, form type, and ticker symbol. |
| `FINAGE_GET_SECTOR_PERFORMANCE` | Get Sector Performance | Tool to retrieve performance metrics across US market sectors. Use when you need to analyze sector-level market trends or compare performance across different industries. |
| `FINAGE_GET_STOCK_COMPANY_DETAILS` | Get Stock Company Details | Tool to retrieve detailed company information and stock fundamentals for a given ticker symbol. Use when you need comprehensive information about a company including CEO, description, industry, sector, market cap, employee count, and headquarters details. |
| `FINAGE_GET_STOCK_LAST_QUOTE` | Get Stock Last Quote | Fetches the latest single-tick quote for a stock symbol, returning a JSON object with fields: symbol, ask, bid, asize, bsize, and timestamp. Suitable for real-time trading and market analysis. During pre/post-market or closed sessions, the returned quote may be stale — always compare the timestamp field against current UTC before treating data as live. Returns only the latest tick; not a substitute for historical or charted series data. Rate-limited: throttle to 2–5 requests/second and honor Retry-After headers on HTTP 429. |
| `FINAGE_GET_STOCK_LAST_TRADE` | Get Stock Last Trade | Tool to get the most recent trade information for a specified US stock symbol. Use when you need real-time price and volume data from the latest executed trade. |
| `FINAGE_GET_STOCK_MARKET_AGGREGATES` | Get Stock Market Aggregates | Retrieves aggregated OHLCV (Open, High, Low, Close, Volume) data for US stocks only. Supports stock symbols like AAPL, MSFT, GOOGL. Does NOT support forex pairs (EUR/USD, GBP/USD), commodities (XAU/USD for gold), or cryptocurrencies - those require separate forex/crypto endpoints. All returned timestamps are in UTC. |
| `FINAGE_GET_STOCK_MARKET_NEWS` | Get Stock Market News | This tool retrieves the latest market news from Finage's API. It provides comprehensive market news and updates, including news filtering by specific stock symbols, thereby supporting real-time market insights, investment decisions, and research on market trends. |
| `FINAGE_GET_STOCK_MARKET_STATUS` | Get Stock Market Status | Tool to check if stock, forex, and crypto markets are open, closed, or in extended hours. Use when you need to determine current market status with optional country, holidays, and trading hours information. |
| `FINAGE_GET_STOCK_PREVIOUS_CLOSE` | Get Stock Previous Close Data | This tool retrieves the previous day's closing data for a specific stock symbol. It provides essential trading information including the opening price, highest price, lowest price, closing price, trading volume, and timestamp for the previous trading day. It complements other Finage tools by offering detailed previous day data, which is useful for computing day-over-day change and informing daily trading analysis. REQUIRED PARAMETERS: - symbol: A valid stock ticker symbol (e.g., 'AAPL', 'MSFT', 'GOOGL'). You MUST provide this parameter. OPTIONAL PARAMETERS: - date: Specific date in YYYY-MM-DD format for historical data - unadjusted: Boolean to control whether prices are adjusted for splits |
| `FINAGE_GET_STOCK_SNAPSHOT` | Get Stock Snapshot | Tool to get comprehensive snapshot of all US stock market data including latest quotes and trades with one single API request. Use when you need current market data for multiple stocks efficiently. |
| `FINAGE_GET_TECHNICAL_INDICATORS` | Get Technical Indicators | Tool to get technical indicators and signals for stocks from Finage API. Use when you need to analyze stock trends with technical indicators like moving averages (SMA, EMA, WMA), momentum indicators (RSI, Williams %R), or trend indicators (ADX). Returns historical OHLCV data along with calculated indicator values. |
| `FINAGE_GET_TOP_GAINERS` | Get Top Gaining US Stocks | Tool to get list of top gaining US stocks by percentage change. Use when you need to identify the best performing stocks in the US market. Returns symbol, price, change amount, change percentage, and company name for each stock. |
| `FINAGE_GET_TOP_LOSERS` | Get Top Losing US Stocks | Tool to get list of top losing US stocks by percentage change. Use when you need to identify the worst performing stocks in the US market. Returns symbol, price, change amount, change percentage, and company name for each stock. |
| `FINAGE_LIST_CRYPTOCURRENCIES` | List Cryptocurrencies by Market Cap | Tool to get a list of all available cryptocurrencies ranked by market capitalization. Use when you need to discover cryptocurrencies by market cap, find top crypto assets, or browse paginated crypto data. Results can be sorted by market cap in ascending or descending order. |
| `FINAGE_LIST_SYMBOLS` | List Symbols by Market Type | Tool to get a paginated list of all available symbols for a specified market type (us-stock, ca-stock, in-stock, ru-stock, forex, crypto, index). Use when you need to discover available symbols for trading, search for specific symbols by name or ticker, or browse symbols by market category. Supports pagination for large result sets and optional search filtering. |
| `FINAGE_SEARCH_COUNTRY` | Search Country | Tool to search for countries by name and retrieve their details including country code, currency, flag, and phone code. Use when you need to find country information based on a partial or full country name match. |
| `FINAGE_SEARCH_CRYPTOCURRENCY` | Search Cryptocurrency | Tool to search for cryptocurrencies by name or symbol. Use when you need to find cryptocurrency information, discover available crypto symbols, or validate cryptocurrency identifiers. |
| `FINAGE_SEARCH_CURRENCY` | Search Currency | Tool to search for currency pairs and forex symbols by currency code or partial match. Use when you need to discover available currency pairs, find forex symbols, or search for currencies by code (e.g., USD, EUR). |
| `FINAGE_SEARCH_MARKET` | Search Market for Stocks | Tool to search for stocks in a specific market by company name or symbol. Use when you need to find stock symbols by partial matches, discover available stocks, or look up ticker symbols by company name. |

## Supported Triggers

None listed.

## Creating MCP Server - Stand-alone vs Composio SDK

The Finage MCP server connects Claude Cowork to your Finage account through Composio. Once connected, Cowork can use the available Finage tools and triggers to complete tasks on your behalf.

## Complete Code

None listed.

## How to build Finage MCP Agent with another framework

- [ChatGPT](https://composio.dev/toolkits/finage/framework/chatgpt)
- [Antigravity](https://composio.dev/toolkits/finage/framework/antigravity)
- [OpenAI Agents SDK](https://composio.dev/toolkits/finage/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/finage/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/finage/framework/claude-code)
- [Codex](https://composio.dev/toolkits/finage/framework/codex)
- [Cursor](https://composio.dev/toolkits/finage/framework/cursor)
- [VS Code](https://composio.dev/toolkits/finage/framework/vscode)
- [OpenCode](https://composio.dev/toolkits/finage/framework/opencode)
- [OpenClaw](https://composio.dev/toolkits/finage/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/finage/framework/hermes-agent)
- [CLI](https://composio.dev/toolkits/finage/framework/cli)
- [Google ADK](https://composio.dev/toolkits/finage/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/finage/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/finage/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/finage/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/finage/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/finage/framework/crew-ai)

## Related Toolkits

- [Stripe](https://composio.dev/toolkits/stripe) - Stripe is a global online payments platform offering APIs for managing payments, customers, and subscriptions. Trusted by businesses for secure, efficient, and scalable payment processing worldwide.
- [Alpha vantage](https://composio.dev/toolkits/alpha_vantage) - Alpha Vantage is a financial data platform offering real-time and historical stock market APIs. Get instant, reliable access to equities, forex, and technical analysis data for smarter trading decisions.
- [Altoviz](https://composio.dev/toolkits/altoviz) - Altoviz is a cloud-based billing and invoicing platform for businesses. It streamlines online payments, expense tracking, and customizable invoice management.
- [Benzinga](https://composio.dev/toolkits/benzinga) - Benzinga provides real-time financial news and data APIs for market coverage. It helps you track breaking news and actionable market insights instantly.
- [Brex](https://composio.dev/toolkits/brex) - Brex provides corporate credit cards and spend management tailored for startups and tech businesses. It helps optimize company cash flow, streamline accounting, and accelerate business growth.
- [Chaser](https://composio.dev/toolkits/chaser) - Chaser is accounts receivable automation software that sends invoice reminders and helps businesses get paid faster. It streamlines the collections process to save time and improve cash flow.
- [Clientary](https://composio.dev/toolkits/clientary) - Clientary is a platform for managing clients, invoices, projects, proposals, and more. It streamlines client work and saves you serious admin time.
- [Coinbase](https://composio.dev/toolkits/coinbase) - Coinbase is a platform for buying, selling, and storing cryptocurrency. It makes exchanging and managing crypto simple and secure for everyone.
- [Coinranking](https://composio.dev/toolkits/coinranking) - Coinranking is a comprehensive cryptocurrency market data platform offering access to real-time coin prices, market caps, and historical data. Get accurate, up-to-date stats for thousands of digital assets in one place.
- [Coupa](https://composio.dev/toolkits/coupa) - Coupa is a business spend management platform for procurement, invoicing, and expenses. It helps organizations streamline purchasing, control costs, and gain complete visibility over financial operations.
- [CurrencyScoop](https://composio.dev/toolkits/currencyscoop) - CurrencyScoop is a developer-friendly API for real-time and historical currency exchange rates. Easily access fiat and crypto data for smart, up-to-date financial applications.
- [Daffy](https://composio.dev/toolkits/daffy) - Daffy is a modern charitable giving platform with a donor-advised fund. Easily set aside funds, grow them tax-free, and donate to over 1.7 million U.S. charities.
- [Eagle doc](https://composio.dev/toolkits/eagle_doc) - Eagle doc is an AI-powered OCR API for invoices and receipts. It delivers fast, reliable, and accurate document data extraction for seamless automation.
- [Elorus](https://composio.dev/toolkits/elorus) - Elorus is an online invoicing and time-tracking software for freelancers and small businesses. Easily manage finances, bill clients, and track work in one place.
- [Eodhd apis](https://composio.dev/toolkits/eodhd_apis) - Eodhd apis delivers comprehensive financial data, including live and historical stock prices, via robust APIs. Easily access reliable, up-to-date market insights to power your apps, dashboards, and analytics.
- [Fidel api](https://composio.dev/toolkits/fidel_api) - Fidel api is a secure platform for linking payment cards to web and mobile apps. It enables real-time card transaction monitoring and event-based automation for businesses.
- [Finmei](https://composio.dev/toolkits/finmei) - Finmei is an invoicing tool that simplifies billing, invoice management, and expense tracking. Ideal for automating and organizing your business finances in one place.
- [Fixer](https://composio.dev/toolkits/fixer) - Fixer is a currency data API offering real-time and historical exchange rates for 170 currencies. Instantly access accurate, up-to-date forex data for your applications and workflows.
- [Fixer io](https://composio.dev/toolkits/fixer_io) - Fixer.io is a lightweight API for real-time and historical foreign exchange rates. It makes global currency conversion fast, accurate, and hassle-free.
- [Flutterwave](https://composio.dev/toolkits/flutterwave) - Flutterwave is a global payments platform enabling businesses to accept and send payments across Africa and beyond. Its robust APIs simplify cross-border transactions and financial operations.

## Frequently Asked Questions

### What are the differences in Tool Router MCP and Finage MCP?

With a standalone Finage MCP server, the agents and LLMs can only access a fixed set of Finage tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from Finage and many other apps based on the task at hand, all through a single MCP endpoint.

### Can I use Tool Router MCP with Claude Cowork?

Yes, you can. Claude Cowork fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right Finage tools.

### Can I manage the permissions and scopes for Finage while using Tool Router?

Yes, absolutely. You can configure which Finage scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

### How safe is my data with Composio Tool Router?

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your Finage data and credentials are handled as safely as possible.

---
[See all toolkits](https://composio.dev/toolkits) · [Composio docs](https://docs.composio.dev/llms.txt)
