claude-mcp-etsi: Instructions file for Claude Code

CLAUDE.md

claude-mcp-etsi CLAUDE.md is an instructions file for Claude Code from magicbadger/claude-mcp-etsi. It costs 1,976 tokens per session, scanned A, original, MIT.

Project instructions for a connector that downloads, summarizes, and makes ETSI standards queryable. ETSI is a standards organization for telecommunications and related media technologies.

In plain words
What is it for?
Use them when working on the connector’s document fetching, parsing, summarizing, querying, or standards-summary files.
Why use it?
They give contributors a shared understanding of the connector’s purpose, folders, data flow, and required summary format.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions Claude Code.

This is magicbadger/claude-mcp-etsi's own configuration. It tells Claude Code how to work on claude-mcp-etsi itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-mcp-etsi configures →

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /Users/ben/git/claude-etsi-connector.

Reuse

Borrowing it

Nothing to install: this file belongs to magicbadger/claude-mcp-etsi. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/magicbadger/claude-mcp-etsi/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/magicbadger/claude-mcp-etsi

Made for: Claude Code.

Wrote 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.

agentmods badge for claude-mcp-etsi CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/magicbadger/claude-mcp-etsi/claude-md/github.svg)](https://agentmods.dev/instructions/magicbadger/claude-mcp-etsi/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/magicbadger/claude-mcp-etsi/claude-md"><img src="https://agentmods.dev/badge/instructions/magicbadger/claude-mcp-etsi/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.

agentmods 80×15 button for claude-mcp-etsi CLAUDE.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/magicbadger/claude-mcp-etsi/claude-md"><img src="https://agentmods.dev/badge/instructions/magicbadger/claude-mcp-etsi/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 1,976 This file is loaded in full into every session.
When invoked 1,976 The same file — it is already loaded in full.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.01976 $0.01976
Opus 5 $0.00988 $0.00988
Sonnet 5 $0.00395 $0.00395
Haiku 4.5 $0.00198 $0.00198

Measured 8d ago against content hash 3affe629418b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

claude-mcp-etsi CLAUDE.md 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 8d 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.

curl 'https://www.etsi.org/?option=com_standardssearch&view=data&format=json&page=1&search=ETSI%20TS%20102%20818&title=1&etsiNumber=1&content=0&published=1&sort=1' \
CLAUDE.md · 179 lines

How it starts

The opening of the file, as written. The whole thing — 179 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ETSI Standards Connector

Project Purpose

This project is a Claude-powered connector for ingesting, summarising, and making queryable ETSI telecommunications and media standards documents. The outputs are structured markdown summaries that can later be used to answer questions, validate outputs, generate conformant data (e.g. XML), or write conformant code.

Architecture Overview

etsi.org (PDF) --> fetch/parse --> summariser agent --> standards/*.md
                                                              ^
                                                              |
                                              query agent --> answers / code / XML

Key directories:

  • standards/ — generated summary files, one per standard (e.g. standards/TS-103-720.md)
  • prompts/ — reusable prompt templates for summarisation and querying
  • src/ — connector source code (fetcher, parser, summariser, query interface)
  • cache/ — raw downloaded documents (PDFs, HTML); git-ignored

Standards Summary Format

Every file in standards/ MUST follow this structure:

# <Standard Number>: <Title>
**Version**: x.y.z  **Date**: YYYY-MM  **Status**: [Normative|Informative]
**Source**: <URL>

## Scope
One paragraph.

## Key Concepts
- **Term**: definition

## Normative References
| Standard | Title | Relevance |
|----------|-------|-----------|

## Data Structures
For each structure: name, fields (mandatory/optional), types, allowed values, recommended values.

For structures that are binary data: add the byte position and length. Values should preferably be given in hex. If the value is a simple binary flag, this should be 1 or 0.

## Rules and Constraints
Numbered list. Each entry MUST indicate [M] mandatory or [O] optional.
Where a choice of values exists, list all options and mark recommended with *.

## Workflows and Sequences
Numbered steps or sequence diagrams (Mermaid). Indicate mandatory/optional steps.

## Conformance Requirements
Summary of SHALL / SHOULD / MAY clauses from the standard.

## Related Standards
Standards referenced in this document that may warrant further retrieval.

## Summary Notes
Brief prose capturing anything not covered above.

Read the full file on GitHub · 179 lines

Changes

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.

  1. 8d ago First seen · 179 lines · 1,976 tokens per session scan A 3affe629418b

Subscribe to this mod's changes

claude-mcp-etsi CLAUDE.md is an instructions file published in the GitHub repository magicbadger/claude-mcp-etsi (0 stars, last pushed 6mo ago), licensed MIT. It adds 1,976 tokens to every session, about $0.0099 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.

Related

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.

vercel/next.js · 7,296 tokens

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.

openai/codex · 5,153 tokens

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).

microsoft/vscode · 6,785 tokens

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).

microsoft/vscode · 5,001 tokens

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.

langchain-ai/langchain · 4,469 tokens

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.

github/spec-kit · 7,104 tokens