← flarewatch.io

INDIVIDUAL MCP TOOL

get_payment_options

Return machine-readable payment options for paid FlareWatch capacity: deposit USDT0 on Flare and the sending wallet is credited compute units (CU) that never expire.

flarewatch.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.flarewatch.io/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_payment_options 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

flarewatch.io

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.flarewatch-mcp]
url = "https://mcp.flarewatch.io/api/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: flarewatch-mcp
Remote MCP URL: https://mcp.flarewatch.io/api/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": {
    "flarewatch-mcp": {
      "url": "https://mcp.flarewatch.io/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "flarewatch-mcp": {
      "type": "http",
      "url": "https://mcp.flarewatch.io/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "flarewatch-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.flarewatch.io/api/mcp"
}
MCP Inspector

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

Related tools

  • get_flare_validators — List Flare P-Chain validators with FlareWatch composite Score, stake, fee, uptime, and capacity.
  • get_validator_score — Return the FlareWatch composite Score and full per-dimension breakdown for one Flare validator by NodeID.
  • get_ftso_providers — List FTSO data providers on Flare or Songbird.
  • get_ftso_provider_metrics — Return detailed metrics for one FTSO data provider on Flare or Songbird: fee, reward rate, uptime, vote power, delegator count, and (Flare) the FlareWatch composite Score plus the provider's rank and percentile by score and by reward rate among all providers (provider_count is the denominator).
  • get_network_status — Return current FTSO reward-epoch state for Flare (default) or Songbird: current epoch ID, when it started, how far into the epoch we are, and how many seconds remain.
  • get_flarewatch_validator — Return FlareWatch's own Flare P-Chain validator stats — same scoring algorithm as every other validator, no promotional weighting.
  • get_flarewatch_sgb_entity — Return FlareWatch's Songbird FTSO entity's live on-chain stats: WSGB vote power, self-balance, current delegation fee, and per-WSGB reward rate from the last finished reward epoch.
  • get_flare_prices — Latest FLR, SGB and XRP prices in USD and major fiats (EUR, GBP, AUD, JPY, CAD).