# Bluegamma 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 thro…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add bluegamma/interest-rate-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list bluegamma/interest-rate-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get bluegamma/interest-rate-mcp list_supported_indices

# Call a tool
npx -y @smithery/cli@latest tool call bluegamma/interest-rate-mcp list_supported_indices '{}'
```

## Direct MCP Connection

Endpoint: `https://interest-rate-mcp--bluegamma.run.tools`

## Tools (17)

- `list_supported_indices`
- `ping` — Health check for the MCP server.
- `get_swap_rate`
- `get_swap_curve`
- `get_forward_rate`
- `get_discount_factor`
- `get_zero_rate`
- `get_fx_rate`
- `get_fx_forward`
- `get_gov_yield`
- `get_fixing`
- `get_forward_curve`
- `get_discount_curve`
- `get_historical_swap_rates`
- `get_swap_rate_tenors`
- `get_fras`
- `get_fra_rate_by_tenor`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get bluegamma/interest-rate-mcp <tool-name>
```
