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 instructions/adeze/raindrop-mcp/dxtgit clone --depth 1 https://github.com/adeze/raindrop-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.00321 | $0.00321 |
| Opus 5 | $0.00161 | $0.00161 |
| Sonnet 5 | $0.00064 | $0.00064 |
| Haiku 4.5 | $0.00032 | $0.00032 |
Grade A, and why
raindrop-mcp dxt.instructions.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 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.
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.
What it actually says
I want to build this as an MCP Bundle, abbreviated as "MCPB". Please follow these steps:
Read the MCPB documentation on https://github.com/anthropics/mcpb
-
Read the specifications thoroughly:
- https://github.com/anthropics/mcpb/blob/main/README.md - MCPB architecture overview, capabilities, and integration patterns
- https://github.com/anthropics/mcpb/blob/main/MANIFEST.md - Complete bundle manifest structure and field definitions
- https://github.com/anthropics/mcpb/tree/main/examples - Reference implementations including a "Hello World" example
-
Create a proper bundle structure:
- Generate a valid manifest.json following the MANIFEST.md spec
- Implement an MCP server using @modelcontextprotocol/sdk with proper tool definitions
- Include proper error handling and timeout management
-
Follow best development practices:
- Implement proper MCP protocol communication via stdio transport
- Structure tools with clear schemas, validation, and consistent JSON responses
- Make use of the fact that this bundle will be running locally
- Add appropriate logging and debugging capabilities
- Include proper documentation and setup instructions
-
Test considerations:
- Validate that all tool calls return properly structured responses
- Verify manifest loads correctly and host integration works
Generate complete, production-ready code that can be immediately tested. Focus on defensive programming, clear error messages, and following the exact MCPB specifications to ensure compatibility with the ecosystem.
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 · 28 lines · 321 tokens per session scan A cb1d5a5cf6fd
raindrop-mcp dxt.instructions.md is an instructions file published in the GitHub repository adeze/raindrop-mcp (180 stars, last pushed 1mo ago), licensed MIT. It adds 321 tokens to every session, about $0.0016 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-30.
Other instructions, from other repositories
Taiwan-Health-MCP CLAUDE.md
Instructions for healthymind-tech/Taiwan-Health-MCP, covering claude.md, language, 文件網站是雙語的 —— 改內容時兩份一起改, gstack and project overview.
cc-wf-studio CLAUDE.md
Claude Code instructions for breaking-brake/cc-wf-studio, covering cc-wf-studio development guidelines, language, autonomous value-creation loop, project structure and schema files — two systems, two purposes.
mcp AGENTS.md
Instructions for Teamwork/mcp, covering agents.md, this repository is public, project overview, setup commands and build and run.
clio-kit CLAUDE.md
Instructions for iowarp/clio-kit, covering claude.md, project overview, project structure, common development commands and setup & installation.
workshop AGENTS.md
Instructions for raindrop-ai/workshop, covering agent guide, did the user ask you to use workshop? (the common case), did the user ask you to develop workshop?, commands and how to work.
obsidian-vault-mcp CLAUDE.md
Instructions for ebullient/obsidian-vault-mcp, covering obsidian vault mcp, code style and qa.