Skip to main content
Glama

ForexFactory MCP Server

by kjpou1

my-ffcal_get_calendar_events

Retrieve ForexFactory economic calendar events for specified time periods to support trading analysis and workflow integration.

Instructions

Retrieve ForexFactory calendar events for a given time period or custom date range.Valid time_period values include: today, tomorrow, yesterday, this_week, next_week, last_week, this_month, next_month, last_month, custom.

Input Schema

NameRequiredDescriptionDefault
end_dateNo
start_dateNo
time_periodNo

Input Schema (JSON Schema)

{ "properties": { "end_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "End Date" }, "start_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Start Date" }, "time_period": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Time Period" } }, "type": "object" }

Other Tools from ForexFactory MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/kjpou1/forexfactory-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server