← hedgr.app

INDIVIDUAL MCP TOOL

get_payment_patterns

Returns detected payment timing patterns by counterparty and currency where available, or derives a conservative summary from settled invoice dates.

hedgr.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://hedgr.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_payment_patterns and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

hedgr.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.hedgr]
url = "https://hedgr.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hedgr": {
      "type": "http",
      "url": "https://hedgr.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hedgr
Remote MCP URL: https://hedgr.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "hedgr": {
      "url": "https://hedgr.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hedgr": {
      "type": "http",
      "url": "https://hedgr.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hedgr",
  "transport": "streamable-http",
  "url": "https://hedgr.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_platform_capabilities — Returns a safe, client-facing capability map for Hedgr: dashboard tabs, data sources, what the MCP already exposes, a coverage summary counting how many client-facing surfaces the published tools answer, the Scout/MCP boundary, and what is intentionally not exposed.
  • get_dashboard_context — Returns a compact read-only snapshot of the authenticated Hedgr dashboard: organisation, provider, base currency, selected entity/workspace context, data timestamp, FX currencies, invoice counts, headline exposure and P&L totals, and available rates.
  • get_account_status — Returns the current state of the user's Hedgr account: which accounting systems, Google Sheets workspaces, CSV/manual cloud workspaces, and setup sections are available.
  • list_entities — Lists all connected legal entities with their base currencies and source accounting systems.
  • get_fx_exposure — Returns net FX exposure by currency pair, entity, and time bucket (overdue, 0-30d, 31-60d, 61-90d, 90d+, undated).
  • get_cash_position — Returns current cash balances by currency and entity.
  • get_hedge_portfolio — Returns all open forward contracts and hedges with maturity date, notional amount, contracted rate, and current mark-to-market value.
  • simulate_scenario — Models the P&L impact of exchange rate moves on the user's current net exposure (invoices + cash) and existing hedges.