Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Blue-Gamma avatar

BlueGamma Real Time Interest Rate Data

  • Updated March 31, 2026
  • Blue-Gamma/bluegamma-mcp

BlueGamma is an MCP server that streams real-time swap, forward, FX, and bond interest-rate data for 60+ indices to your agent via HTTP.

About

BlueGamma MCP exposes real-time interest rate and fixed-income market data to AI coding agents through a hosted streamable HTTP endpoint, which suits fintech founders who need credible curves without negotiating a full Bloomberg terminal budget. The server advertises swap rates, forward curves, foreign exchange, and bond-related views across more than sixty indices, making it practical when you are building integrations for risk dashboards, loan pricing copilots, or structured product explainers. Because transport is remote HTTP rather than a local npm or PyPI daemon, setup skews toward dropping the MCP URL into Claude Desktop, Claude Code, or Cursor compatible remote configs and validating responses during backend or agent-tooling work. Use it when your MVP’s trust depends on live rate levels and curve shape, especially in Validate-to-Build handoffs where stakeholders ask for mark-to-market style answers. It is narrower than generic macro research MCPs—optimized for rates desks and ALM-style questions, not broad consumer budgeting.

  • Streamable HTTP MCP remote at https://mcp.bluegamma.io/mcp/
  • Swap rates, forward curves, FX, and bonds across 60+ indices
  • Title-branded BlueGamma real-time interest rate feed for agents
  • Version 1.0.0 server metadata with GitHub source bluegamma-mcp
  • No local stdio package required—hosted remote endpoint

BlueGamma Real Time Interest Rate Data by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
terminal
claude mcp add --transport http bluegamma https://mcp.bluegamma.io/mcp/

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
TransportHTTP
AuthNone
Last updatedMarch 31, 2026
RepositoryBlue-Gamma/bluegamma-mcp

What it does

Connect an agent to institutional-grade swap curves, FX, bonds, and forward rates when building fintech demos or pricing engines.

Who is it for?

Best when you're on rates, treasury, or lending SaaS and need agent-accessible curve data during integration sprints.

Skip if: Non-finance apps, equity-only trading bots, or teams barred from using hosted third-party market-data endpoints.

What you get

After you add the BlueGamma remote MCP URL, your agent can query current rate and curve context while you wire pricing or risk features.

  • Agent queries against live swap, FX, bond, and forward curve tooling
  • Remote MCP configuration without maintaining a local rates ingestion pipeline
  • Credible rate context for demos, docs, and pricing integration tests

By the numbers

  • 60+ indices covered for swap rates, forward curves, FX, and bonds per server description
  • Remote MCP URL https://mcp.bluegamma.io/mcp/ (streamable-http), server version 1.0.0
README.md

BlueGamma MCP Server

Real-time interest rate data for AI assistants via the Model Context Protocol.

Connect Claude, Cursor, or any MCP-compatible client to live swap rates, forward curves, discount factors, FX rates, government bond yields, and more - covering 60+ indices across 30+ currencies.

For full setup instructions, see the BlueGamma MCP documentation.

Website Docs License

Prerequisites

A BlueGamma licence is required to use the MCP server. Sign up here or book a demo to get started.

Quick Start

Claude Desktop

Add to your Claude Desktop config (claude_desktop_config.json):

{
  "mcpServers": {
    "bluegamma-api": {
      "type": "http",
      "url": "https://mcp.bluegamma.io/mcp/"
    }
  }
}

Claude Code

claude mcp add bluegamma-api --transport http https://mcp.bluegamma.io/mcp

Cursor

Add a new MCP server in Cursor settings:

Field Value
Name bluegamma-api
Type http
URL https://mcp.bluegamma.io/mcp/

On first connection you'll be prompted to authenticate via your browser. A free BlueGamma account is all you need to get started.

Available Tools

Swap Rates

Tool Description
get_swap_rate Calculate the fair fixed rate of an interest rate swap
get_swap_curve Retrieve a complete swap curve for all available tenors
get_forward_swap_curve Forward-starting swap rates across multiple start dates
get_swap_rate_tenors List available tenors for a given index
get_historical_swap_rates Historical swap rates over a date range

Forward & Discount Curves

Tool Description
get_forward_rate Implied forward rate between two dates
get_forward_curve Forward curve with rates for each period
get_discount_factor Discount factor for a specific date and index
get_discount_curve Discount curve with factors for each date
get_zero_rate Zero/spot rate with configurable compounding

FX

Tool Description
get_fx_rate FX spot rate for a currency pair
get_fx_forward FX forward rate for a currency pair and date

Government Bonds

Tool Description
get_gov_yield Zero-coupon government bond yield by country and maturity

Inflation

Tool Description
get_inflation_curve Zero-coupon inflation curve (UK RPI, UK CPI, EU HICP)

Benchmark Fixings

Tool Description
get_fixing Benchmark rate fixings (SOFR, EURIBOR, SONIA, ESTR, etc.)

FRAs

Tool Description
get_fras FRA rates for an index (EUR, SEK, NOK, DKK)
get_fra_rate_by_tenor Specific FRA rate by currency and tenor

Options

Tool Description
get_cap_floor_price Price interest rate caps/floors with SABR vol smile

Utility

Tool Description
list_supported_indices List all 60+ supported rate indices
ping Health check

Example Usage

Once connected, you can ask your AI assistant questions like:

  • "What's the current 5Y SOFR swap rate?"
  • "Show me the full SONIA swap curve"
  • "What's the 3M EURIBOR forward curve from 1Y to 5Y?"
  • "Get the EURUSD FX forward rate for 6 months"
  • "What's the 10Y US government bond yield?"
  • "Price a 3Y ATM SOFR cap with 10M notional"
  • "Compare historical 5Y SOFR swap rates over the last 6 months"

Supported Indices

BlueGamma covers 60+ indices across 30+ currencies, including:

Major benchmarks: SOFR, SONIA, ESTR, TONAR, SARON, AONIA, CORRA

EURIBOR: 1M, 3M, 6M, 12M EURIBOR

IBOR rates: STIBOR, NIBOR, CIBOR, WIBOR, PRIBOR, BKBM, JIBAR, BBSW, CDOR, TIIE, KLIBOR, HIBOR, SIBOR, SAIBOR, MIBOR, KORIBOR

Inflation: UK RPI, UK CPI, EU HICP

For the full list, use the list_supported_indices tool.

Authentication

BlueGamma uses OAuth for MCP connections. On first use, you'll be redirected to authenticate via your browser. A BlueGamma licence is required - sign up or book a demo to get access.

Documentation

About BlueGamma

BlueGamma provides real-time interest rate data infrastructure for treasurers, analysts, and developers. Access live swap rates, forward curves, discount factors, and more through our web app, Excel add-in, API, or MCP server.

License

This repository contains documentation and configuration for the BlueGamma MCP server. The MCP server itself is a proprietary hosted service provided by BlueGamma Ltd. Usage is subject to the BlueGamma Terms of Service.

Recommended MCP Servers

How it compares

Hosted rates-and-curves MCP remote, not a general web search or equity risk decomposition server.

FAQ

Who is bluegamma for?

Developers and founders building fixed-income, FX, or lending tools who want MCP-accessible swap and curve data without building a data warehouse first.

When should I use bluegamma?

Use it while integrating pricing, ALM, or derivatives education features that must reference live or near-live interest rates and forward curves.

How do I add bluegamma to my agent?

Register the streamable HTTP remote https://mcp.bluegamma.io/mcp/ in your MCP client’s remote server configuration and confirm tools load before relying on outputs in production logic.

Financefinance

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.