xyz.getforward/forward
Official11 toolsForward
Get customers, pay per verified result. Agents self-provision: forward_signup grants $25 credits.
Lead generation service where agents self-provision with pay-per-verified-result pricing.
Captured live from the server via tools/list.
forward_signup
Create a Forward account instantly — returns account_id and api_key funded with $25 free starter credits. No human signup, no website. Call once, save the api_key, pass it to every other forward_* tool.
Parameters (2)
- account_namestringrequired
A name for the account (e.g. the user's company).
- refstring
Optional referral account_id — the referrer earns a $25 credit.
forward_get_catalog
List Forward's pay-per-result products (leads, meetings, content, campaigns) with prices, acceptance criteria, and SLAs. Free, no auth.
No parameters.
forward_get_quote
Free price preview for a product/difficulty/volume — no account or commitment needed.
Parameters (3)
- productstringrequired
- difficultystring
- volumeintegerrequired
forward_credits
Get the account's prepaid credit balance.
Parameters (1)
- api_keystring
Forward API key (fwd_…). Get one free with forward_signup.
forward_topup_credits
Add prepaid credits (x402 settlement in live mode; free settle in test mode).
Parameters (2)
- amount_usdnumberrequired
- api_keystring
Forward API key (fwd_…). Get one free with forward_signup.
forward_submit_brief
Describe who the user wants as customers (ICP, volume, budget cap). Returns brief_id, or a `needs` list if fields are missing.
Parameters (7)
- productstringrequired
- difficultystring
- icpobjectrequired
Ideal customer profile: role, industry, company_size, geo, exclusions…
- volumeintegerrequired
- budget_cap_usdnumberrequired
- constraintsobject
- api_keystring
Forward API key (fwd_…). Get one free with forward_signup.
forward_quote
Firm quote for a submitted brief — quote_id, unit price, estimated total, ETA, SLA.
Parameters (2)
- brief_idstringrequired
- api_keystring
Forward API key (fwd_…). Get one free with forward_signup.
forward_checkout
Authorize the quote and start delivery. Default payment rail is prepaid credits (no card, no human). billing_cadence: per_result|daily|weekly|biweekly|monthly.
Parameters (5)
- quote_idstringrequired
- paymentobject
{rail:'credits'} (default) | {rail:'x402',…} | {rail:'stripe_acp',…}; optional max_charge_usd.
- billing_cadencestring
- webhook_urlstring
- api_keystring
Forward API key (fwd_…). Get one free with forward_signup.
forward_get_engagement
Status, spend vs cap, and results-so-far for an engagement.
Parameters (2)
- engagement_idstringrequired
- api_keystring
Forward API key (fwd_…). Get one free with forward_signup.
forward_get_results
Collect verified results for an engagement — each with verification evidence and its itemized charge.
Parameters (2)
- engagement_idstringrequired
- api_keystring
Forward API key (fwd_…). Get one free with forward_signup.
forward_get_activity
Human-readable live activity feed for an engagement (what the fleet is doing right now).
Parameters (2)
- engagement_idstringrequired
- api_keystring
Forward API key (fwd_…). Get one free with forward_signup.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"forward": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://getforward.xyz/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.