Plati MCP Search
VerifiedFind cheapest reliable subscription offers from Plati using the local MCP server. Use when users ask for best price options, reliable sellers, PRO/Plus subsc...
$ Add to .claude/skills/ About This Skill
# Plati MCP Search Skill
Prerequisite: install the MCP server package:
`npm i -g plati-mcp-server`
Configure an MCP server named `plati-scraper` in your local OpenClaw/Claude config:
`command: plati-mcp-server`
If your MCP client hangs on initialize, run server with debug stderr enabled:
`PLATI_MCP_STDERR=1 plati-mcp-server`
Workflow
- Call MCP tool `find_cheapest_reliable_options` with:
- - `query`: user search intent
- - `limit`: requested lots count (default 20)
- - `sort_by`: `price_asc` (default), `price_desc`, `seller_reviews_desc`, `reliability_desc`, `title_asc`, `title_desc`
- - `min_reviews`: optional seller reliability filter (default 0)
- - `min_positive_ratio`: optional seller reliability filter (default 0)
- - `min_price` / `max_price`: optional numeric range
- - `include_terms` / `exclude_terms`: optional token filters
- - `max_pages`: default 6 for broader scan
- Treat response as raw market data:
- - each lot includes `options[]`
- - each option group includes all visible `variants[]`
- - each variant has computed `price_if_selected`
- Apply plan/duration/account-type filtering in the agent, not in MCP tool.
- Include clickable listing links and selected option text in final output.
- Clearly state filters used by the agent.
Output format (Telegram-friendly)
Do not use markdown tables or code blocks for final user messages.
Return only a short numbered list with readable text and working links:
`1. <Название> — <цена>, <срок>, <продавец> (<рейтинг/отзывы>). Ссылка: <url>`
`2. ...`
After the list, add one short summary line:
`Проверено X лотов, выбрано Y лучших по вашим условиям.`
If links are present in MCP results, always include direct lot links in each list item.
Use Cases
- Debug and troubleshoot issues with structured diagnostic approaches
- Create structured plans with milestones, timelines, and deliverables
- Search and retrieve information from various data sources
- Scrape and extract structured data from websites
- Fetch and analyze pricing data from markets and exchanges
Pros & Cons
Pros
- +Clean CLI interface integrates well with automation pipelines and AI agents
- +Well-structured API patterns for reliable backend development
- +Handles common backend concerns like error handling and validation
Cons
- -Assumes specific backend architecture patterns that may not match all projects
- -Error handling patterns may need adaptation for production use
FAQ
What does Plati MCP Search do?
What platforms support Plati MCP Search?
What are the use cases for Plati MCP Search?
100+ free AI tools
Writing, PDF, image, and developer tools — all in your browser.
Next Step
Use the skill detail page to evaluate fit and install steps. For a direct browser workflow, move into a focused tool route instead of staying in broader support surfaces.