Skip to main content
Glama

IMF Data MCP Server

by c-cf

fetch_bop_data

Retrieve time series data from the IMF Balance of Payments (BOP) database by specifying frequency, country, indicator, and date range for precise data extraction.

Instructions

Retrieves compact format time series data from the BOP database based on the input parameters. Args: freq (str): Frequency (e.g., "A" for annual, "Q" for quarterly, "M" for monthly). country (str): Country code, multiple country codes can be connected with "+". indicator (str): Indicator code. start (str | int): Start year. end (str | int): End year. Returns: str: Description of the queried data. Do not perform further analysis or retry if the query fails.

Input Schema

NameRequiredDescriptionDefault
countryYes
endYes
freqYes
indicatorYes
startYes

Input Schema (JSON Schema)

{ "properties": { "country": { "title": "Country", "type": "string" }, "end": { "anyOf": [ { "type": "string" }, { "type": "integer" } ], "title": "End" }, "freq": { "title": "Freq", "type": "string" }, "indicator": { "title": "Indicator", "type": "string" }, "start": { "anyOf": [ { "type": "string" }, { "type": "integer" } ], "title": "Start" } }, "required": [ "freq", "country", "indicator", "start", "end" ], "title": "fetch_bop_dataArguments", "type": "object" }

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/c-cf/imf-data-mcp'

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