specmatic-mcp-server AGENTS.md

specmatic-mcp-server AGENTS.md is an instructions file for Codex, OpenCode from specmatic/specmatic-mcp-server. It costs 3,587 tokens per session, scanned A, original, MIT.

A server that lets coding agents use Specmatic contract testing with OpenAPI specifications. OpenAPI is a format for describing an API, while contract testing checks that an API follows that description.

In plain words
What is it for?
Use it to run contract tests, test resiliency, and start mock servers based on OpenAPI specifications.
Why use it?
It gives an agent a reference for implementing an API and helps check both normal and failure-handling behaviour against the agreed contract.

Instructions file for CodexOpenCode

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/specmatic/specmatic-mcp-server/agents-md
Clone the repo
git clone --depth 1 https://github.com/specmatic/specmatic-mcp-server

Made for: Codex, OpenCode.

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 specmatic-mcp-server AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/specmatic/specmatic-mcp-server/agents-md.svg)](https://agentmods.dev/instructions/specmatic/specmatic-mcp-server/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/specmatic/specmatic-mcp-server/agents-md"><img src="https://agentmods.dev/badge/instructions/specmatic/specmatic-mcp-server/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,587 This file is loaded in full into every session.
When invoked 3,587 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 $0.03587 $0.03587
Opus 5 $0.01793 $0.01793
Sonnet 5 $0.00717 $0.00717
Haiku 4.5 $0.00359 $0.00359

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

Security

Grade A, and why

specmatic-mcp-server AGENTS.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.

AGENTS.md · 428 lines

How it starts

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

AGENTS.md

This file provides shared guidance for coding agents working with code in this repository.

Project Overview

This is an MCP (Model Context Protocol) server that exposes Specmatic Contract Test capability, allowing coding agents to use it as a reference while implementing OpenAPI specification.

Current State

This is a fully implemented MCP (Model Context Protocol) server built with TypeScript/Node.js that exposes Specmatic contract testing capabilities. The implementation includes:

  • MCP Server: Complete implementation with 3 main tools
  • npm Package: Standalone package using specmatic npm dependency
  • Secure Docker: Uses node:latest base image for reduced vulnerabilities
  • Contract Testing: Supports both standard and resiliency testing
  • Mock Server: Can start mock servers from OpenAPI specs
  • Build System: TypeScript compilation with npm scripts
  • Automated Testing: MCP Inspector integration for testing npm package functionality

Development Setup

The project is built with TypeScript and uses Node.js. Always use nvm to use the node stable version.

Prerequisites

  • Node.js (use nvm use stable)
  • Docker (optional - for running the MCP server in container)
  • npm package can be run standalone without Docker

Available Commands

# Build the TypeScript code
npm run build

# Start the MCP server locally
npm start

# Development mode with watch
npm run dev

# Testing commands
npm run test:smoke      # Run smoke test loop (recommended)
npm run test:mcp        # Run MCP Inspector tests for npm package
npm run inspect         # Interactive MCP Inspector

# Docker commands (optional)
npm run docker:build    # Build Docker image
npm run docker:run      # Run in container
npm run start:host-network  # Run with host networking for localhost API testing

# Setup host for development
npm run setup          # Runs setup-host.sh script

Dependencies

  • @modelcontextprotocol/sdk: MCP protocol implementation
  • specmatic: Contract testing framework (npm package)
  • zod: Input validation and parsing
  • TypeScript for type safety

Read the full file on GitHub · 428 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 · 428 lines · 3,587 tokens per session scan A c4fb8756bda1

Subscribe to this mod's changes

specmatic-mcp-server AGENTS.md is an instructions file published in the GitHub repository specmatic/specmatic-mcp-server (12 stars, last pushed 2mo ago), licensed MIT. It adds 3,587 tokens to every session, about $0.0179 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.