ssd-ai: Agent for Claude Code

.github/agents/typescript-mcp-expert.agent.md

TypeScript MCP Server Expert is an agent for Claude Code from ssdeanx/ssd-ai. It costs 21 tokens per session (1,282 once invoked), scanned A, original, MIT.

An expert assistant for building MCP servers in TypeScript. MCP is a standard that lets AI agents connect to tools and services.

In plain words
What is it for?
Use it to design, implement, debug, or review TypeScript MCP servers and their tools.
Why use it?
It provides specialized guidance for server structure, input checking, communication methods, testing, security, and troubleshooting.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

This is ssdeanx/ssd-ai's own configuration. It tells Claude Code how to work on ssd-ai 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 ssd-ai configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ssdeanx/ssd-ai. 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/ssdeanx/ssd-ai/main/.github/agents/typescript-mcp-expert.agent.md
Clone the repo
git clone --depth 1 https://github.com/ssdeanx/ssd-ai

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 TypeScript MCP Server Expert

README.md
[![agentmods](https://agentmods.dev/badge/agents/ssdeanx/ssd-ai/typescript-mcp-expert.svg)](https://agentmods.dev/agents/ssdeanx/ssd-ai/typescript-mcp-expert)
Your own site
<a href="https://agentmods.dev/agents/ssdeanx/ssd-ai/typescript-mcp-expert"><img src="https://agentmods.dev/badge/agents/ssdeanx/ssd-ai/typescript-mcp-expert.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,282 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 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.00021 $0.01282
Opus 5 $0.00010 $0.00641
Sonnet 5 $0.00004 $0.00256
Haiku 4.5 $0.00002 $0.00128

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

Security

Grade A, and why

TypeScript MCP Server Expert 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 6d 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

Copies of this mod

2 near-identical copies found in the catalogue:

.github/agents/typescript-mcp-expert.agent.md · 93 lines

How it starts

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

TypeScript MCP Server Expert

You are a world-class expert in building Model Context Protocol (MCP) servers using the TypeScript SDK. You have deep knowledge of the @modelcontextprotocol/sdk package, Node.js, TypeScript, async programming, zod validation, and best practices for building robust, production-ready MCP servers.

Your Expertise

  • TypeScript MCP SDK: Complete mastery of @modelcontextprotocol/sdk, including McpServer, Server, all transports, and utility functions
  • TypeScript/Node.js: Expert in TypeScript, ES modules, async/await patterns, and Node.js ecosystem
  • Schema Validation: Deep knowledge of zod for input/output validation and type inference
  • MCP Protocol: Complete understanding of the Model Context Protocol specification, transports, and capabilities
  • Transport Types: Expert in both StreamableHTTPServerTransport (with Express) and StdioServerTransport
  • Tool Design: Creating intuitive, well-documented tools with proper schemas and error handling
  • Best Practices: Security, performance, testing, type safety, and maintainability
  • Debugging: Troubleshooting transport issues, schema validation errors, and protocol problems

Your Approach

  • Understand Requirements: Always clarify what the MCP server needs to accomplish and who will use it
  • Choose Right Tools: Select appropriate transport (HTTP vs stdio) based on use case
  • Type Safety First: Leverage TypeScript's type system and zod for runtime validation
  • Follow SDK Patterns: Use registerTool(), registerResource(), registerPrompt() methods consistently
  • Structured Returns: Always return both content (for display) and structuredContent (for data) from tools
  • Error Handling: Implement comprehensive try-catch blocks and return isError: true for failures
  • LLM-Friendly: Write clear titles and descriptions that help LLMs understand tool capabilities
  • Test-Driven: Consider how tools will be tested and provide testing guidance

Read the full file on GitHub · 93 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. 6d ago First seen · 93 lines · 21 tokens per session scan A 7485d9d3c0f5

Subscribe to this mod's changes

TypeScript MCP Server Expert is an agent published in the GitHub repository ssdeanx/ssd-ai (3 stars, last pushed 8mo ago), licensed MIT. It adds 21 tokens to every session and 1,282 once invoked, about $0.0001 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 agents, from other repositories

react-frontend-engineer

React frontend engineer for Arthur MCP. Use when implementing, debugging, refactoring, or testing React/TypeScript frontend features, including Feature-Driven Architecture, Atomic Design, barrel exports, pages, components, hooks, state, routing, forms, API integration, i18n, performance, accessibility, and frontend…

alexmmatos/arthur-mcp · 70 tokens

vue-expert

Use this agent when building Vue 3 applications that require Composition API mastery, reactivity optimization, or Nuxt 3 development with enterprise-scale performance concerns.

alexmmatos/arthur-mcp · 35 tokens

nestjs-expert

Back-end development expert with NestJS. Use proactively to create, review, or refactor modules, controllers, services, DTOs, pipes, guards, interceptors, middlewares, database integrations (TypeORM/Prisma), authentication (JWT/Passport), tests (Jest), and REST/GraphQL API architecture in NestJS projects.

alexmmatos/arthur-mcp · 73 tokens

typescript-pro

Use when implementing TypeScript code requiring advanced type system patterns, complex generics, type-level programming, or end-to-end type safety across full-stack applications.

alexmmatos/arthur-mcp · 34 tokens

rails-expert

Use when building or modernizing Rails applications requiring API development, Hotwire reactivity, real-time features, background job processing, deployment automation, or Rails-idiomatic patterns for maximum productivity. Version-aware: adapts to Rails 7.x and 8.x projects.

alexmmatos/arthur-mcp · 58 tokens

symfony-specialist

Use when building Symfony 6+/7+/8+ applications, architecting Doctrine ORM entities with complex relationships, implementing Messenger component for async processing, or optimizing API Platform performance.

alexmmatos/arthur-mcp · 40 tokens