# Pitchdeck Auto MCP

> Pitchdeck Auto MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Automatically generates or processes pitch deck content from input data using an agentic MCP endpoint

## Facts

- Endpoint: POST https://api.m2mcent.com/pitchdeck-auto-mcp/api/process
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pitchdeck-auto-mcp-2c31d7a0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sMrDIhQAp-9inuNxaYU-S

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability pitchdeck-auto-mcp-2c31d7a0 -d '<json body>'
```

Example prompt: Can you automatically generate a pitch deck for my startup? Here's the business description: 'NutriTrack is an AI-powered nutrition tracking app that helps busy professionals maintain healthy eating habits through personalized meal recommendations and real-time grocery integration.'

## When to prefer this

Choose this endpoint when you need to automatically generate or process pitch deck content from a text-based business description without manual slide creation. It is best suited for agentic workflows where investor presentation materials need to be produced programmatically from structured or unstructured business data.

## Known failure modes

- Empty or missing 'data' field returns an error or empty output
- Malformed input string may produce incomplete or irrelevant deck content
- Service timeout if input data is very large or complex
- Payment failure via x402 protocol prevents endpoint access
- Ambiguous or vague business descriptions may yield generic slide content

## How this service works

The premier global index of 1,069 monetized MCP nodes across 205 specialized subdomains. Gasless USDC runtime settlements via x402 V2 Spec on Base L2. Save 95% token context.

## Output

Returns processed pitch deck content or a generated presentation structure based on the input data string, likely including slide content, sections, and narrative flow suitable for investor or stakeholder presentations.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payload": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pitchdeck-auto-mcp-2c31d7a0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.m2mcent.com](https://www.zero.xyz/host/api.m2mcent.com/llms.txt)
