API Testing Platform
Click on "Install 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: MCP RAG Agent Server
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceQA Sphere MCP server that enables Large Language Models to interact directly with test management system test cases, supporting AI-powered development workflows and test case discovery.1510123MIT
- Flicense-qualityDmaintenanceThis 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.
- Alicense-qualityDmaintenanceAn 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.34Inno Setup
- Alicense-qualityDmaintenanceAn MCP server that automates Playwright-based UI and API testing, supporting test case generation from requirements or API specs, and execution with detailed reports.81MIT
Related MCP Connectors
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SamWongML/testing-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server