INDIVIDUAL MCP TOOL
get_my_rewards_history
Return the calling wallet's cumulative staking/VRM reward state: total earned to date, claimed, unclaimed, FTSO-epoch claimable, and days until unclaimed rewards burn on-chain.
LIVE ENDPOINT
https://mcp.flarewatch.io/api/mcp
Connect to this endpoint to inspect the live schema for get_my_rewards_history and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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).