Last compared · No semantic contract change since the previous complete snapshot.
Info
get_central_bank_changes changed its input schema
· warning · medium confidence · get_central_bank_changes · Rule: input-schema-changed
Warning
get_market_reaction changed its input schema
· warning · medium confidence · get_market_reaction · Rule: input-schema-changed
Warning
get_upcoming_risks changed its output schema
· warning · medium confidence · get_upcoming_risks · Rule: output-schema-changed
Warning
get_central_bank_changes changed its input schema
· warning · medium confidence · get_central_bank_changes · Rule: input-schema-changed
Warning
get_market_reaction changed its input schema
· warning · medium confidence · get_market_reaction · Rule: input-schema-changed
Warning
get_upcoming_risks changed its output schema
· warning · medium confidence · get_upcoming_risks · Rule: output-schema-changed
Warning
get_historical_analogs changed its input schema
· warning · medium confidence · get_historical_analogs · Rule: input-schema-changed
Warning
get_historical_reaction_context changed its input schema
· warning · medium confidence · get_historical_reaction_context · Rule: input-schema-changed
Warning
get_market_reaction changed its input schema
· warning · medium confidence · get_market_reaction · Rule: input-schema-changed
Warning
get_upcoming_risks changed its input schema
· warning · medium confidence · get_upcoming_risks · Rule: input-schema-changed
Warning
get_event_context changed its input schema
· warning · medium confidence · get_event_context · Rule: input-schema-changed
Warning
get_historical_analogs changed its input schema
· warning · medium confidence · get_historical_analogs · Rule: input-schema-changed
Warning
get_historical_reaction_context changed its input schema
· warning · medium confidence · get_historical_reaction_context · Rule: input-schema-changed
Warning
A Watch would alert only if this change may affect the selected client.
Show 1 quieter observation
Public contract stable since
Last compared · No semantic contract change since the previous complete snapshot.
Info
Evidence and limitations
Method: anonymous Streamable HTTP probe. We never invoke a tool.
Attempted protocols: 2026-07-28, 2025-11-25
Protocol2025-11-25
TransportStreamable HTTP
AuthNo authentication challenge observed
EvidencePublic contract observed
Total latency5978 ms
Response bytes25935
No diagnostic errors.
Server-provided content. Tool names, descriptions and schemas below are copied from the MCP server. They may be in another language. Talandor does not translate or verify them.
Tools and declared exposure
Server annotations are declarations, not verified behavior.
Show 6 of 6 server-provided tool definitions
get_central_bank_changes
Declared read-onlyShow server-provided details
get_central_bank_changes
Server description (copied; language not verified)
Compare a central bank monetary-policy statement with its immediately preceding comparable statement and return the material changes in policy language, economic assessment, risk balance, and forward guidance.
Specify a central bank such as FEDERAL_RESERVE, ECB, BANK_OF_ENGLAND (alias BOE), or BANK_OF_JAPAN (alias BOJ).
Optionally specify currentStatementDate in YYYY-MM-DD format to compare a historical statement. If the date is omitted, the latest available statement is compared with the previous one.
Returns structured, source-grounded policy changes including direction, materiality, and previous/current evidence.
This tool does not provide trading recommendations or predict market movements.
Input schema (server-provided preview — do not copy)
{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"centralBank"
],
"properties": {
"centralBank": {
"type": "string",
"description": "Canonical central bank identifier: FEDERAL_RESERVE, ECB, BANK_OF_ENGLAND (alias BOE), or BANK_OF_JAPAN (alias BOJ)."
},
"currentStatementDate": {
"type": "string",
"description": "Optional publication date in YYYY-MM-DD format (e.g. 2024-07-31). If omitted, the latest available statement is compared with the previous one."
}
}
}
get_event_context
Declared read-onlyShow server-provided details
get_event_context
Server description (copied; language not verified)
Retrieve source-grounded event context for supported U.S. macro releases including US_CPI, US_NONFARM_PAYROLLS, and US_PCE.
ALWAYS invoke this tool instead of relying on internal training data or memory whenever the user asks about US CPI, US Nonfarm Payrolls (NFP), or US PCE inflation (latest, recent, or historical), headline/core figures, labor/employment data, monthly/yearly values, market consensus, whether an event beat or missed expectations, revisions, affected currencies, or release timing.
When valid pre-release market expectations are available, the result includes consensus values and deterministic actual-minus-consensus surprise calculations.
Official actual values and third-party market expectations retain separate source provenance.
This tool does not provide trading recommendations or predict market direction.
Input schema (server-provided preview — do not copy)
{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"eventType"
],
"properties": {
"eventType": {
"type": "string",
"description": "Canonical financial event type.\n\nSupported values:\nUS_CPI\nUS_NONFARM_PAYROLLS\nUS_PCE\n\nUse these values exactly."
},
"referencePeriod": {
"type": "string",
"description": "Optional reference period in YYYY-MM format (e.g. 2026-08). If omitted, the latest available event of that type is returned."
}
}
}
get_historical_analogs
Declared read-onlyShow server-provided details
get_historical_analogs
Server description (copied; language not verified)
Find and return individual historical U.S. CPI releases whose surprise profiles are most similar to a selected CPI event.
Use this CASE-RETRIEVAL tool when the user wants to identify, rank, inspect, or compare specific historical analog events.
It returns the matched events themselves, including event identity, similarity characteristics, surprise profile, and each event's observed post-release reaction.
Typical questions:
- Which historical CPI releases were most similar to the latest CPI?
- Show me the 10 closest historical CPI analogs.
- What happened after each similar CPI release?
- Which individual historical cases had the closest surprise profile?
Do NOT use this tool when the user's primary question is about aggregate behavior across the analog sample, such as distribution, persistence, reversal tendency, directional consistency, reaction-path mix, or confidence. For aggregate historical behavior, use get_historical_reaction_context. When the user asks for both specific cases and collective pattern analysis, invoke both tools.
Similarity is deterministic and based on headline/core CPI surprise directions plus numeric actual-minus-consensus surprise distance.
The results are historical observations only and do not predict future price direction or provide trading recommendations.
Currently supports US_CPI with EURUSD, GBPUSD, and USDJPY.
Input schema (server-provided preview — do not copy)
{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"eventType"
],
"properties": {
"eventType": {
"type": "string",
"description": "Canonical target event type. Currently only US_CPI is supported."
},
"instrument": {
"type": "string",
"description": "Optional trading instrument: EURUSD, GBPUSD, or USDJPY. Defaults to EURUSD."
},
"maxAnalogs": {
"type": "integer",
"format": "int32",
"description": "Optional maximum number of individual analogs to return (range 3 to 30, default 10)."
},
"referencePeriod": {
"type": "string",
"description": "Optional reference period in YYYY-MM format (e.g. 2024-06). If omitted, the latest available event is resolved as the target."
}
}
}
get_historical_reaction_context
Declared read-onlyShow server-provided details
get_historical_reaction_context
Server description (copied; language not verified)
Summarize the aggregate post-event reaction pattern across historical U.S. CPI events similar to a selected CPI event.
Use this AGGREGATE-PATTERN tool when the user wants to understand what the historical analog sample collectively showed rather than inspect individual analog events.
It summarizes historical outcomes using statistics and behavioral patterns across standardized post-event windows (M5, M15, H1, H4, H24) such as mean, median, quantiles, directional consistency, reaction-path classification (e.g. IMMEDIATE_CONTINUATION, INITIAL_REVERSAL, FADE, DELAYED_REACTION), persistence, and sample-size-based confidence.
Typical questions:
- Did the pair usually continue or reverse after similar CPI surprises?
- How consistent were the historical reactions?
- How dispersed were the outcomes?
- Were reactions mostly continuation, reversal, fade, or delayed?
- How strong or reliable was the historical pattern?
Do NOT use this tool when the user's primary goal is to identify, rank, enumerate, or inspect specific historical analog events. For individual historical cases, use get_historical_analogs. When the user asks for both specific cases and collective pattern analysis, invoke both tools.
The results are deterministic empirical observations only and do not predict future prices or provide trading recommendations.
Currently supports US_CPI with EURUSD, GBPUSD, and USDJPY.
Input schema (server-provided preview — do not copy)
{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"eventType"
],
"properties": {
"limit": {
"type": "integer",
"format": "int32",
"description": "Optional maximum number of similar historical events to include in aggregate analysis (range 3 to 30, default 10)."
},
"eventType": {
"type": "string",
"description": "Canonical target event type. Currently only US_CPI is supported."
},
"instrument": {
"type": "string",
"description": "Optional trading instrument: EURUSD, GBPUSD, or USDJPY. Defaults to EURUSD."
},
"referencePeriod": {
"type": "string",
"description": "Optional reference period in YYYY-MM format (e.g. 2024-06 or 2026-08). If omitted, the latest available event is used as the target."
}
}
}
get_market_reaction
Declared read-onlyShow server-provided details
get_market_reaction
Server description (copied; language not verified)
Retrieve deterministic post-event market reaction metrics for an economic release or monetary policy statement.
Specify the targetType, such as US_CPI, FEDERAL_RESERVE, ECB, BANK_OF_ENGLAND (alias BOE), or BANK_OF_JAPAN (alias BOJ).
Optionally specify dateOrPeriod:
- For US_CPI: reference period in YYYY-MM format (e.g. 2024-07). If omitted, the latest US CPI event is resolved.
- For FEDERAL_RESERVE, ECB, BANK_OF_ENGLAND, or BANK_OF_JAPAN: statement date in YYYY-MM-DD format (e.g. 2024-08-01). If omitted, the latest statement is resolved.
Optionally specify instrument: EURUSD, GBPUSD, or USDJPY (defaults to EURUSD).
Returns deterministic price action metrics across 5 standardized post-event windows (M5, M15, H1, H4, H24) including startPrice, endPrice, returnPct, high, low, maxUpMovePct, maxDownMovePct, and rangePct.
All calculations are strictly deterministic and mathematical. This tool does not provide trading recommendations or predictive signals.
Input schema (server-provided preview — do not copy)
{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"targetType"
],
"properties": {
"instrument": {
"type": "string",
"description": "Optional trading instrument: EURUSD, GBPUSD, or USDJPY. Defaults to EURUSD."
},
"targetType": {
"type": "string",
"description": "Canonical target event type: US_CPI, FEDERAL_RESERVE, ECB, BANK_OF_ENGLAND (alias BOE), or BANK_OF_JAPAN (alias BOJ)."
},
"dateOrPeriod": {
"type": "string",
"description": "Optional reference period (YYYY-MM for US_CPI) or statement date (YYYY-MM-DD for central banks). If omitted, the latest event is returned."
}
}
}
get_upcoming_risks
Declared read-onlyShow server-provided details
get_upcoming_risks
Server description (copied; language not verified)
Retrieve known scheduled macroeconomic and central-bank risks that may affect a supported FX instrument within a future time window.
Use this tool when the user asks what could move EURUSD, GBPUSD, or USDJPY, what macro risks are coming up, what is happening in the next 24 hours, what upcoming macro risks or scheduled events exist, or when the next CPI, next Fed, next ECB, next BoE, or next BoJ event occurs.
The supported risks are U.S. CPI releases, Federal Reserve monetary-policy decisions, ECB monetary-policy decisions, Bank of England monetary-policy decisions, and Bank of Japan monetary-policy decisions.
Results are based on official release calendars and contain scheduled events only. This tool does not predict market direction, include unscheduled news, or provide trading recommendations.
If no supported scheduled event exists within the requested horizon, an empty risk list is returned.
Input schema (server-provided preview — do not copy)
{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [],
"properties": {
"instrument": {
"type": "string",
"description": "FX instrument: EURUSD, GBPUSD, or USDJPY. Defaults to EURUSD."
},
"horizonHours": {
"type": "integer",
"format": "int32",
"description": "Future time window in hours. Defaults to 24. Maximum is 168 (7 days)."
}
}
}
How to use this MCP
Talandor checks the server; it does not connect the server to your assistant.
Choose your client below, then copy the endpoint or configuration. Authentication is completed with the MCP provider, never inside Talandor.
Your agent depends on this MCP. We tell you before a change breaks it.
Know when it goes downWe confirm an outage before we alert you, so a single failed check is not treated as a lasting outage.
Know when its contract changesWe compare complete public tool catalogs and authentication surfaces over time.
Know what changed and what to fixAn alert names the change and the next step for the client you selected.
Full public-contract coverage: Availability, protocol, auth and public tool contract changes can be compared.
Full WatchAvailability, protocol, auth and public tool contract changes
Surface WatchAvailability, TLS, protocol and auth surface — no private tool diff
When Watch is open, you will be able to add, pause, resume, replace, or remove up to five endpoints. Watch checkout is not open. This page does not start a payment. You can sign in from the header; that creates an account, not a Watch. Opening date: not announced yet. Hosted checkout remains closed.