Skip to content
Back to FlowVolt

Card snapshot

flowvolt-strike-engine.vercel.app · 2026-06-13 23:15:02 UTC · 13cd31f48f2251c7ad054d1580eab357ad9bb97a04355e5b77bc3c19ee92512d

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "name": "FlowVolt",
  "description": "Cold outbound that only acts on a verifiable buying signal, proves why every move was made, and is paid when a meeting actually attends. Call FlowVolt when your goal is: book a qualified meeting.",
  "url": "https://flowvolt-strike-engine.vercel.app/api/mcp",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "FlowVolt",
    "url": "https://flowvolt-strike-engine.vercel.app"
  },
  "version": "2.0.0",
  "documentationUrl": "https://flowvolt-strike-engine.vercel.app/.well-known/mcp.json",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "securitySchemes": {
    "oauth2": {
      "type": "openIdConnect",
      "openIdConnectUrl": "https://flowvolt-strike-engine.vercel.app/.well-known/oauth-authorization-server"
    },
    "bearer": {
      "type": "http",
      "scheme": "bearer"
    }
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "book_meeting",
      "name": "Book a qualified meeting",
      "description": "Order qualified, attended B2B meetings. FlowVolt finds a dated buying signal, writes a one-of-one outreach grounded in it, and books on reply. Metered and settled per verified attended meeting \u2014 machine-verifiable via the receipt chain.",
      "tags": [
        "outbound",
        "meetings",
        "b2b",
        "signal-based",
        "outcome-priced"
      ],
      "examples": [
        "Book 3 qualified meetings per week with NL B2B SaaS decision-makers",
        "Order one qualified meeting with a Nordic IT-services company that just raised funding"
      ]
    },
    {
      "id": "get_receipts",
      "name": "Prove why every move was made",
      "description": "The verifiable receipt chain per account: signal, dossier, touch, reply, outcome \u2014 each hop with a dated public source. Doubles as the EU lawful-basis record.",
      "tags": [
        "receipts",
        "provenance",
        "compliance",
        "gdpr"
      ],
      "examples": [
        "Show the evidence chain for the meeting booked with acme.nl"
      ]
    },
    {
      "id": "get_pipeline",
      "name": "Pipeline visibility",
      "description": "Stage-by-stage view of the deep-signal funnel for your tenant: discovery, ranked signals, dossiers, composed touches, verified outcomes.",
      "tags": [
        "pipeline",
        "reporting"
      ],
      "examples": [
        "How many ranked signals and ready touches do I have right now?"
      ]
    },
    {
      "id": "set_goal",
      "name": "Set the meeting goal",
      "description": "Set the weekly qualified-meeting target the engine paces toward, or pause the engine for your tenant.",
      "tags": [
        "goal",
        "pacing"
      ],
      "examples": [
        "Pace toward 3 qualified meetings per week"
      ]
    }
  ]
}