Skip to main content
Glama
SamWongML

API Testing Platform

by SamWongML

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.

Package map

Package

Name

Responsibility

packages/schema

@atp/schema

Zod schemas + inferred types — the single source of truth

packages/engine

@atp/engine

Pure execution engine (HTTP, assertions, DAG); no MCP/AWS deps

packages/reporting

@atp/reporting

ExecutionResult → Markdown / HTML / JUnit / llm_summary

packages/store

@atp/store

Persistence: Postgres record + queue, artifact store

packages/mcp-server

@atp/mcp-server

Stateless MCP server + async worker

packages/cli

@atp/cli

Local DX: atp compile / list / run / validate

tools/compile

@atp/compile

Discovery: *.test.ts/*.suite.tsdist/manifest.json

tests/

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).

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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