MCP server for Flare Network enabling natural language queries of FTSO price feeds, FAssets, balances, and FDC attestations.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.FDC_VERIFIER_API_KEY— fdc_request_attestation Verifier API key. Defaults to the public key 00000000-0000-0000-0000-000000000000.FLARE_DA_API_KEY— fdc_get_attestation_proof DA-layer API key. Defaults to the public key.FLARE_DA_URL— fdc_get_attestation_proof Override the DA-layer base URL (for example a self-hosted instance).FLARE_METRICS_API— get_fassets_status Optional fallback metrics API, used only if the on-chain read fails.FLARE_PRIVATE_KEY— Without , step 1 returns mode: "prepared_only" with the encoded request, the fee, and the FdcHub address, so you can submit it with your own signer. When the key is set, it only ever signs locally.FLARE_PROVIDERS_API— get_ftso_providers An indexer endpoint that returns a JSON array of providers (or { "providers": [...] }).FLARE_RPC— "": "https://flare-api.flare.network/ext/C/rpc",FLARE_RPC_COSTON— Coston Testnet 16 https://coston-api.flare.network/ext/C/rpcFLARE_RPC_SONGBIRD— Songbird Canary 19 https://songbird-api.flare.network/ext/C/rpcFLARE_RPC_TESTNET— "": "https://coston2-api.flare.network/ext/C/rpc"FLARIO_HTTP_HOST— 0.0.0.0 npx flario --http 8402FLARIO_HTTP_PORT— npx flario --http 8402 # or =8402X402_ALLOW_MAINNET— X402_NETWORK=coston2 # mainnet also needs =trueX402_CLIENT_PRIVATE_KEYX402_ENABLED— Premium tools run free unless the operator sets =true. See [How payments work](#how-payments-work-x402).X402_NETWORK— coston2 # mainnet also needs X402_ALLOW_MAINNET=trueX402_PAY_TO— 0xYourPayeeAddressX402_PRICE_DEFAULT— optional: X402_TOKEN_ADDRESS, =0.001,X402_TOKEN_ADDRESS— optional: , X402_PRICE_DEFAULT=0.001,X402_TOKEN_DECIMALSX402_TOKEN_EIP712_VERSION[](https://m8ven.ai/mcp/dziuba0x-flario-dzyx0b)