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, DynamoDB task state, S3/local artifacts

packages/mcp-server

@atp/mcp-server

Stateless MCP server + async worker

packages/cli

@atp/cli

Local DX: atp compile / list / run / validate / import / golden

tools/compile

@atp/compile

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

infra/

@atp/infra

AWS CDK stacks: network / data / ecs / observability (runbook)

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

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.

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    QA 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.
    15
    101
    23
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    This 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.
  • A
    license
    -
    quality
    D
    maintenance
    An 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.
    34
    Inno Setup

View all related MCP servers

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.

View all MCP Connectors

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