← All WebMCP sites

flyweel.co

Finance & Cryptohttps://www.flyweel.co/webmcplisted as of 2026-08-01
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.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 54/100 (C).

Tools

calculate_ad_reconciliation_costactimperative
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.
Input schema
{
  "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"
  ]
}
join_performance_capital_waitlistactimperative
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.
Input schema
{
  "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"
  ]
}
Listings are sourced from public community registries and shown as reported.