API Testing Platform
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@API Testing Platformrun all tests in the 'login' suite"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
API Testing Platform
An LLM-driven API testing platform exposed over MCP. Tests are authored as typed,
declarative defineTest/defineSuite values, compiled to a normalized JSON manifest,
and executed by a pure in-house DAG engine.
Architecture: docs/research.md
Deployment runbook: docs/deploy.md
Agent guide: CLAUDE.md
Package map
Package | Name | Responsibility |
|
| Zod schemas + inferred types — the single source of truth |
|
| Pure execution engine (HTTP, assertions, DAG); no MCP/AWS deps |
|
|
|
|
| Persistence: Postgres record + queue, DynamoDB task state, S3/local artifacts |
|
| Stateless MCP server + async worker |
|
| Local DX: |
|
| Discovery: |
|
| AWS CDK stacks: network / data / ecs / observability (runbook) |
| — | The test corpus (grows to thousands) |
Related MCP server: sentinel-mcp
Development
pnpm install
pnpm typecheck # tsc --noEmit across the workspace
pnpm lint # eslint
pnpm test # vitest run
pnpm compile # build dist/manifest.jsonRequires Node 22+ and pnpm (corepack enable).
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP-Native LLM Orchestration Agent
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
MCP server for building and testing AI agents with multi-model experimentation and insights.
LLM Orchestration Agent (Mcp)
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceThis MCP server enables intelligent API testing automation by combining RAG knowledge retrieval with tool execution capabilities. It allows QA engineers to perform natural language-driven API testing with contextual knowledge support.-
- AlicenseNot gradedqualityDmaintenanceAn MCP server for AI-powered API testing that enables automated positive, negative, and security testing directly from AI chat interfaces. It supports multiple AI providers and generates detailed security reports.7 npm-
- AlicenseNot gradedqualityDmaintenanceAn MCP server that automates Playwright-based UI and API testing, supporting test case generation from requirements or API specs, and execution with detailed reports.5 npm1MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that generates, runs, and triages tests by introspecting Python modules or web pages, using structured LLM outputs for scenario generation and failure analysis.1MIT