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
Implementation plan: docs/implementation-plan.md
Live status: docs/PROGRESS.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, artifact store |
|
| Stateless MCP server + async worker |
|
| Local DX: |
|
| Discovery: |
| — | 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.json (P4+)Requires 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.
Latest Blog Posts
- 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