Skip to main content
Glama
rcabanes-ops

pitchmachine-mcp

by rcabanes-ops

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PITCHMACHINE_API_BASENoBase URL for the Pitch Machine API. Point at staging if needed.https://pitchmachine.ai
PITCHMACHINE_API_TOKENYesSupabase session JWT (v0 auth). Grab it from pitchmachine.ai.
PITCHMACHINE_REQUEST_TIMEOUT_MSNoPer-request HTTP timeout in milliseconds.30000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
pitchmachine_create_receiverA

Create a new receiver (a prospect or contact) in Pitch Machine. audience_mode='b2b' requires company_name + contact_email. audience_mode='b2c' requires receiver_email. Returns receiver_id, used as the input to pitchmachine_generate_pitch.

pitchmachine_generate_pitchA

Kick off pitch generation for an existing receiver and poll until it completes. Returns the public share URL (pitchmachine.ai/p/?t=) on success. If generation takes longer than poll_timeout_seconds, returns the in-progress status; call pitchmachine_get_pitch_url later with the returned pitch_id. Does NOT send the pitch — that's the agent's job (or a human's).

pitchmachine_get_pitch_urlA

Fetch the current state and public share URL for a pitch by pitch_id. Use this to resume after pitchmachine_generate_pitch timed out, to re-share a URL later, or to check the status of any past pitch.

pitchmachine_list_pitchesA

List recent pitches for the authenticated Pitch Machine account. Use this to discover pitch_ids for pitches created outside this agent session, or to audit what an agent has already generated. Optional filters: status_filter, since (ISO timestamp), limit.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/rcabanes-ops/pitchmachine-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server