LaunchKit · 2026
Back to Skills

plati-mcp-search

Find cheapest reliable subscription offers from Plati using the local MCP server.

0
354 downloads
by @rybnikov

Setup & Installation

openclaw skills install @rybnikov/plati-mcp-search

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install plati-mcp-search

Version History

v0.1.6Feb 23, 2026 - Version note by skill developer:

Add generic text-query flow and new MCP filters/sorts (sort_by, min/max price, include/exclude terms). Remove strict reliability defaults to avoid empty results.

What This Skill Does

Searches Plati marketplace for subscription offers matching a keyword and returns ranked results filtered by price, seller rating, and review count. Uses a local MCP server to scan multiple listing pages and aggregate variant-level pricing data.

Scans up to 6 pages of Plati listings and applies multi-field filtering in a single call, replacing manual browsing across dozens of individual seller pages.

When to use it

  • Finding the cheapest Claude Pro subscription on Plati
  • Comparing ChatGPT Plus prices across multiple sellers
  • Filtering offers by minimum seller review count before buying
  • Getting top N lowest-priced listings for a software key
  • Checking price differences between annual and monthly subscription variants

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: find me the 5 cheapest reliable ChatGPT Plus offers

AGENT
  1. 1Calls find_cheapest_reliable_options with query='chatgpt plus', limit=20, sort_by='price_asc', min_reviews=10
  2. 2Receives raw lot data with options and variants, each including price_if_selected
  3. 3Filters variants by account type and duration in the agent layer, not in the MCP tool
  4. 4Selects top 5 results and attaches direct listing links from MCP response
  5. 5Formats output as a numbered list with price, duration, seller name, rating, and URL
OUTPUT

Numbered list of 5 ChatGPT Plus offers with prices, seller ratings, and direct Plati links, followed by a summary of lots checked and selected

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

plati-mcp-server package (npm i -g plati-mcp-server)