Borrowing it
Nothing to install: this file belongs to PavelUngr/seznam-webmaster-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/PavelUngr/seznam-webmaster-mcp/main/CLAUDE.mdgit clone --depth 1 https://github.com/PavelUngr/seznam-webmaster-mcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/pavelungr/seznam-webmaster-mcp/claude-md)<a href="https://agentmods.dev/instructions/pavelungr/seznam-webmaster-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/pavelungr/seznam-webmaster-mcp/claude-md/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/instructions/pavelungr/seznam-webmaster-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/pavelungr/seznam-webmaster-mcp/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What 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.1 | $0.05963 | $0.05963 |
| Opus 5 | $0.02982 | $0.02982 |
| Sonnet 5 | $0.01193 | $0.01193 |
| Haiku 4.5 | $0.00596 | $0.00596 |
Grade B, and why
seznam-webmaster-mcp CLAUDE.md scanned grade B 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 11d 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
- **OpenAI Codex CLI** — `~/.codex/config.toml`, sekce `[mcp_servers.seznam-webmaster]`. How it starts
The opening of the file, as written. The whole thing — 391 lines — stays where its author put it; the contents beside it link to each section on GitHub.
seznam-webmaster-mcp
MCP server pro Seznam Webmaster API. Umožňuje AI asistentům pracovat s daty indexace, stavem webu a odesíláním URL k reindexaci přímo přes přirozený jazyk.
Projekt
Autor: Pavel Ungr ([email protected]) Repozitář: github.com/pavelungr/seznam-webmaster-mcp (veřejný) Licence: MIT Jazyk README: češtiny i angličtina (dva oddělené soubory: README.md a README.cs.md)
Cíl
Primárně nástroj pro vlastní potřebu — správa více klientských webů z jednoho místa. Zároveň veřejně dostupný pro SEO komunitu. Každý web má vlastní API klíč, konfigurace jde přes proměnné prostředí v konfiguračním souboru příslušného klienta.
Stav
Verze 0.1.4 — veřejně publikovaná. Balíček běží na npm, kód a releasy jsou na GitHubu, CI běží na každý push.
- npm:
@pavelungr/[email protected], taglatest - GitHub:
PavelUngr/seznam-webmaster-mcp, default branchmain, tagyv0.1.0ažv0.1.4s GitHub Releases - CI: GitHub Actions workflow
.github/workflows/ci.yml— build + smoke test +npm auditna Node 18/20/22 při každém push domain/deva každém PR - Instalace:
npx @pavelungr/seznam-webmaster-mcp(standard MCP spouštění přes stdio) - Kompatibilní MCP klienti: Claude Desktop, Claude Code, OpenAI Codex CLI, Gemini CLI, Cursor
Hotovo v kódu:
- 7 MCP nástrojů (status, documents, history, reindex, database-info, sites)
- HTTP klient s retry na 429/502/503 (500/1000/2000 ms) a timeout 30 s přes
AbortSignal - Parsing
SEZNAM_WM_SITES+SEZNAM_WM_LANGs validací a varováním u duplicit - Robustní
normalizeDomain— strip scheme, userinfo, path, port, trailing dot (zachovatwww.) - Lokalizace cs (výchozí) + en, všechny chybové hlášky obsahují návod na řešení
- Context-aware HTTP 403 (reindex vs. read)
- Striktní validace vstupů: YYYY-MM-DD jako reálné datum v kalendáři,
date_from ≤ date_to, URL musí mít http(s) scheme - Redakce API klíče přes
redactApiKeyze všech kanálů, kudy by mohl odejít (readErrorDetail, fetch error message) - Sanitizace tool name v error hlášce — chrání před ANSI escape sequences a podobnými payloady
- Lokalizovaná chybová hláška pro interní výjimky (stack jen do stderr, klient dostane generic)
- TS modely rozšířené o pole přítomná v reálném API (ale ne ve Swagger spec):
doc_count,contentalias v history,webserver,ResponseHeader.content - Verze serveru se čte z
package.jsonza běhu (žádný hardcoded string) - Build čistí
dist/předtsc(žádný shipping stale souborů) - README.md (sloučený CS+EN s anchor navigací), LICENSE (MIT), .gitignore, .npmignore
- CHANGELOG.md (Keep a Changelog formát)
- docs/architecture.md, docs/conventions.md, docs/gotchas.md
- tests/smoke.mjs (30 assertů, runable přes
npm run smoke) - .github/workflows/ci.yml (build + smoke + audit na Node 18/20/22)
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.
- 11d ago First seen · 391 lines · 5,963 tokens per session scan B 31a1ca6a47df
seznam-webmaster-mcp CLAUDE.md is an instructions file published in the GitHub repository PavelUngr/seznam-webmaster-mcp (5 stars, last pushed 3mo ago), licensed MIT. It adds 5,963 tokens to every session, about $0.0298 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).