flare-mcp (dziuba0x/flario) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 19 tools. No publisher has claimed this listing.

C
Emerging
74/100
1 month ago

flare-mcp

MCP server for Flare Network enabling natural language queries of FTSO price feeds, FAssets, balances, and FDC attestations.

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

dziuba0x

Source: Glama

Is this your MCP?

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. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Secret credentials may flow to a network call
2 flows detected: FLARE_METRICS_API, FLARE_DA_LAYER_API. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 4 credentials: FDC_VERIFIER_API_KEY, FLARE_DA_API_KEY, FLARE_PRIVATE_KEY, X402_CLIENT_PRIVATE_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
🔐 secretFDC_VERIFIER_API_KEYfdc_request_attestation Verifier API key; defaults to the public key 00000000-0000-0000-0000-000000000000.
🔐 secretFLARE_DA_API_KEYfdc_get_attestation_proof DA-layer API key; defaults to the public key.
configFLARE_DA_LAYER_APIget_ftso_history Base URL of a Flare Data Availability Layer / indexer for historical feed results.
configFLARE_DA_URLfdc_get_attestation_proof Override the DA-layer base URL (e.g. a self-hosted instance).
configFLARE_MCP_HTTP_HOST0.0.0.0 npx @dziuba0x/flare-mcp --http 8402
configFLARE_MCP_HTTP_PORTnpx @dziuba0x/flare-mcp --http 8402 # or =8402
configFLARE_METRICS_APIget_fassets_status Optional fallback metrics API, used only if the on-chain read fails.
🔐 secretFLARE_PRIVATE_KEYWithout , step 1 returns mode: "prepared_only" with the encoded request, fee and FdcHub address so you can submit it with your own signer. The key, when provided, is only ever used to sign locally.
configFLARE_PROVIDERS_APIget_ftso_providers An indexer endpoint returning a JSON array of providers (or { "providers": [...] }).
configFLARE_RPC"": "https://flare-api.flare.network/ext/C/rpc",
configFLARE_RPC_COSTONCoston Testnet 16 https://coston-api.flare.network/ext/C/rpc
configFLARE_RPC_SONGBIRDSongbird Canary 19 https://songbird-api.flare.network/ext/C/rpc
configFLARE_RPC_TESTNET"": "https://coston2-api.flare.network/ext/C/rpc"
configX402_ALLOW_MAINNETX402_NETWORK=coston2 # mainnet additionally needs =true
🔐 secretX402_CLIENT_PRIVATE_KEY
configX402_ENABLED§ Premium tools run free unless the server operator sets =true — see [x402 payments](#x402-payments-premium-tools).
configX402_NETWORKcoston2 # mainnet additionally needs X402_ALLOW_MAINNET=true
configX402_PAY_TO0xYourPayeeAddress
configX402_PRICE_DEFAULToptional: X402_TOKEN_ADDRESS, =0.001,
configX402_TOKEN_ADDRESSoptional: , X402_PRICE_DEFAULT=0.001,
configX402_TOKEN_DECIMALS
configX402_TOKEN_EIP712_VERSION
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

15/15 tools missing one or more hints — get_flr_balance (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_ftso_feed (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_ftso_feeds_all (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +12 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool test coverage

7/15 tools referenced in tests (47%)

Write tests that reference each tool by name so every tool has at least one test.

Shell command execution

1 child_process call — runs shell commands

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/dziuba0x/flario)](https://m8ven.ai/mcp/dziuba0x/flario)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 17d6e2c875ca08a25e1d824f3bb8096081db363f
code hash: f6c1d06dd72a12fb332ba3fd3900cdae920f9b66e58d46d66cfb7ebdcd51e5c6
verified: 7/17/2026, 8:33:11 AM
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client