Flare for agents: FTSO prices with locally verified Merkle proofs, FDC, FAssets, x402 pay.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Flario.
get_flr_balanceNative FLR plus wrapped WFLR (WNat) balance for an address
get_flr_stake_infoPortfolio: FLR and WFLR, vote power, delegation, claimable rewards by source, FlareDrops
get_ftso_feedLatest price for one FTSO feed (`"FLR/USD"` or a `bytes21` id)
get_ftso_feeds_allLatest price for every bundled feed
get_ftso_providersActive FTSO data providers
get_ftso_anchor_feedProof-carrying FTSO Scaling price plus a Merkle proof, checked locally against the on-chain Relay root
An MCP server for Flare Network. Flario gives an AI agent (in Claude, Cursor, VS Code, or any Model Context Protocol client) plain-language access to Flare's enshrined protocols: FTSO price feeds, FDC cross-chain attestations, and FAssets. It also gives the agent a wallet. Premium tools are paid per call with x402 settled on Flare, and every payment comes back with a receipt the chain itself can prove.
Install it with npx flario, or run it as an HTTP hub. It works against the public Flare RPCs out of the box, needs no account or key for reads, and never holds or forwards funds.
Flario covers the whole enshrined stack: FTSO prices (including proof-carrying anchor feeds), FDC attestation workflows with local Merkle-proof verification, deep FAssets state (per-agent collateral, liquidation risk, system totals, the redemption queue), a Flare portfolio read (delegation, vote power, claimable rewards), Songbird and Coston support, and a watcher for Flare Confidential Compute contracts. Reads are trust-minimized: FDC and FTSO proofs are checked locally against the on-chain Relay root, never taken from an API on faith. The one write, fdc_request_attestation, only submits a transaction if you set FLARE_PRIVATE_KEY; otherwise it hands you a prepared request to sign yourself.
This is complementary to Flare's official MCP server, not a replacement. Their server (
dev.flare.network/mcp) does documentation search, so it gives an agent knowledge. Flario gives an agent hands and a wallet: it calls the enshrined protocols and lets the agent pay for computed results, with receipts the chain can verify. Use both.
Flario speaks the standard x402 wire format, so it is not a private dialect. Payment requirements come back in the usual shape, the payment payload travels base64-encoded in the X-Payment header on the HTTP hub, and the settlement summary comes back in X-Payment-Response. An existing x402 client can pay a Flario endpoint without knowing anything about MCP, and an MCP agent can pay without knowing anything about HTTP.
What Flario adds on top is a proof layer. In a typical x402 deployment, the client learns that a payment settled because the facilitator says so and points at a transaction. Because Flare has a data connector enshrined in the chain, Flario can go further: fdc_verify_settlement obtains an FDC attestation over the settlement transaction, verifies the Merkle proof locally against the on-chain Relay root, and binds it to the actual ERC-20 transfer, so the receipt stands on its own without trusting the facilitator. That step depends on a protocol built into the chain, which is why it is hard to port elsewhere.
Once Flario is in your MCP client (see Install), you just ask in plain language:
| Ask your agent | Flario runs |
|---|---|
| "What's the FLR/USD price on Flare, with a proof I can check?" | get_ftso_anchor_feed |
| "Which FXRP agents are closest to liquidation right now?" | fassets_liquidation_scanner |
"Show the FLR portfolio for 0x...: balance, delegation, claimable rewards." | get_flr_stake_info |
"Who runs FXRP agent 0x...?" | fassets_agent_details |
| "Prove this settlement actually happened, using Flare's FDC." | fdc_verify_settlement |
| "Put this API's data on-chain with a proof, and only accept it from the host I trust." | fdc_web2json_request then fdc_verify_web2json |
A proof-carrying price comes back with the value and a proof the agent can verify on its own (trimmed):
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows) and add:
Restart Claude Desktop, then ask something like "What's the FLR/USD price on Flare?" or "How much FXRP is minted right now?".
Edit ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project) and add:
The same block works in any MCP client with stdio support (VS Code, Windsurf, Zed, and so on). The env block is optional, since the public Flare RPCs are used by default.
Tools answer questions. Prompts tell you what to ask in the first place. Flario ships seven, and they show up in your MCP client's prompt list once it is connected β in Claude Desktop, the + menu in the message box.
| Prompt | What it does |
|---|---|
| Show me what Flare can do | A guided tour through live calls: a price, the same price carrying a proof you verify locally, FAssets state. Start here if Flare is new to you. |
| Verify a price without trusting anyone | Reads one feed twice, plain and proof-carrying, then walks through exactly what earned the verified: true β which leaf, which fold, which contract the root came from. |
| Turn a web API into a provable fact | Web2Json end to end, including the trap: a valid proof only proves the data came from the URL inside it, not that the URL deserves your trust. |
| Check FAssets system health | A real risk read on live agent collateral against live prices, not a description of how FAssets works. |
| Prove what an agent acted on | Bundles the facts behind a decision, then attacks the bundle so you can watch the verification catch a forged one. |
| Watch Flare 2.0 roll out | Reads the confidential-compute deployment off the chain β which networks have it, what it can do β while the rollout is still happening. |
| Why Flare, for someone building agents | The case for and against, grounded in calls rather than the marketing site, including where the ecosystem is weak. |
Every prompt instructs the model to run the calls for real against the live network and then explain what happened, so you end up with actual numbers and a mental model at the same time. They are deliberately written to admit when something is not live yet rather than talk around it.
Flare's confidential compute is being deployed right now, one network at a time, and Flare has not published an ABI for it β FlareTeeManager is absent from the periphery artifacts, alpha releases included. fcc_deployment_status reads it anyway, because the interesting facts do not need an ABI.
As of 1 September 2026 it reports:
The capabilities come out of the selectors: Protocol Managed Wallets, remote attestation of TEE machines and their code hashes, multi-signature governance over the machine allowlist, randomness generated inside the enclave, and FDC V2 wiring.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/flario)<a href="https://allmcps.com/mcp/flario"><img src="https://allmcps.com/api/badge/flario?style=directory" alt="Flario on AllMCPs" /></a>