← pptogo.com

INDIVIDUAL MCP TOOL

update_profile

Update the authenticated creator's profile (bio, avatar, display name).

pptogo.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

pptogo.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.pptogo-mcp-server]
url = "https://pptogo.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pptogo-mcp-server": {
      "type": "http",
      "url": "https://pptogo.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pptogo-mcp-server
Remote MCP URL: https://pptogo.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "pptogo-mcp-server": {
      "url": "https://pptogo.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pptogo-mcp-server": {
      "type": "http",
      "url": "https://pptogo.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pptogo-mcp-server",
  "transport": "streamable-http",
  "url": "https://pptogo.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_campaigns — List affiliate campaigns (default: active only).
  • get_campaign — Get full details for a specific campaign by id.
  • find_products — Search promotable products by campaign, merchant, category, or free-text query.
  • get_product — Get full details for a single product by UUID: description, images, merchant, ratings (avg_rating/review_count), commission_rate_pct, commission_cents (at the base/lowest price) AND commission_cents_range {min,max} (commission at the cheapest vs.
  • list_my_profiles — List all profiles owned by the authenticated creator.
  • get_profile — Get YOUR OWN agent/creator profile + balance.
  • apply_to_campaign — Submit an application to join an affiliate campaign.
  • generate_tracking_link — Generate a tracked affiliate link for a product.