F

flyweel.co

Financial operations platform for ad-spend management — reconciliation, performance tracking and financing rails for businesses running ads. WebMCP tools let an agent calculate the hidden cost of manual ad-invoice reconciliation and join the performance-capital waitlist.

2action
https://www.flyweel.co/webmcp

live · AI Agents & Fintech · JSON · API for agents

Tools 2 tools

calculate_ad_reconciliation_costaction

Calculate the hidden cost of manually reconciling ad platform invoices. Returns monthly/annual cost, hours spent, invoices generated, and industry benchmark comparison. Use this to show businesses how much time and money they waste on manual invoice reconciliation.

View tool JSON
{
  "name": "calculate_ad_reconciliation_cost",
  "kind": "action",
  "impl": "imperative",
  "description": "Calculate the hidden cost of manually reconciling ad platform invoices. Returns monthly/annual cost, hours spent, invoices generated, and industry benchmark comparison. Use this to show businesses how much time and money they waste on manual invoice reconciliation.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "reconciler_role": {
        "type": "string",
        "enum": [
          "founder",
          "bookkeeper",
          "accountant",
          "finance"
        ],
        "description": "Who handles invoice reconciliation"
      },
      "hourly_rate": {
        "type": "number",
        "description": "Hourly rate in USD (optional — defaults based on role: founder $120, accountant $100, bookkeeper $80, finance $60)"
      },
      "platforms": {
        "type": "array",
        "items": {
          "type": "string",
          "enum": [
            "Google Ads",
            "Meta",
            "LinkedIn",
            "TikTok",
            "Bing",
            "X",
            "Pinterest"
          ]
        },
        "description": "Ad platforms used (e.g. [\"Google Ads\", \"Meta\"])"
      },
      "monthly_spend": {
        "type": "number",
        "description": "Total monthly ad spend in USD across all platforms"
      }
    },
    "required": [
      "reconciler_role",
      "platforms",
      "monthly_spend"
    ]
  },
  "page": "/"
}
join_performance_capital_waitlistaction

Join the waitlist for Flyweel Performance Capital — ad spend financing that funds campaigns based on real performance data. Get capital to scale winning ads without cash flow constraints.

View tool JSON
{
  "name": "join_performance_capital_waitlist",
  "kind": "action",
  "impl": "imperative",
  "description": "Join the waitlist for Flyweel Performance Capital — ad spend financing that funds campaigns based on real performance data. Get capital to scale winning ads without cash flow constraints.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "email": {
        "type": "string",
        "description": "Work email address"
      },
      "name": {
        "type": "string",
        "description": "Full name"
      },
      "company": {
        "type": "string",
        "description": "Company or agency name"
      },
      "monthly_ad_spend": {
        "type": "string",
        "description": "Current monthly ad spend (e.g. \"$50k\", \"$100k+\")"
      }
    },
    "required": [
      "email"
    ]
  },
  "page": "/"
}