Finage MCP integration for AI agents.

Connect AI agents to Finage through 6 structured actions, including get aggregates, get previous close, and get last quote. Review authentication, inputs, wo…

ACTION CONTRACTS
6
AUTHENTICATION
API key
SOURCE STATUS
Provider-backed

CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE

CAPABILITY PROFILE

What the Finage integration exposes

The Finage Agent App exposes 6 provider-backed actions for finance and data work. Its current contract lets an authorized agent get finage ohlcv aggregate bars for a u.s. stock over a date range, get the previous close aggregate bar for a single finage u.s. stock symbol, and get the latest finage quote for a single u.s. stock symbol. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.

A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.

For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected Finage account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.

VERIFIED ACTION SAMPLE

Real Finage capabilities.

Showing 6 of 6 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.

get_aggregatesREAD

Get Finage OHLCV aggregate bars for a U.S. stock over a date range.

INPUTS: symbol / multiplier / timespan / dateFrom / dateTo

get_previous_closeHIGH IMPACT

Get the previous close aggregate bar for a single Finage U.S. stock symbol.

INPUTS: symbol

get_last_quoteREAD

Get the latest Finage quote for a single U.S. stock symbol.

INPUTS: symbol

get_last_tradeREAD

Get the latest Finage trade for a single U.S. stock symbol.

INPUTS: symbol

get_snapshotREAD

Get a Finage stock snapshot for a bounded list of U.S. stock symbols, including quotes, trades, or both.

INPUTS: symbols / includeQuotes / includeTrades

list_stock_symbolsREAD

List Finage U.S. stock symbols with optional page and search filters.

INPUTS: page / search

INPUT CONTRACTS

Know what the action needs before it runs.

get_aggregates

symbolREQUIRED
U.S. stock symbol to aggregate.
multiplierREQUIRED
Positive bar multiplier used by the Finage aggregate endpoint.
timespanREQUIRED
Aggregation interval unit supported by Finage.
dateFromREQUIRED
Inclusive start date in YYYY-MM-DD format.
dateToREQUIRED
Inclusive end date in YYYY-MM-DD format.

get_previous_close

symbolREQUIRED
U.S. stock symbol to request from Finage.

get_last_quote

symbolREQUIRED
U.S. stock symbol to request from Finage.

get_last_trade

symbolREQUIRED
U.S. stock symbol to request from Finage.

PROVIDER-SPECIFIC WORKFLOWS

Jobs this Agent App can support

Inspect Get Aggregates

Get Finage OHLCV aggregate bars for a U.S. stock over a date range. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.

get_aggregates

Control Get Previous Close

Get the previous close aggregate bar for a single Finage U.S. stock symbol. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.

get_previous_close

Verify with Get Last Quote

Get the latest Finage quote for a single U.S. stock symbol. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.

get_last_quote

SAFETY BOUNDARY

Operate Finage with explicit limits

  • Authorize Finage with API key and grant only the provider access required by the selected actions.
  • 1 action is change-capable by name. Confirm the target identity and material parameters before allowing a write.
  • Treat `get_previous_close` as high-impact operations and require an explicit approval boundary.
  • No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in Finage rather than assuming unrestricted access.
  • After a call, inspect the structured result and execution record before reporting that the Finage task completed successfully.

CONNECTION MODEL

API key

Finage API key passed as the apikey query parameter. Register or manage your key in the Finage Moon dashboard: https://moon.finage.co.uk/register.

Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.

READ SIGNALS
5
WRITE SIGNALS
0
HIGH IMPACT
1
REVIEW SIGNALS
0

EVIDENCE AND AVAILABILITY

Provider reference

Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by Finage.

Official Finage website

ONE CONNECTION. REAL WORK.

Give your agent software it can use.

Connect through MCP or explore the Agent App catalog and choose only the capabilities your workflow needs.

EXPLORE AGENT APPS