Skip to main content
Glama

MCP Avantage

by MissionSquad

economicIndicators_treasuryYield

Retrieve US Treasury yield curve data for selected maturities and intervals. Supports JSON and CSV formats to analyze interest rate trends and economic indicators.

Instructions

Retrieves US Treasury yield curve data for various maturities.

Input Schema

NameRequiredDescriptionDefault
datatypeNoData format for the response.json
intervalNoTime interval.monthly
maturityNoTreasury maturity period.10year

Input Schema (JSON Schema)

{ "additionalProperties": false, "description": "Parameters for fetching Treasury Yield data.", "properties": { "datatype": { "default": "json", "description": "Data format for the response.", "enum": [ "json", "csv" ], "type": "string" }, "interval": { "default": "monthly", "description": "Time interval.", "enum": [ "daily", "weekly", "monthly" ], "type": "string" }, "maturity": { "default": "10year", "description": "Treasury maturity period.", "enum": [ "3month", "2year", "5year", "7year", "10year", "30year" ], "type": "string" } }, "type": "object" }
Install Server

Other Tools from MCP Avantage

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/MissionSquad/mcp-avantage'

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