Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/izzipizzy/aparser-mcp/aparsernpx skills add izzipizzy/aparser-mcp --skill aparsergit clone --depth 1 https://github.com/izzipizzy/aparser-mcpWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00087 | $0.03412 |
| Opus 5 | $0.00044 | $0.01706 |
| Sonnet 5 | $0.00017 | $0.00682 |
| Haiku 4.5 | $0.00009 | $0.00341 |
Grade A, and why
aparser scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
Setup). **Готовые примеры запросов (ping/oneRequest), curl-шаблон и полный список методов How it starts
The opening of the file, as written. The whole thing — 176 lines — stays where its author put it; the contents beside it link to each section on GitHub.
aparser
Overview
Управление A-Parser (парсер SERP/подсказок/кейвордов и т.д.) из агента через
MCP-сервер aparser. Сервер оборачивает HTTP API A-Parser (:9091/API) в
инструменты. Полный справочник методов — api-reference.md.
When to use
- Проверить позиции сайта в Google/Bing/Yandex по списку ключей (+ гео).
- Собрать выдачу (ссылки/анкоры), подсказки, related, PAA.
- Прогнать любой установленный парсер A-Parser над списком запросов.
- Управлять задачами (очередь, статус, скачивание результатов).
Инструменты (в Claude Code — mcp__aparser__<tool>):
ping, info, list_parsers, parser_info, get_proxies,
one_request, add_task, task_state, wait_task, task_results.
Готовые примеры запросов: examples.md (EN) ·
examples.ru.md (RU) — подсказки, выдача, позиции с гео,
капча (XEvil), desktop/mobile, батчи.
Setup (один раз)
MCP-сервер — пакет aparser-mcp (TypeScript, stdio, ставится через npx). Скил обращается
только к твоему собственному серверу A-Parser; доступ читается из окружения, нигде не
хардкодится, не логируется и не пересылается третьим сторонам. Задай в окружении AP_URL
(адрес твоего A-Parser) и AP_PASSWORD (ключ API), затем зарегистрируй сервер:
claude mcp add aparser --env AP_URL="$AP_URL" --env AP_PASSWORD="$AP_PASSWORD" -- npx -y aparser-mcp
ping должен вернуть pong.
Дефолты (зашиты в MCP, переопределяемы)
add_task/one_request подставляют по умолчанию — под лимит прокси этого сервера:
config_preset="default"— обычный пресет (есть на любом инсталле A-Parser). На сервере включён «Динамический лимит потоков» (Настройки → Общие настройки) + «Общий лимит потоков» = лимиту прокси (~50), поэтому A-Parser сам держит сумму активных потоков ≤ лимиту и раздаёт их между заданиями по приоритету (priority/prio1–100). Бюджет вручную бить (кастомные50th/th17= 3×17) больше не нужно. Переопредели через envAP_CONFIG_PRESETили аргументом. (Если динамический лимит выключат — вернись к ручному пресету под лимит прокси + «Максимум активных заданий».)proxyretries=40— подставляется в каждый парсер стека, где опция есть и её не задали (envAP_PROXYRETRIES). Это сток-дефолт A-Parser, ок дляhttp/one_request. На браузере (engine=chrome) 40 = зависания на последнем ключе — там ставь5-15явно (см. «Капча, ретраи, скорость»).do_log=true(doLog:"db") — логи в БД A-Parser (смотреть в UI).
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- api-reference.md 4.5 KB
- examples.md 4.3 KB
- examples.ru.md 5.5 KB
- parsers/API.Server.Redis.md 1.2 KB
- parsers/Browser.ScreenshotsMaker.md 1.5 KB
- parsers/Check.BackLink.md 3.2 KB
- parsers/Check.RosKomNadzor.md 1.5 KB
- parsers/Cloudflare.Radar.md 1.3 KB
- parsers/CoinMarketCap.LastPrice.md 1.2 KB
- parsers/DeepL.Translator.md 1.3 KB
- parsers/DeepL.Write.md 1.3 KB
- parsers/FreeAI.ChatGPT.md 1.5 KB
- parsers/FreeAI.Copilot.md 1.2 KB
- parsers/FreeAI.DeepAI.md 1.2 KB
- parsers/FreeAI.GoogleAI.md 1.9 KB
- parsers/FreeAI.Kimi.md 1.1 KB
- parsers/FreeAI.Perplexity.md 1.5 KB
- parsers/FreeAI.Server.OpenAI.md 1.4 KB
- parsers/GooglePlay.Apps.md 1.4 KB
- parsers/HTML.ArticleExtractor.md 2.5 KB
- parsers/HTML.EmailExtractor.md 2.8 KB
- parsers/HTML.LinkExtractor.md 2.6 KB
- parsers/HTML.TextExtractor.LangDetect.md 2.4 KB
- parsers/HTML.TextExtractor.md 2.3 KB
- parsers/IP.Geo.md 1.4 KB
- parsers/IP.Info.md 1.9 KB
- parsers/Maps.Google.md 1.6 KB
- parsers/Maps.Google.Reviews.md 1.3 KB
- parsers/Maps.Yandex.md 1.6 KB
- parsers/Net.DNS.md 1.4 KB
- parsers/Net.HTTP.md 2.2 KB
- parsers/Net.Whois.md 1.5 KB
- parsers/OpenAI.ChatGPT.md 1.6 KB
- parsers/OpenAI.Completions.md 1.5 KB
- parsers/Rank.Ahrefs.BrokenLinks.md 1.9 KB
- parsers/Rank.Ahrefs.KeywordDifficulty.md 1.4 KB
- parsers/Rank.Ahrefs.KeywordGenerator.md 1.5 KB
- parsers/Rank.Ahrefs.md 1.6 KB
- parsers/Rank.Ahrefs.TrafficChecker.md 1.6 KB
- parsers/Rank.Archive.md 1.2 KB
- parsers/Rank.Bukvarix.Domain.md 1.3 KB
- parsers/Rank.Bukvarix.Keyword.md 1.3 KB
- parsers/Rank.CMS.md 1.6 KB
- parsers/Rank.Curlie.md 1.1 KB
- parsers/Rank.KeysSo.md 3.1 KB
- parsers/Rank.MajesticSEO.md 2.1 KB
- parsers/Rank.MOZ.md 2.2 KB
- parsers/Rank.Mustat.md 1.3 KB
- parsers/Rank.Social.Signal.md 1.2 KB
- parsers/README.md 6.4 KB
- parsers/Reddit.Comments.md 1.5 KB
- parsers/Reddit.PostInfo.md 1.9 KB
- parsers/Reddit.Posts.md 1.5 KB
- parsers/SE.AOL.md 1.4 KB
- parsers/SE.AOL.Suggest.md 1.2 KB
- parsers/SE.Ask.md 1.3 KB
- parsers/SE.Baidu.md 1.4 KB
- parsers/SE.Bing.Images.md 1.4 KB
- parsers/SE.Bing.md 2.0 KB
- parsers/SE.Bing.Position.md 2.4 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 176 lines · 87 tokens per session scan A 1d3f93cf0791
aparser is a skill published in the GitHub repository izzipizzy/aparser-mcp (2 stars, last pushed 1mo ago), licensed MIT. It adds 87 tokens to every session and 3,412 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
write-like-meng-on-x
Write, rewrite, review, or continuously refine X/Twitter posts in Meng To's current voice using his deduplicated authored-post corpus, personal and product context, shared resources, and Content repo evidence. Use when asked to improve a tweet in Meng's tone, draft an original post, reply, thread, resource share, or…
referral-program
When the user wants to design, launch, or optimize an in-app referral / invite / share-to-earn program — including reward structure, mechanics, fraud prevention, deep link setup, and viral coefficient measurement. Use when the user mentions "referral program", "invite a friend", "refer and earn", "share to earn"…
google-ads-audit
Google Ads account audit and business context setup. Run this first — it gathers business information, analyzes account health, and saves context that all other ads skills reuse. Trigger on "audit my ads", "ads audit", "set up my ads", "onboard", "account overview", "how's my account", "ads health check", "what should…
app-marketing-context
When the user wants to create or update their app marketing context document. Also use when the user mentions "app context", "marketing brief", "app positioning", or when starting any ASO or app marketing project. This is the foundation skill — all other skills check for this context first.
improve-website
Guided journey from a live website that underperforms to a prioritized, evidence-backed backlog of conversion, usability, message, and speed fixes - each shipped as a testable experiment. Orchestrates eight skills phase by phase - cro-methodology, ux-heuristics, refactoring-ui, web-typography, storybrand-messaging…
product-marketing
Build product marketing strategy including positioning, messaging, and go-to-market. Use when the user says "positioning", "messaging framework", "go-to-market", "GTM strategy", "product marketing", "competitive positioning", "battlecard", "sales enablement", "launch plan", or asks about how to position or message…