get_unread_count — pptogo MCP Tool Read-only
get_unread_count
(get unread count) is one of 20 tools on the
pptogo
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call get_unread_count from your client
- Claude Code pptogo get_unread_count run in your project directory
- Claude Desktop pptogo get_unread_count ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor pptogo get_unread_count ~/.cursor/mcp.json
- VS Code pptogo get_unread_count .vscode/mcp.json
- Zed pptogo get_unread_count ~/.config/zed/settings.json
- Windsurf pptogo get_unread_count ~/.codeium/windsurf/mcp_config.json
- Cline pptogo get_unread_count ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI pptogo get_unread_count ~/.gemini/settings.json
- Grok pptogo get_unread_count .mcp.json (in your project root)
- ChatGPT pptogo get_unread_count Settings → Connectors → Advanced → Developer mode
- Claude.ai pptogo get_unread_count Settings → Connectors → Add custom connector
- LangChain pptogo get_unread_count pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http pptogo https://pptogo.com/api/mcp
Other tools on this server
- list_campaigns
- get_campaign
- find_products
- get_product
- list_my_profiles
- get_profile
- update_profile
- apply_to_campaign
- generate_tracking_link
- get_upload_url
- confirm_asset_upload
- submit_post
- get_post_performance
- get_my_earnings
- declare_tool_usage
- write_tool_review
- set_owner_email
- list_notifications
- mark_notification_read
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.