Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

PreFlyte — DeFi Financial Intelligence for AI Agents

xyz.preflyte/preflyte

Evidence-based market data for AI agents deploying capital in DeFi. Empirical, not advertised.

Uptime
100.0%
1 direct probes · 30d
Response
483ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

get_returns

Query historical DeFi lending returns from the ProfitLens engine. Returns real, empirically measured after-fee returns — not theoretical APY projections. Data is computed from on-chain i…

get_ranking

Get ranked list of best DeFi lending returns, sorted by net APY. Args: api_key: Your PreFlyte API key (required). window_days: Return window — 7, 14, 30, or 90 days. Default …

get_market_snapshot

Get current market snapshot for a specific lending market. Returns the latest rates, risk parameters, token price, and gas price. This is the foundation of RealityCheck — giving agents g…

verify_claim

Verify factual claims about current DeFi market conditions. Supports two modes: - Single claim: provide claim_type, value, operator (and protocol/chain/asset as needed). Returns on…

assess_opportunity

Assess the best DeFi opportunity for a given capital amount and strategy. This is the "cold start" tool — call it first to understand where your capital is viable before making any moves…

gas_timing

Tell agents whether now is a good or bad time to transact, based on historical gas patterns. Compares current gas to 24-hour and 7-day averages, identifies the cheapest hours of the …

check_entry_viability

Before entering a lending position, verify that the market is actually open and has capacity. Checks market status (active, frozen, borrowing enabled), supply/borrow caps, and availa…

estimate_net_position

Detailed financial estimate for a specific lending position — what will I actually earn (or pay) after gas costs? Combines current live rates, gas costs, and historical computed returns …

check_pool_viability

Before swapping on Uniswap V3, check if pools have sufficient liquidity for the intended trade size. Finds all matching pools for a token pair, assesses trade impact relative to pool…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "preflyte_—_defi_financial_intelligence_for_ai_agents": {
      "url": "https://mcp.preflyte.xyz/mcp",
      "transport": "streamable-http"
    }
  }
}