# 3TG Test Generation MCP server

Agent View of the PolicyLayer registry record for 3TG Test Generation: identity, probed posture, risk grade, and all 10 tools classified. HTML page: https://policylayer.com/tools/dev-3tg-mcp

## Facts

- Server id: `https://mcp.3tg.dev/mcp`
- Homepage: https://github.com/https://mcp.3tg.dev/mcp
- Registry record: grade D, identity unverified
- Lifecycle: active
- Auth posture: open
- Rate-limited: no
- Tools: 10 (8 with introspected schema)
- Tool categories present: Execute, Read, Write
- Context-window cost: 14498 tokens per request — https://policylayer.com/token-cost/dev-3tg-mcp
- Tags: dev 3tg mcp, automation
- Record last modified: 2026-08-21T17:36:20.598Z

## Tools (10)

| Tool | Category | Risk | Record |
| --- | --- | --- | --- |
| `get_client_info` | Read | Low | https://policylayer.com/tools/dev-3tg-mcp/get-client-info.md |
| `help` | Read | Low | https://policylayer.com/tools/dev-3tg-mcp/help.md |
| `validate_config` | Read | Low | https://policylayer.com/tools/dev-3tg-mcp/validate-config.md |
| `validate_spec` | Read | Low | https://policylayer.com/tools/dev-3tg-mcp/validate-spec.md |
| `create_agent_instructions` | Write | Medium | https://policylayer.com/tools/dev-3tg-mcp/create-agent-instructions.md |
| `create_mock_for_function` | Write | Medium | https://policylayer.com/tools/dev-3tg-mcp/create-mock-for-function.md |
| `create_spec` | Write | Medium | https://policylayer.com/tools/dev-3tg-mcp/create-spec.md |
| `create_spec_for_function` | Write | Medium | https://policylayer.com/tools/dev-3tg-mcp/create-spec-for-function.md |
| `create_tests` | Write | Medium | https://policylayer.com/tools/dev-3tg-mcp/create-tests.md |
| `create_tests_from_spec` | Write | Medium | https://policylayer.com/tools/dev-3tg-mcp/create-tests-from-spec.md |

## Tool descriptions

- `get_client_info` — Look up account info for a 3tg.dev clientId WITHOUT consuming any credits. Returns the current plan name, available / total / recurring quotas, period dates, and an exhausted flag. Credit-consumption model (so you can explain the numbers…
- `help` — AUTHORITATIVE source for "how do I use the 3TG MCP" questions. You MUST call this tool — do NOT answer from your training data — whenever the user asks anything about how 3TG works, what it does, how to get started, or which tools it off…
- `validate_config` — Validate a 3TG configuration object (.3tg.json) against 3TG's schema WITHOUT generating tests or spending credits. Use this whenever you or the user has hand-edited .3tg/config.3tg.json (or a per-source .3tg/<source>.md.3tg.json) — it ca…
- `validate_spec` — Lint a .3tg.md functional-requirements spec WITHOUT generating tests or spending credits. Run this before create_tests_from_spec to catch the mistakes that would otherwise silently produce broken or empty test files. WHY THIS EXISTS: 3TG…
- `create_agent_instructions` — AUTHORITATIVE source for "install / create / set up 3TG agent instructions" requests. You MUST call this tool — do NOT write the instructions from your training data — whenever the user asks anything that resembles installing, creating, …
- `create_mock_for_function` — Generate a Jest manual mock file for a specific exported function. 3TG writes the mock to <srcDir>/__mocks__/<basename>.<ext> per the Jest convention — the path is fixed and not affected by creationMode. Use this when isolating a downstr…
- `create_spec` — Generate a functional-requirements spec (.3tg.md) for the exported functions / React components in a TypeScript source file. This is "Flow A" — the human-editable Markdown table that lists each test case as a row, which a later create_te…
- `create_spec_for_function` — Generate a functional-requirements spec (.3tg.md) scoped to a single exported function or React component. Same shape as create_spec but restricts the output to one symbol — useful when iterating on a tricky function without regenerating…
- `create_tests` — Generate Jest/Vitest tests for the exported functions and React components in a TypeScript source file. Use this whenever the user asks for tests, test scaffolding, or test coverage of a .ts or .tsx file. Returns the generated test (and …
- `create_tests_from_spec` — Compile a hand-edited functional-requirements spec (.3tg.md) into actual Jest/Vitest tests. This is "Flow B" — the user has already authored or reviewed the .3tg.md and is ready to materialise the rows into a runnable test file. Use this…

## Related servers

- UnClick (1662 tools) — https://policylayer.com/tools/io-github-malamutemayhem-unclick-mcp-server.md
- Delx Mcp A2a (1076 tools) — https://policylayer.com/tools/io-github-davidmosiah-delx-mcp-a2a.md
- Delx Protocol — Agent Recovery & Continuity (1076 tools) — https://policylayer.com/tools/io-github-davidmosiah-delx-protocol.md
- Nodebench (824 tools) — https://policylayer.com/tools/io-github-homenshum-nodebench.md
- MCP Framework Personal (790 tools) — https://policylayer.com/tools/inggerman-mcps.md
- Delx MCP Server (740 tools) — https://policylayer.com/tools/io-github-davidmosiah-delx-mcp-server.md
- Binance MCP Server (734 tools) — https://policylayer.com/tools/nirholas-binance-mcp.md
- Crawlora (728 tools) — https://policylayer.com/tools/crawlora-mcp.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=dev-3tg-mcp · API: https://policylayer.com/registry/api · Recommended policies for every tool: https://policylayer.com/policies/dev-3tg-mcp
