← getforward.xyz
INDIVIDUAL MCP TOOL
forward_get_results
Collect verified results for an engagement — each with verification evidence and its itemized charge.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.getforward-xyz]
url = "https://getforward.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"getforward-xyz": {
"type": "http",
"url": "https://getforward.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: getforward-xyz
Remote MCP URL: https://getforward.xyz/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"getforward-xyz": {
"url": "https://getforward.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"getforward-xyz": {
"type": "http",
"url": "https://getforward.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "getforward-xyz",
"transport": "streamable-http",
"url": "https://getforward.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
forward_signup— Create a Forward account instantly — returns account_id and api_key funded with $25 free starter credits.forward_get_catalog— List Forward's pay-per-result products (leads, meetings, content, campaigns) with prices, acceptance criteria, and SLAs.forward_get_quote— Free price preview for a product/difficulty/volume — no account or commitment needed.forward_credits— Get the account's prepaid credit balance.forward_topup_credits— Add prepaid credits (x402 settlement in live mode; free settle in test mode).forward_submit_brief— Describe who the user wants as customers (ICP, volume, budget cap).forward_quote— Firm quote for a submitted brief — quote_id, unit price, estimated total, ETA, SLA.forward_checkout— Authorize the quote and start delivery.