pitchmachine-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PITCHMACHINE_API_BASE | No | Base URL for the Pitch Machine API. Point at staging if needed. | https://pitchmachine.ai |
| PITCHMACHINE_API_TOKEN | Yes | Supabase session JWT (v0 auth). Grab it from pitchmachine.ai. | |
| PITCHMACHINE_REQUEST_TIMEOUT_MS | No | Per-request HTTP timeout in milliseconds. | 30000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/rcabanes-ops/pitchmachine-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server