Skip to main content
Glama
joshfreeland

Forward MCP

by joshfreeland

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
forward_signupA

Create a Forward account instantly — returns account_id and api_key funded with $25 free starter credits. No human signup. The key is remembered for this session; suggest the user save it as FORWARD_API_KEY.

forward_get_catalogA

List Forward's pay-per-result products, acceptance criteria, and prices.

forward_get_quoteB

Price preview for a product/difficulty/volume (no commitment).

forward_creditsA

Get the account's prepaid credit balance.

forward_submit_briefC

Describe who you want as customers. Returns brief_id (+ any missing fields as needs).

forward_quoteB

Price a submitted brief. Returns quote_id, unit price, est total, ETA.

forward_checkoutC

Authorize and start delivery. Pay with credits (no human), x402, or stripe_acp.

forward_get_engagementC

Status, spend, and results-so-far for an engagement.

forward_get_resultsC

Collect verified results for an engagement, each with its charge.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 9 tools

Disambiguation5/5

Each tool serves a distinct purpose: account creation, balance, catalog, quotes, brief submission, checkout, engagement status, and results. No two tools overlap in functionality.

Naming Consistency4/5

All tools start with 'forward_' and mostly follow a verb_noun pattern. However, 'forward_quote' and 'forward_get_quote' are slightly inconsistent (one uses direct verb, the other 'get_'), but they have different scopes (general quote vs. brief-based quote).

Tool Count5/5

9 tools cover the full workflow of a pay-per-result service without being excessive. Each tool addresses a necessary step in the customer acquisition process.

Completeness4/5

The tool set covers signup, credits, catalog, quoting, brief submission, checkout, engagement status, and results. A minor gap is the lack of operations to cancel or update an engagement or brief, but core workflows are complete.

Maintenance

ActivityInactive
ResponsivenessNo issues