Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
boc_list_seriesA

Discover available data series in the Bank of Canada Valet API.

Use this first when you do not already know a series name. Filter with 'search' to narrow the (large) catalogue, then feed a returned name into 'boc_get_observations'. Returns a paginated list of series with their name, label, and description.

boc_list_groupsA

Discover available data groups (curated bundles of related series).

Groups collect related series — for example 'FX_RATES_DAILY' bundles the daily exchange rates for many currencies. Feed a returned group name into 'boc_get_group_observations'.

boc_get_series_infoA

Get the label and description metadata for a single series.

Useful for confirming a series is what you expect before pulling its observations.

boc_get_observationsA

Retrieve observations (the actual data points) for one or more series.

This is the core tool. Supply a date range with 'start_date'/'end_date', or ask for the latest values with 'recent'. Multiple comma-separated series are returned side by side for easy comparison.

Example: series_names='FXUSDCAD', recent=1 returns the latest USD/CAD rate.

boc_get_group_observationsA

Retrieve observations for every series in a group in one call.

For example group_name='FX_RATES_DAILY', recent=1 returns the latest daily exchange rate for all published currencies at once.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/Chatusvi-Karnati/boc-valet-mcp'

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