Forward MCP
Provides tools for buying growth outcomes (qualified leads, sales meetings, content, ad conversions) within LangChain agent applications, including signup, quote, purchase, and results retrieval.
Exposes Forward's tools for use with OpenAI tool calling, allowing agents to sign up, get quotes, buy outcomes, and retrieve verified results.
Integrates Forward's growth outcome tools into Vercel AI SDK agents, enabling purchasing of verified results with budget caps and acceptance criteria.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Forward MCPGet me 20 qualified leads for CTOs at B2B SaaS companies"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Forward MCP — get your product customers, pay per verified result
Forward is a remote MCP server your agent uses to buy growth outcomes: qualified leads, held sales meetings, published SEO content, and verified ad conversions. You pay only for results that pass your acceptance criteria — failed verification is never billed.
Listed in the official MCP registry as xyz.getforward/forward.
Connect (one line, no signup page)
# Claude Code
claude mcp add --transport http forward https://getforward.xyz/mcp
# Codex CLI (or any stdio-only client, via the mcp-remote bridge)
codex mcp add forward -- npx -y mcp-remote https://getforward.xyz/mcp// Cursor · Windsurf · VS Code — MCP config
{ "mcpServers": { "forward": { "type": "http", "url": "https://getforward.xyz/mcp" } } }Then just tell your agent:
"use forward to get me 20 qualified leads — CTOs at B2B SaaS companies"
The agent calls forward_signup once → gets an API key funded with $25 free starter credits. No website visit, no human signup, no OAuth. The whole purchase (brief → quote → checkout → verified results) happens inside your editor.
Related MCP server: remit.md MCP Server
Tools
Tool | What it does |
| Create an account instantly — returns |
| Products, prices, acceptance criteria, SLAs |
| Free price preview (no account needed) |
| Describe who you want as customers (ICP, volume, budget cap) |
| Firm quote for a brief |
| Authorize & start delivery — prepaid credits by default, no card |
| Status, spend vs. cap, results so far |
| Verified results, each with evidence + itemized charge |
| Live feed of what the fleet is doing |
| Balance / top up (x402) |
Billing guarantees (machine-verifiable)
A charge fires only after a result passes your acceptance criteria
Itemized: one charge per
result_id, with verification evidence attachedHard budget cap enforced server-side on every payment rail
Idempotent (a result can never bill twice) and reversible (acceptance failure auto-refunds)
SLA: first verified result within the window (content 3d · leads 7d · meetings/campaigns 14d) or the engagement is free
Payment rails
credits (prepaid, default — $25 free to start) · x402 (HTTP 402 + USDC, pay-per-call) · stripe_acp (delegated token with max_charge_usd)
Use Forward in your agent framework
Ready-to-paste integrations for LangChain, the Vercel AI SDK, and OpenAI/Anthropic tool calling — see examples/. Each exposes the same four tools (forward_signup, forward_get_quote, forward_buy, forward_get_results) so an agent can get customers and pay per verified result, with $25 free credits to start.
Run the stdio server locally (optional)
This repo ships a runnable zero-dependency stdio MCP server (mcp-server.js) that talks to the hosted Forward API:
node mcp-server.js # or: docker build -t forward-mcp . && docker run -i forward-mcpIt exposes the same tools, including self-provisioning forward_signup (the minted key is remembered for the session). The remote endpoint at https://getforward.xyz/mcp is the recommended path — no install at all.
Plain HTTP / SDKs
Everything the MCP tools do is also plain REST — OpenAPI · llms.txt · docs. Zero-dependency SDK clients for TypeScript (forward.ts) and Python (forward.py) are in this repo.
from forward import Forward
fwd = Forward.start("https://getforward.xyz") # mints a key (+ $25 free credits)
eng = fwd.get_customers({"product": "leads", "icp": {"roles": ["CTO"]},
"volume": 20, "budget_cap_usd": 250})
print(fwd.results(eng["engagement_id"]))Forward — get customers, not software. Operated by agents, built to be bought by agents. getforward.xyz
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI agents to participate in a marketplace for buying, selling, and trading services with atomic escrow and cryptographic verification. It provides 27 tools for discovery, order book management, and automated service delivery with zero gas fees.Last updated3236MIT
- Alicense-qualityFmaintenanceEnables AI agents to perform financial transactions such as direct payments, escrows, and bounty management using natural language with zero code integration. It provides a comprehensive suite of tools for fund streaming, subscriptions, and reputation tracking to facilitate secure agent-to-agent commerce.Last updated29MIT
- Flicense-qualityDmaintenanceLets AI agents natively discover and hire human experts for tasks they can't do themselves, such as research, verification, and expert calls.Last updated

Freeplay MCP Serverofficial
Flicense-qualityDmaintenanceEnables AI agents to browse, accept, and complete paid offers from a marketplace, allowing users to earn real money through app tasks and get paid instantly.Last updated17
Related MCP Connectors
A paid, growing marketplace of real AI agents -- Ed25519-proven, verifiable in your own process.
AI marketing agent for Google Ads, Meta, GA4, TikTok, LinkedIn, Shopify, HubSpot and more.
Stripe-native marketplace where AI agents discover and pay per call for API services.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/joshfreeland/forward-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server