Serversxyz.preflyte/preflyte
P

PreFlyte — DeFi Financial Intelligence for AI Agents

xyz.preflyte/preflyte · v1.2.2
● Remote
v1.2.2remote🌐 https://mcp.preflyte.xyz/mcp↗ Website
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "xyz.preflyte/preflyte",
  "description": "Evidence-based market data for AI agents deploying capital in DeFi. Empirical, not advertised.",
  "title": "PreFlyte — DeFi Financial Intelligence for AI Agents",
  "version": "1.2.2",
  "websiteUrl": "https://preflyte.xyz",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.preflyte.xyz/mcp"
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "distribution_channels": {
        "clawhub": "preflyte",
        "mcp_registry": "xyz.preflyte/preflyte",
        "mpp_gateway": "https://pay.preflyte.xyz",
        "registration_url": "https://api.preflyte.xyz/register?source=mcp_registry",
        "rest_api": "https://api.preflyte.xyz"
      },
      "intelligence_categories": {
        "agent_native_chain_coverage": {
          "deferred_chains": [
            "base",
            "optimism",
            "polygon",
            "solana"
          ],
          "description": "Coverage of chains structurally suited to autonomous agent deployment, including those with low gas, sub-second finality, and deterministic margin.",
          "label": "Agent-Native Chain Coverage",
          "live_chains": [
            "ethereum",
            "arbitrum"
          ],
          "planned_chains": [
            "hyperliquid"
          ],
          "status": "expanding"
        },
        "empirical_realized_yields": {
          "description": "Historical realized DeFi yields measured from on-chain accumulators. Lets agents check whether protocol marketing matches what depositors actually earned.",
          "endpoints": [
            "/profitlens/returns",
            "/profitlens/ranking"
          ],
          "label": "Empirical Realized Yields (ProfitLens)",
          "protocol_coverage": {
            "live": [
              "aave-v3",
              "compound-v3"
            ],
            "planned_2026_q2_q3": [
              "sky",
              "ethena",
              "morpho",
              "etherfi"
            ]
          },
          "status": "live",
          "tools": [
            "get_returns",
            "get_ranking"
          ]
        },
        "structural_risk_intelligence": {
          "description": "Pre-trade context for capital deployment: current rates, gas, viability, pool depth, claim verification. Structural-risk fields (oracle dependencies, bridge architecture, admin key status, recent admin actions) are present in response shape; per-protocol values populate from Session Q onward.",
          "endpoints": [
            "/assess_opportunity",
            "/verify_claim",
            "/market_snapshot",
            "/gas_timing",
            "/check_entry_viability",
            "/estimate_net_position",
            "/check_pool_viability"
          ],
          "label": "Structural-Risk Intelligence (RealityCheck)",
          "status": "live",
          "structural_risk_carrier_tools": [
            "check_entry_viability",
            "check_pool_viability"
          ],
          "structural_risk_fields": [
            "oracle_dependencies",
            "bridge_architecture",
            "admin_key_status",
            "recent_admin_actions"
          ],
          "tools": [
            "assess_opportunity",
            "verify_claim",
            "get_market_snapshot",
            "gas_timing",
            "check_entry_viability",
            "estimate_net_position",
            "check_pool_viability"
          ]
        }
      },
      "payment": {
        "available": true,
        "chain_id": 4217,
        "currency": "USDC",
        "currency_address": "0x20c000000000000000000000b9537d11c60e8b50",
        "discovery_url": "https://pay.preflyte.xyz/openapi.json",
        "gateway_url": "https://pay.preflyte.xyz",
        "network": "tempo-mainnet",
        "note": "The MCP server at mcp.preflyte.xyz is free beta access. Agents preferring HTTP with per-request micropayments can use the MPP gateway at pay.preflyte.xyz (registered on MPPScan).",
        "pricing_usd": {
          "/assess_opportunity": "0.05",
          "/check_entry_viability": "0.02",
          "/check_pool_viability": "0.02",
          "/estimate_net_position": "0.03",
          "/gas_timing": "0.01",
          "/market_snapshot": "0.02",
          "/profitlens/ranking": "0.01",
          "/profitlens/returns": "0.01",
          "/verify_claim": "0.01"
        },
        "protocol": "mpp"
      }
    },
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}