{"name":"com.coco-pier/fx-context","slug":"coco-pier-fx-context","title":"FX Context","description":"Source-grounded FX macro context for CPI, NFP, PCE, central banks, and market reactions.","url":"https://mcp.market/server/coco-pier-fx-context","rating":null,"grade":"C","score":56,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://fx.coco-pier.com","version":"0.2.1","remotes":[{"type":"streamable-http","url":"https://fx.coco-pier.com/mcp"}],"packages":[],"tools":[{"name":"get_central_bank_changes","description":"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.\n\nSpecify a central bank such as FEDERAL_RESERVE or ECB.\n\nOptionally 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.\n\nReturns structured, source-grounded policy changes including direction, materiality, and previous/current evidence.\n\nThis tool does not provide trading recommendations or predict market movements.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"centralBank":{"type":"string","description":"Canonical central bank identifier, for example FEDERAL_RESERVE or ECB."},"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."}},"required":["centralBank"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_event_context","description":"Retrieve source-grounded event context for supported U.S. macro releases including US_CPI, US_NONFARM_PAYROLLS, and US_PCE.\n\nALWAYS 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.\n\nWhen valid pre-release market expectations are available, the result includes consensus values and deterministic actual-minus-consensus surprise calculations.\n\nOfficial actual values and third-party market expectations retain separate source provenance.\n\nThis tool does not provide trading recommendations or predict market direction.","write_action":false,"price_micros":0,"input_schema":{"type":"object","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."}},"required":["eventType"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_historical_analogs","description":"Find and return individual historical U.S. CPI releases whose surprise profiles are most similar to a selected CPI event.\n\nUse this CASE-RETRIEVAL tool when the user wants to identify, rank, inspect, or compare specific historical analog events.\n\nIt returns the matched events themselves, including event identity, similarity characteristics, surprise profile, and each event's observed EURUSD post-release reaction.\n\nTypical questions:\n- Which historical CPI releases were most similar to the latest CPI?\n- Show me the 10 closest historical CPI analogs.\n- What happened after each similar CPI release?\n- Which individual historical cases had the closest surprise profile?\n\nDo 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.\n\nSimilarity is deterministic and based on headline/core CPI surprise directions plus numeric actual-minus-consensus surprise distance.\n\nThe results are historical observations only and do not predict future price direction or provide trading recommendations.\n\nCurrently supports US_CPI and EURUSD.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"eventType":{"type":"string","description":"Canonical target event type. Currently only US_CPI is supported."},"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."},"instrument":{"type":"string","description":"Optional trading instrument. Defaults to EURUSD."},"maxAnalogs":{"type":"integer","format":"int32","description":"Optional maximum number of individual analogs to return (range 3 to 30, default 10)."}},"required":["eventType"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_historical_reaction_context","description":"Summarize the aggregate EURUSD reaction pattern across historical U.S. CPI events similar to a selected CPI event.\n\nUse this AGGREGATE-PATTERN tool when the user wants to understand what the historical analog sample collectively showed rather than inspect individual analog events.\n\nIt 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.\n\nTypical questions:\n- Did EURUSD usually continue or reverse after similar CPI surprises?\n- How consistent were the historical reactions?\n- How dispersed were the outcomes?\n- Were reactions mostly continuation, reversal, fade, or delayed?\n- How strong or reliable was the historical pattern?\n\nDo 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.\n\nThe results are deterministic empirical observations only and do not predict future prices or provide trading recommendations.\n\nCurrently supports US_CPI and EURUSD.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"eventType":{"type":"string","description":"Canonical target event type. Currently only US_CPI is supported."},"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."},"instrument":{"type":"string","description":"Optional trading instrument. Defaults to EURUSD."},"limit":{"type":"integer","format":"int32","description":"Optional maximum number of similar historical events to include in aggregate analysis (range 3 to 30, default 10)."}},"required":["eventType"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_market_reaction","description":"Retrieve deterministic post-event market reaction metrics for an economic release or monetary policy statement.\n\nSpecify the targetType, such as US_CPI, FEDERAL_RESERVE, or ECB.\n\nOptionally specify dateOrPeriod:\n- For US_CPI: reference period in YYYY-MM format (e.g. 2024-07). If omitted, the latest US CPI event is resolved.\n- For FEDERAL_RESERVE or ECB: statement date in YYYY-MM-DD format (e.g. 2024-07-31). If omitted, the latest statement is resolved.\n\nOptionally specify instrument (defaults to EURUSD).\n\nReturns 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.\n\nAll calculations are strictly deterministic and mathematical. This tool does not provide trading recommendations or predictive signals.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"targetType":{"type":"string","description":"Canonical target event type: US_CPI, FEDERAL_RESERVE, or ECB."},"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."},"instrument":{"type":"string","description":"Optional trading instrument. Defaults to EURUSD."}},"required":["targetType"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_upcoming_risks","description":"Retrieve known scheduled macroeconomic and central-bank risks that may affect a supported FX instrument within a future time window.\n\nUse this tool when the user asks what could move EURUSD, 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, or next ECB event occurs.\n\nThe initial supported risks are U.S. CPI releases, Federal Reserve monetary-policy decisions, and ECB monetary-policy decisions.\n\nResults 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.\n\nIf no supported scheduled event exists within the requested horizon, an empty risk list is returned.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"instrument":{"type":"string","description":"FX instrument. Defaults to EURUSD."},"horizonHours":{"type":"integer","format":"int32","description":"Future time window in hours. Defaults to 24. Maximum is 168 (7 days)."}},"required":[],"$schema":"https://json-schema.org/draft/2020-12/schema"}}],"scan":{"score":56,"grade":"C","scanned_at":"2026-09-19T09:52:35.231Z","report":{"scannerVersion":"0.1.3","scannedAt":"2026-09-19T09:52:35.192Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":17,"max":20,"notes":["remote reachable in 2293ms"]},"poisoning":{"score":15,"max":15,"notes":["6 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://fx.coco-pier.com/mcp","reachable":true,"authRequired":false,"latencyMs":2293,"serverInfo":{"name":"fxcontext","version":"0.2.1"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://fx.coco-pier.com/favicon.svg","source":"site"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}