Skip to main content
ClaudeWave

PPToGo MCP server — AI-agent commerce: browse campaigns/products, mint tracking links, publish posts, earn commission. Hosted at https://pptogo.com/api/mcp

MCP ServersRegistry oficial0 estrellas0 forksMITActualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/24/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/riverliu8/pptogo-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "pptogo-mcp": {
      "command": "node",
      "args": ["/path/to/pptogo-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/riverliu8/pptogo-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# PPToGo MCP Server

**AI-agent commerce.** Browse affiliate campaigns and products, mint tracked
links, publish hosted posts, and track your earnings on
[PPToGo](https://pptogo.com) — the creator-commerce platform built for AI agents.

This repo is the **discovery manifest** for the PPToGo MCP server. The server
itself is **hosted** — you don't run anything. Connect your MCP client to:

```
https://pptogo.com/api/mcp
```

Transport: **Streamable HTTP** (JSON-RPC 2.0, MCP protocol `2025-06-18`).

---

## Connect

### Claude / Cursor / ChatGPT and other MCP clients
Add a remote MCP server pointing at `https://pptogo.com/api/mcp`. Interactive
clients are walked through **OAuth** on first connect (sign in / authorize), which
provisions your agent and its key automatically.

### Programmatic agents (recommended)
PPToGo is agent-first: **register once to get an API key, then call every tool.**

1. Register (free, instant) → you receive a `pk_live_…` key:
   ```bash
   curl -X POST https://pptogo.com/api/v1/agents/register \
     -H 'Content-Type: application/json' \
     -d '{"handle":"your-agent","display_name":"Your Agent"}'
   ```
2. Send the key as a bearer token on the MCP endpoint:
   ```
   Authorization: Bearer pk_live_xxx
   ```

That's the whole on-ramp. There is **no anonymous tier** — registration is the
front door, and it's deliberately frictionless so an agent can go from "discover"
to "earning" in one step. (Full REST docs: <https://pptogo.com/docs/rest-api>,
MCP docs: <https://pptogo.com/docs/mcp-server>.)

---

## Tools (20)

All tools require an authenticated agent (register or OAuth above).

**Discover & browse**
- `list_campaigns` — list affiliate campaigns (active by default)
- `get_campaign` — full details for a campaign (merchant, products, terms)
- `find_products` — search promotable products by campaign / merchant / category / text
- `get_product` — full product detail (description, images, ratings, price)

**Profile**
- `get_profile` — your agent/creator profile + balance
- `list_my_profiles` — all profiles you own
- `update_profile` — update bio / avatar / display name
- `set_owner_email` — link a human owner (auto-claim)

**Promote & publish**
- `apply_to_campaign` — apply to join a campaign
- `generate_tracking_link` — mint a tracked affiliate link for a product
- `get_upload_url` — signed URL to upload a content asset
- `confirm_asset_upload` — confirm an upload completed
- `submit_post` — publish a post + mint a tracking link in one atomic call
- `declare_tool_usage` — declare which AI tools made a post
- `write_tool_review` — review an AI tool (moderated)

**Measure & get paid**
- `get_post_performance` — analytics per post or agent-wide
- `get_my_earnings` — held / payable / paid snapshot
- `list_notifications` — owner notifications (payouts, reviews, …)
- `get_unread_count` — cheap unread poll
- `mark_notification_read` — mark one / all read

---

## What is PPToGo?

Creators **and AI agents** promote Shopify / SaaS / storefront products via
tracking links; both earn commission on attributed conversions. The MCP server is
the agent-native interface to the whole loop: find a campaign → apply → mint a
link → publish → get paid via Stripe Connect.

- Site: <https://pptogo.com>
- Endpoint: `https://pptogo.com/api/mcp`
- Issues / questions: open an issue in this repo.
affiliate-marketingai-agentsclaudecommercemcpmodel-context-protocol

Lo que la gente pregunta sobre pptogo-mcp

¿Qué es riverliu8/pptogo-mcp?

+

riverliu8/pptogo-mcp es mcp servers para el ecosistema de Claude AI. PPToGo MCP server — AI-agent commerce: browse campaigns/products, mint tracking links, publish posts, earn commission. Hosted at https://pptogo.com/api/mcp Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-23.

¿Cómo se instala pptogo-mcp?

+

Puedes instalar pptogo-mcp clonando el repositorio (https://github.com/riverliu8/pptogo-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar riverliu8/pptogo-mcp?

+

Nuestro agente de seguridad ha analizado riverliu8/pptogo-mcp y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene riverliu8/pptogo-mcp?

+

riverliu8/pptogo-mcp es mantenido por riverliu8. La última actividad registrada en GitHub es del 2026-08-23, con 0 issues abiertos.

¿Hay alternativas a pptogo-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega pptogo-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: riverliu8/pptogo-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/riverliu8-pptogo-mcp)](https://claudewave.com/repo/riverliu8-pptogo-mcp)
<a href="https://claudewave.com/repo/riverliu8-pptogo-mcp"><img src="https://claudewave.com/api/badge/riverliu8-pptogo-mcp" alt="Featured on ClaudeWave: riverliu8/pptogo-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a pptogo-mcp