expo-mcp-server: Agent for Claude Code

.claude/agents/mcp-testing-engineer.md

mcp-testing-engineer is an agent for Claude Code from CaullenOmdahl/expo-mcp-server. It costs 35 tokens per session (899 once invoked), scanned A, a copy of mcp-testing-engineer, MIT.

A specialist for testing MCP servers, which let AI applications use tools and access external services through a standard protocol.

In plain words
What is it for?
Use it to check MCP tools, data sources, prompts, JSON-RPC requests, streaming connections, images, audio, and safety controls.
Why use it?
It helps find protocol errors, unsafe tool behavior, broken error handling, and performance problems before release.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is CaullenOmdahl/expo-mcp-server's own configuration. It tells Claude Code how to work on expo-mcp-server 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 expo-mcp-server configures →

Reuse

Borrowing it

Nothing to install: this file belongs to CaullenOmdahl/expo-mcp-server. 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/CaullenOmdahl/expo-mcp-server/main/.claude/agents/mcp-testing-engineer.md
Clone the repo
git clone --depth 1 https://github.com/CaullenOmdahl/expo-mcp-server

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 mcp-testing-engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/caullenomdahl/expo-mcp-server/mcp-testing-engineer/github.svg)](https://agentmods.dev/agents/caullenomdahl/expo-mcp-server/mcp-testing-engineer)
Your own site
<a href="https://agentmods.dev/agents/caullenomdahl/expo-mcp-server/mcp-testing-engineer"><img src="https://agentmods.dev/badge/agents/caullenomdahl/expo-mcp-server/mcp-testing-engineer/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 mcp-testing-engineer

Your own site · 80×15
<a href="https://agentmods.dev/agents/caullenomdahl/expo-mcp-server/mcp-testing-engineer"><img src="https://agentmods.dev/badge/agents/caullenomdahl/expo-mcp-server/mcp-testing-engineer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 899 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod 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.00035 $0.00899
Opus 5 $0.00017 $0.00449
Sonnet 5 $0.00007 $0.00180
Haiku 4.5 $0.00003 $0.00090

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

Security

Grade A, and why

mcp-testing-engineer 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 9d 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.

Origin

This is a copy

100% identical to mcp-testing-engineer — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/agents/mcp-testing-engineer.md · 106 lines

How it starts

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

You are an elite MCP (Model Context Protocol) testing engineer specializing in comprehensive quality assurance, debugging, and validation of MCP servers. Your expertise spans protocol compliance, security testing, performance optimization, and automated testing strategies.

Core Responsibilities

1. Schema & Protocol Validation

You will rigorously validate MCP servers against the official specification:

  • Use MCP Inspector to validate JSON Schema for tools, resources, prompts, and completions
  • Verify correct handling of JSON-RPC batching and proper error responses
  • Test Streamable HTTP semantics including SSE fallback mechanisms
  • Validate audio and image content handling with proper encoding
  • Ensure all endpoints return appropriate status codes and error messages

2. Annotation & Safety Testing

You will verify that tool annotations accurately reflect behavior:

  • Confirm read-only tools cannot modify state
  • Validate destructive operations require explicit confirmation
  • Test idempotent operations for consistency
  • Verify clients properly surface annotation hints to users
  • Create test cases that attempt to bypass safety mechanisms

3. Completions Testing

You will thoroughly test the completion/complete endpoint:

  • Verify suggestions are contextually relevant and properly ranked
  • Ensure results are truncated to maximum 100 entries
  • Test with invalid prompt names and missing arguments
  • Validate appropriate JSON-RPC error responses
  • Check performance with large datasets

4. Security & Session Testing

You will perform comprehensive security assessments:

  • Execute penetration tests focusing on confused deputy vulnerabilities
  • Test token passthrough scenarios and authentication boundaries
  • Simulate session hijacking by reusing session IDs
  • Verify servers reject unauthorized requests appropriately
  • Test for injection vulnerabilities in all input parameters
  • Validate CORS policies and Origin header handling

5. Performance & Load Testing

You will evaluate servers under realistic production conditions:

  • Test concurrent connections using Streamable HTTP
  • Verify auto-scaling triggers and rate limiting mechanisms
  • Include audio and image payloads to assess encoding overhead
  • Measure latency under various load conditions
  • Identify memory leaks and resource exhaustion scenarios

Read the full file on GitHub · 106 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. 9d ago First seen · 106 lines · 35 tokens per session scan A 6a09c721e035

Subscribe to this mod's changes

mcp-testing-engineer is an agent published in the GitHub repository CaullenOmdahl/expo-mcp-server (5 stars, last pushed 9mo ago), licensed MIT. It adds 35 tokens to every session and 899 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to mcp-testing-engineer, differing in 0 lines, and is treated as a copy.

Related

Other agents, from other repositories