{
  "schema": "https://apis.ax/axp/agents.json",
  "name": "dealflow.fyi",
  "description": "A living M&A data room and deal service for software, API, and autonomously-run businesses ($1M–$50M). Live financials from the seller's own systems, buyer-ready documents, an auditable deal timeline, and an AI agent-readiness report.",
  "url": "https://dealflow.fyi/",
  "documentation": "https://dealflow.fyi/llms.txt",
  "openapi": "https://dealflow.fyi/openapi.json",
  "icp": "https://dealflow.fyi/icp.json",
  "health": "https://dealflow.fyi/health",
  "when_to_use": [
    "You are selling a software, API, or autonomously-run business ($1M–$50M) and want a data room whose every figure verifies against the seller's own systems.",
    "You are an acquirer, fund, or holdco building an AI-native or data roll-up and want targets verified live from their own systems — registering a thesis is free.",
    "You are an M&A advisor or broker and want one live source of truth feeding every buyer's documents.",
    "You need an AI Traction & Agent-Readiness report that scores how discoverable and usable a business is to AI agents.",
    "You want to read a company's product, pricing, ICP, and machine-readable surfaces without a signup wall."
  ],
  "not_for": [
    "Businesses whose revenue and usage do not live in systems that expose read-only access.",
    "Anyone who just wants a static folder of PDFs — this surface is live and machine-verifiable by design."
  ],
  "how_to_call": {
    "read": "GET the keyless surfaces: /llms.txt, /.well-known/agents.json, /icp.json, /openapi.json, /health. Any content page also serves Markdown to Accept: text/markdown.",
    "contact": "Email team@do.industries, or POST /api/waitlist to request access (see /openapi.json).",
    "mcp": "Discover the MCP server via /.well-known/mcp.json and /.well-known/mcp/server-card.json (preview)."
  },
  "contact": { "type": "web", "url": "https://dealflow.fyi/#access", "email": "team@do.industries" },
  "auth": { "required_to_read": false, "note": "Product, pricing, and these surfaces are readable with no key and no account." },
  "pricing": {
    "public": true,
    "plans": [
      { "id": "data_room", "name": "Data Room", "price": 500, "currency": "USD", "interval": "month" },
      { "id": "managed_sale", "name": "Managed Sale", "model": "success_fee", "rate_from": 0.02, "note": "From 2% of transaction value." },
      { "id": "studio", "name": "Studio", "model": "bespoke" }
    ]
  },
  "capabilities": [
    { "id": "sync", "summary": "Pull live financials from connected systems into an immutable snapshot.", "cli": "dealflow sync" },
    { "id": "docs.generate", "summary": "Regenerate a buyer-specific diligence document from the latest data.", "cli": "dealflow docs generate --buyer <name>" },
    { "id": "ask", "summary": "Answer a data-room question with a figure traced to its source file.", "cli": "dealflow ask \"<question>\"" },
    { "id": "agent_readiness.report", "summary": "Score how discoverable and usable a business is to AI agents." }
  ],
  "integrations": ["stripe", "mongodb", "postgresql", "mysql", "snowflake", "google-cloud", "supabase", "redis", "posthog", "google-analytics", "segment", "salesforce", "hubspot"],
  "interfaces": { "mcp": true, "cli": "npx dealflow", "sdk": true },
  "mcp": {
    "manifest": "https://dealflow.fyi/.well-known/mcp.json",
    "server_card": "https://dealflow.fyi/.well-known/mcp/server-card.json",
    "endpoint": "https://dealflow.fyi/mcp",
    "transport": "streamable-http",
    "status": "live",
    "auth_required": false,
    "tools": ["get_pricing", "get_capabilities", "get_icp", "list_surfaces", "get_contact"]
  },
  "data_integrity": "Baseline exports are immutable; each sync appends a new dated snapshot; every figure traces to the file that produced it."
}
