CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
blue-gamma avatar

BlueGamma - Real-time Interest Rate Data

blue-gamma/bluegamma-mcp
HTTPregistry active
Summary

Connects Claude or any MCP client to BlueGamma's real-time interest rate infrastructure covering 60+ indices across 30+ currencies. You get tools to query swap rates, forward curves, discount factors, FX forwards, government bond yields, and inflation curves for benchmarks like SOFR, SONIA, ESTR, and EURIBOR. Includes historical data retrieval, cap/floor pricing with SABR volatility, and FRA rates. Runs as a hosted HTTP service at mcp.bluegamma.io with OAuth authentication. Requires a BlueGamma license but setup is straightforward: add the URL to your MCP config and authenticate through the browser. Useful when you're building treasury tools, analyzing rate movements, or need live market data without managing your own feeds.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

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:

FieldValue
Namebluegamma-api
Typehttp
URLhttps://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

ToolDescription
get_swap_rateCalculate the fair fixed rate of an interest rate swap
get_swap_curveRetrieve a complete swap curve for all available tenors
get_forward_swap_curveForward-starting swap rates across multiple start dates
get_swap_rate_tenorsList available tenors for a given index
get_historical_swap_ratesHistorical swap rates over a date range

Forward & Discount Curves

ToolDescription
get_forward_rateImplied forward rate between two dates
get_forward_curveForward curve with rates for each period
get_discount_factorDiscount factor for a specific date and index
get_discount_curveDiscount curve with factors for each date
get_zero_rateZero/spot rate with configurable compounding

FX

ToolDescription
get_fx_rateFX spot rate for a currency pair
get_fx_forwardFX forward rate for a currency pair and date

Government Bonds

ToolDescription
get_gov_yieldZero-coupon government bond yield by country and maturity

Inflation

ToolDescription
get_inflation_curveZero-coupon inflation curve (UK RPI, UK CPI, EU HICP)

Benchmark Fixings

ToolDescription
get_fixingBenchmark rate fixings (SOFR, EURIBOR, SONIA, ESTR, etc.)

FRAs

ToolDescription
get_frasFRA rates for an index (EUR, SEK, NOK, DKK)
get_fra_rate_by_tenorSpecific FRA rate by currency and tenor

Options

ToolDescription
get_cap_floor_pricePrice interest rate caps/floors with SABR vol smile

Utility

ToolDescription
list_supported_indicesList all 60+ supported rate indices
pingHealth 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

  • MCP Setup Guide
  • API Documentation
  • Available Indices

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.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Data & Analytics
Registryactive
TransportHTTP
UpdatedMar 31, 2026
View on GitHub

Related Data & Analytics MCP Servers

View all →
bobbyhouse avatar
Append Log MCP

io.github.bobbyhouse/append-log-mcp

A generic append-only log MCP server. Persist timestamped JSON entries and query them by recency.
br0ski777 avatar
Domain Intelligence API

io.github.br0ski777/domain-intelligence

WHOIS, DNS records, SSL certificate data for any domain in one call. x402.
br0ski777 avatar
Twitter Scraper API

io.github.br0ski777/twitter-scraper

Scrape Twitter/X profiles, tweets, search. No API key. Structured JSON. x402 pay-per-call.
br0ski777 avatar
Unit Converter API

io.github.br0ski777/unit-converter

Unit conversion — length, weight, temperature, volume, speed, data. x402 micropayment.
bricepourle13 avatar
Merx — European Business Data

io.github.bricepourle13/merx

European business data — French company check, EU VAT validation, legal search.
carlosalvite avatar
Foundersignal

io.github.carlosalvite/foundersignal

Find SaaS ideas worth building. Revenue data, growth signals and pain points from 10+ sources.