Same door for humans and AI. No gatekeeper.Register →
Explorer/MCP/bluegamma/interest-rate-mcp
REMOTE

Bluegamma MCP

bluegamma/interest-rate-mcp

Access live interest rate forward curves, swap pricing, FX forwards, inflation forecasts, and bond yields directly from your AI workflows. Blue Gamma's MCP server exposes the same data available through their API and Excel Add-in — covering indices like SOFR, SONIA, EURIBOR, ESTR, CORRA, STIBOR, NIBOR, and CIBOR. Query swap rates, pull forward curves, and price amortising swaps without leaving your LLM-powered tools. Requires a Bluegamma account — sign up at bluegamma.io.

17 tools available
The Journeyman
A reasonable amount of history and nothing concerning in the scan.
Time indexed (6mo)
17toolsRemote/ HTTP6moindexed
100% uptime · 288ms avgChecked Aug 12, 2026
Quality Score
58/95
Established
Risk Score
0/100
Clean
How is this calculated?
Quality Breakdown
Tenure14.1/20
171 days indexed
Capability18.4/25
Tools: 6.4/13 (17 tools)
Description: 5/5
Endpoint: 7/7
Adoption0/25
Use count: 0/20 (0 uses)
Multi-registry: 0/5 (1 registry)
Reliability25/25
Currently live: 10/10
Uptime history: 15/15 100% (54/54 checks)
Security scan: 0 pts in v1.0; ready to weight when coverage improves
Incomplete Data Cap (60)
Usage data is not available for this server. Quality is capped until adoption can be measured.
Risk
0Clean
No signals detected.
The scanner shows
17 tools. Nothing caught our attention.
First indexed Feb 26, 2026
Server Profile
Tools catalogued
17
17 tools available. Full list below.
Hosting
Remote / HTTP
Runs on the internet. No access to your filesystem, SSH keys, or environment variables.
Registry presence
Not verified
Not yet verified by the Official MCP Registry.
Liveness
100%
Based on 48 checks. Average response: 288ms.
Publisher Verification
Not yet verified by the Official MCP Registry.
Endpoint
https://interest-rate-mcp--bluegamma.run.tools
Tools (17)
list_supported_indices
Lists all supported interest rate indices that can be used with BlueGamma tools.
ping
Health check for the MCP server.
get_swap_rate
Calculates the fair fixed rate of an interest rate swap. Docs: https://docs.bluegamma.io/bluegamma/integrations/api/how-to-guides/fetching-a-swap-rate
get_swap_curve
Retrieves a complete swap curve for a given index, providing swap rates for all available tenors. This endpoint automatically fetches all available tenors from the database and uses the predefined index configuration to determine the appropriate day count conventions and frequencies. Args: index_name: The name of the index (must be one of the supported indices, e.g., "SOFR", "6M EURIBOR", "SONIA") valuation_time: Valuation time in ISO format (optional, defaults to current time) Returns: JSON string with complete swap curve data for the specified index. Response includes only the essential data: tenor and swap_rate for each available tenor. Docs: https://docs.bluegamma.io/bluegamma/integrations/api/how-to-guides/getting-a-forward-curve
get_forward_rate
Fetches the implied forward rate between two dates. Docs: https://www.bluegamma.io/interest-rate-api#tag/forward--discount-curves/get/forward_rate
get_discount_factor
Returns the discount factor for a specific date and rate index. Docs: https://www.bluegamma.io/interest-rate-api#tag/forward--discount-curves/get/discount_factor
Show all 17 tools ↓
get_zero_rate
Returns the zero rate (spot rate) for a specific date and rate index. The zero rate is returned as a percentage with configurable compounding and day count conventions. Args: index: Rate index (e.g., SOFR, 6M EURIBOR, SONIA) date: Date or tenor for the zero rate (e.g., '2025-12-31' or '1Y') valuation_time: Optional valuation time day_count: Day count convention (Actual360, Actual365, Actual365Fixed, Thirty360BondBasis, Thirty360EuroBondBasis, Business252) compounding: Compounding type (Simple, Compounded, Continuous). Default: Simple compounding_frequency: Compounding frequency (1M, 3M, 6M, 12M). Only used when compounding is Compounded. Default: 12M Docs: https://www.bluegamma.io/interest-rate-api#tag/forward--discount-curves/get/zero_rate
get_fx_rate
Retrieves the FX spot rate for a given currency pair. Docs: https://www.bluegamma.io/interest-rate-api#tag/fx/get/fx
get_fx_forward
Returns the FX forward rate for a given currency pair and date. Docs: https://www.bluegamma.io/interest-rate-api#tag/fx/get/fx_forward
get_gov_yield
Returns the zero-coupon government bond yield for a country and maturity. Docs: https://www.bluegamma.io/interest-rate-api#tag/government-bonds/get/gov_yield
get_fixing
Returns the fixing for a rate index at a given date. Docs: https://www.bluegamma.io/interest-rate-api#tag/central-bank-and-benchmark-rates/get/fixing
get_forward_curve
Returns a forward curve with rates for each period between start_date and end_date. Args: index: The interest rate index (e.g., "SOFR", "6M EURIBOR") start_date: Start date for the curve (YYYY-MM-DD or period like "1Y") end_date: End date for the curve (YYYY-MM-DD or period like "5Y") frequency: Frequency of the curve points (e.g., "3M", "6M", "12M") tenor: Tenor for each forward rate calculation (e.g., "3M", "6M") valuation_time: Optional valuation time (ISO format) is_end_of_month: Whether to use end-of-month dates (default: True) Returns: JSON string containing the forward curve data with start_date, end_date, forward_rate for each period. Docs: https://www.bluegamma.io/interest-rate-api#tag/forward--discount-curves/get/forward_curve
get_discount_curve
Returns a discount curve with discount factors for each date between start_date and end_date. Args: index: The interest rate index (e.g., "SOFR", "6M EURIBOR") start_date: Start date for the curve (YYYY-MM-DD or period like "1Y") end_date: End date for the curve (YYYY-MM-DD or period like "5Y") frequency: Frequency of the curve points (e.g., "3M", "6M", "12M") valuation_time: Optional valuation time (ISO format) is_end_of_month: Whether to use end-of-month dates (default: True) Returns: JSON string containing the discount curve data with date and discount_factor for each point on the curve. Docs: https://www.bluegamma.io/interest-rate-api#tag/forward--discount-curves/get/discount_curve
get_historical_swap_rates
Returns historical swap rates for a given index and tenor over a specified date range. Args: index: The specific index (e.g., "SOFR", "1M EURIBOR", "6M EURIBOR", "SONIA") for the swap rates tenor: The tenor for each swap rate (e.g., "1Y", "5Y", "10Y") start_date: The start date for the swap rates (inclusive). Must be a specific date (e.g., "2024-01-01") end_date: The end date for the swap rates (inclusive). Must be a specific date (e.g., "2024-12-31") Returns: JSON string containing historical swap rates data including: - index_name: The index name - currency: The currency - fixed_leg_day_count: Day count convention for fixed leg - floating_leg_day_count: Day count convention for floating leg - fixed_leg_frequency: Payment frequency for fixed leg - floating_leg_frequency: Payment frequency for floating leg - swap_rates: Array of historical rates with date, rate, and tenor Docs: https://www.bluegamma.io/interest-rate-api#tag/swap-rates/get/historical_swap_rates
get_swap_rate_tenors
Returns the list of available tenors for swap rates for a given index. Args: index: The specific index (e.g., "SOFR", "1M EURIBOR", "6M EURIBOR", "SONIA") for which to retrieve available swap rate tenors Returns: JSON string containing: - index: The index name - tenors: Array of available tenors (e.g., ["1Y", "2Y", "5Y", "10Y"]) Docs: https://www.bluegamma.io/interest-rate-api#tag/swap-rates/get/swap_rate_tenors
get_fras
Get Forward Rate Agreement (FRA) rates for a specific index. Retrieves FRA rates for indices denominated in EUR, SEK, NOK, and DKK. Returns all available tenors and their corresponding rates. Args: index: Index name (e.g., 3M EURIBOR, 3M STIBOR, 3M NIBOR, 3M CIBOR) valuation_time: Optional valuation time in ISO format. Defaults to current time. Returns: JSON string containing: - index: The index name - currency: The derived currency code - valuation_time: The valuation time used - timestamp: The actual data timestamp - fras: Array of FRA rates with tenor, type, and value
get_fra_rate_by_tenor
Get a specific FRA rate for a currency and tenor. Retrieves a single Forward Rate Agreement (FRA) rate for a specific currency and tenor combination. Args: currency: Currency code (EUR, SEK, NOK, or DKK) tenor: Tenor string (e.g., "3X6", "6X9", "1QX3") valuation_time: Optional valuation time in ISO format. Defaults to current time. Returns: JSON string containing: - currency: The currency code - tenor: The tenor - valuation_time: The valuation time used - rate: The FRA rate value - type: The instrument type - instrument: The instrument identifier - data_timestamp: The data timestamp

Is this your server?

Create a free RNWY account to connect your on-chain identity to this server. MCP server claiming is coming; register now and you'll be first in line.

Create your account →
Similar servers
GCP MCP
Enables managing Google Cloud Platform resources through natural language commands in Claude Desktop, supporting comprehensive operations across compute, storage, databases, networking, monitoring, and IAM without manual credential setup.
MCP Embedding Search
A Model Context Protocol server that searches transcript segments in a Turso database using vector similarity, allowing users to find relevant content by asking questions without generating new embeddings.
ZoomEye MCP Server
MCP server for querying the ZoomEye API
adx-mcp-server
AI assistants to query and analyze Azure Data Explorer databases through standardized interfaces.
Notion MCP Server
A Model Context Protocol server that connects Claude and other AI assistants to your Notion workspace, allowing AIs to interact with databases, pages, and blocks.
GZOO Cortex
Local-first knowledge graph for developers. Watches project files, extracts entities and relationships via LLMs, and lets you query across projects in natural language with source citations. Provides 4 MCP tools: get_status, list_projects, find_entity, query_cortex.
Indexed from Smithery · Updates nightlyView on Smithery →