mcp-elicit CLAUDE.md

mcp-elicit CLAUDE.md is an instructions file for coding agents from blizzy78/mcp-elicit. It costs 1,367 tokens per session, scanned A, original, MIT.

Project instructions for an MCP server that lets AI assistants ask people for structured answers, such as text, choices, numbers, dates, emails, and web addresses.

In plain words
What is it for?
Useful when developing or maintaining the mcp-elicit server, especially its user prompts, data validation, communication methods, and MCP tools.
Why use it?
They give an agent the project’s purpose and explain how its communication and tools are organised, making the codebase easier to navigate.

Instructions file

Install

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.

agentmods
npx agentmods add instructions/blizzy78/mcp-elicit/claude-md
Clone the repo
git clone --depth 1 https://github.com/blizzy78/mcp-elicit

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 mcp-elicit CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/blizzy78/mcp-elicit/claude-md.svg)](https://agentmods.dev/instructions/blizzy78/mcp-elicit/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/blizzy78/mcp-elicit/claude-md"><img src="https://agentmods.dev/badge/instructions/blizzy78/mcp-elicit/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,367 This file is loaded in full into every session.
When invoked 1,367 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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.01367 $0.01367
Opus 5 $0.00683 $0.00683
Sonnet 5 $0.00273 $0.00273
Haiku 4.5 $0.00137 $0.00137

Measured 5d ago against content hash bf381d034bf2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

mcp-elicit CLAUDE.md scanned grade A with 0 findings 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 5d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 137 lines

How it starts

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

Elicitation MCP Server

Project Description

The Elicitation MCP Server is a Model Context Protocol (MCP) server that provides user elicitation capabilities for AI applications. The server enables AI assistants to prompt users for structured input through various elicitation tools, supporting different data types and validation patterns. It acts as a bridge between AI systems and human users, allowing for interactive data gathering in conversational AI workflows.

The project implements the MCP specification and provides a comprehensive set of tools for soliciting user input, including free-form text, multiple choice options, numbers, booleans, dates, email addresses, and URIs. Each interaction supports user actions to accept, decline, or cancel prompts, providing a robust user experience.

High-Level Architecture

Transport Layer Architecture

The project follows a modular transport pattern with three distinct communication protocols:

┌─────────────┐    ┌──────────────────┐    ┌─────────────────┐
│   Client    │    │  MCP Transport   │    │  Elicit Server  │
│             │◄──►│                  │◄──►│                 │
│   (AI/Bot)  │    │ • STDIO          │    │ • Tool Registry │
│             │    │ • SSE            │    │ • Elicitation   │
└─────────────┘    │ • HTTP           │    │ • Validation    │
                   └──────────────────┘    └─────────────────┘

Transport Implementations:

  • STDIO (stdio.ts): Command-line interface using standard input/output for direct integration with CLI applications
  • SSE (sse.ts): Server-Sent Events over HTTP for web-based real-time communication with session management
  • HTTP (streamableHttp.ts): Full HTTP server with session management, resumability, and connection lifecycle handling

Core Components:

  • Entry Point (index.ts): Dynamic transport dispatcher that loads the appropriate communication module based on command-line arguments
  • Server Factory (elicit.ts): Creates configured MCP server instances with tool capabilities and elicitation features
  • Tool Registry (tools/index.ts): Centralized registry of all available elicitation tools with handlers and schemas

Read the full file on GitHub · 137 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. 5d ago First seen · 137 lines · 1,367 tokens per session scan A bf381d034bf2

Subscribe to this mod's changes

mcp-elicit CLAUDE.md is an instructions file published in the GitHub repository blizzy78/mcp-elicit (2 stars, last pushed 1y ago), licensed MIT. It adds 1,367 tokens to every session, about $0.0068 per session on Opus 5. A static security scan graded it A with 0 findings. 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