flare-bridge-sentinel
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@flare-bridge-sentinelCheck FTSO prices and FAsset bridge for anomalies"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Flare Bridge Sentinel
Autonomous AI agent monitoring Flare's interoperable asset ecosystem β FAssets, FTSOv2, cross-chain bridges β with 8 MCP tools and real Coston2 testnet integration.
π― Problem
Flare's interoperability layer (FAssets, FTSO) unlocks DeFi for non-native assets like XRP. But monitoring this infrastructure requires watching multiple on-chain data sources, oracle price feeds, and bridge states in real time. No tool exists that autonomously monitors the health and risk of Flare's interoperable asset ecosystem.
Related MCP server: hiveconsciousness
β Solution
Flare Bridge Sentinel is an autonomous AI agent that:
Perceives β Pulls live data from Flare Coston2 testnet RPC: chain status, FTSOv2 oracle prices, FAsset (FXRP) bridge state, FlareContractRegistry
Analyzes β Runs anomaly detection heuristics on price feeds, bridge supply, gas prices, and RPC latency
Scores β Computes a composite 0-100 risk score from anomaly severity, feed health, and FAsset collateralization
Alerts β Generates severity-classified alerts with human-readable summaries and recommended actions
Audits β Records every scan, anomaly, and alert in a persistent audit trail
π Unique Angle
Unlike generic blockchain monitors, Flare Bridge Sentinel is built specifically for Flare's interoperability layer β querying FTSOv2 oracle price feeds, FAsset (FXRP) bridge supply, and the FlareContractRegistry through 8 MCP-style tools that AI agents can call autonomously.
ποΈ Architecture
ββββββββββββββββ βββββββββββββββββββ ββββββββββββββββββββββββββββββββ
β AI Agent ββββββΆβ MCP Protocol ββββββΆβ Flare Bridge Sentinel β
β (orchestrator)β β (8 tools) β β FastAPI + Vercel Serverless β
ββββββββββββββββ βββββββββββββββββββ ββββββββββββββββ¬ββββββββββββββββ
β
βββββββββββββββββββββββββββββββ΄ββββββββββββββ
β β
βββββββββββΌβββββββββββ βββββββββββββββββββΌβββββββββββ
β Flare Coston2 RPC β β SQLite Audit Trail β
β (chainId 114) β β (scans, anomalies, β
β β β alerts, FTSO snapshots) β
β β’ FTSOv2 Oracle β ββββββββββββββββββββββββββββββ
β β’ FAsset (FXRP) β
β β’ ContractRegistry β
ββββββββββββββββββββββπ§ MCP Tools (8)
# | Tool | Description |
1 |
| Live Flare Coston2 chain metadata (chainId, block, gas) |
2 |
| Real FTSOv2 oracle prices (FLR, BTC, ETH, XRP, DOGE) |
3 |
| FAsset FXRP bridge state (supply, decimals, manager) |
4 |
| FlareContractRegistry β all 69 protocol contracts |
5 |
| Heuristic anomaly detection on price feeds + bridge |
6 |
| Composite 0-100 risk score |
7 |
| Severity-classified alert with recommendations |
8 |
| Persistent audit trail of past scans |
π‘ Real On-Chain Data (Verified Live)
All data is real from Flare Coston2 testnet β no mocks:
Source | Contract | Verified |
Flare Coston2 RPC |
| chainId=114, block ~34M |
FTSOv2 Price Feeds |
| FLR=$0.006, BTC=$63.5K, ETH=$1.88K, XRP=$1.02, DOGE=$0.072 |
FAsset FXRP Token |
| totalSupply=6,142,098 FXRP, decimals=6 |
AssetManager FXRP |
| fAsset() β FXRP token address |
FlareContractRegistry |
| getAllContracts() β 69 contracts |
π Setup (<5 commands)
git clone https://github.com/0xConsole/flare-bridge-sentinel.git
cd flare-bridge-sentinel
pip install -r requirements.txt
uvicorn app.main:app --reload
# Open http://localhost:8000π Live Demo
Demo URL: https://flare-bridge-sentinel.vercel.app
Health check:
/api/healthβ chain status + RPC connectivityAutonomous sweep:
/api/demoβ full 6-step agent runMCP tools:
/mcp/toolsβ list all 8 tools |/mcp/call?tool=get_ftso_pricesβ call any tool
π οΈ Tech Stack
Python 3.12 + FastAPI
Flare Coston2 testnet (public RPC, chainId 114)
FTSOv2 (Flare Time Series Oracle) β real decentralized price feeds
FAsset FXRP β real XRP bridge token on Coston2
FlareContractRegistry β canonical protocol contract registry
SQLite (audit trail persistence)
Vercel serverless (free tier)
Static HTML/CSS/JS dashboard (dark theme, no framework)
π What's Real vs What's Next
Component | Status |
Flare Coston2 RPC | β Real (live block data) |
FTSOv2 price feeds | β Real (live oracle prices) |
FAsset FXRP monitoring | β Real (live token supply) |
FlareContractRegistry | β Real (live contract resolution) |
Anomaly detection | β Real (heuristic on live data) |
Risk scoring | β Real (computed from live anomalies) |
Audit trail | β Real (SQLite persistence) |
LLM agent reasoning | π Rule-based orchestration (LLM-ready: swap agent.py loop for Gemini/GPT) |
Mainnet deployment | π Next step (Coston2 β Songbird β Flare Mainnet) |
π― Bounty Target
Bounty 1: Interoperable Asset Products β Flare Bridge Sentinel monitors the interoperability infrastructure (FAssets, FTSO) that enables DeFi for non-native assets. It directly addresses the "interoperable asset products" focus area by monitoring the health and risk of Flare's cross-chain asset bridge.
π License
Apache 2.0
π Links
Flare Developer Docs: https://dev.flare.network/
Flare Summer Signal Hackathon: https://dorahacks.io/hackathon/flaresummersignal
MCP Protocol: https://modelcontextprotocol.io
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceProvides comprehensive monitoring and observability for MCP server ecosystems with real-time health checks, performance metrics, distributed tracing, anomaly detection, and automated performance reports using OpenTelemetry and Prometheus.1MIT
- Alicense-qualityCmaintenanceMCP server for agent ecosystem analytics. Provides real-time health snapshots including transaction velocity and dispute rates, predictive analysis with confidence scoring, and pattern detection across multi-agent networks.MIT
- AlicenseAqualityCmaintenanceCross-chain DeFi intelligence MCP server for AI agents. 7 tools for yield discovery, pool analysis, profit simulation, risk scoring, whale tracking, impermanent loss calculation, and DeFi overview across 86 chains and 6,500+ liquidity pools.71AGPL 3.0
- Flicense-qualityDmaintenanceAutonomous MCP server for DeFi yield optimization, enabling yield opportunity discovery, treasury snapshots, market signals, and portfolio rebalancing.
Related MCP Connectors
Monitor MCP servers, API contracts and AI outputs for schema drift. Alerts on breaking changes.
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Solana token risk-scoring MCP server for AI trading agents with insider wallet cluster detection.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/0xConsole/flare-bridge-sentinel'
If you have feedback or need assistance with the MCP directory API, please join our Discord server