Skip to main content
Pitch Audit tools expose agency pre-sales reports to MCP clients. They are read-only: neither tool creates, confirms, retries, or changes an audit.

list_pitch_audits

List Pitch Audits across the agency workspaces accessible to the connected user.

Parameters

The result includes the audit ID, prospect, status, scores, prompt count, competitors, selected AI models, timestamps, and workspace.

get_pitch_audit

Read the full report for one Pitch Audit.

Parameters

The report includes the scored competitor and source analyses, detected insights, recommendations, availableSubjects, and coCompetitors. Full AI answers are added only when includeAnswers is true. To retrieve the complete co-competitor list and compare their scores in one call:
Read audit.coCompetitors[].scores. Keep the expansion disabled when you only need the lighter co-occurrence metrics.

Open a co-competitor report

Every coCompetitors row returns a subjectId. Reuse it with the same audit:
For the original prospect, omit subjectId or pass self.

Example prompts

OAuth Scope

Both tools require read:pitch-audits.
Existing MCP connections must reconnect and authorize the new scope before these tools appear.