# Testing Tdd London MCP Tools

> Sub-skill of testing-tdd-london: MCP Tools (+2).

- Skill: `vamseeachanta/testing-tdd-london-mcp-tools` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/testing-tdd-london-mcp-tools`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/testing-tdd-london-mcp-tools/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/testing-tdd-london-mcp-tools

---


# MCP Tools (+2)

## MCP Tools


```javascript
// Store successful test patterns
  action: "store",
  namespace: "test-patterns",
  key: "order_processing_mocks",
  value: JSON.stringify(mockDefinitions)
});

// Share contracts across swarm
  action: "store",
  namespace: "test-contracts",
  key: "user_service_contract",
  value: JSON.stringify(userServiceContract)
});
```

## Hooks


```bash
# Pre-test: Coordinate with swarm

# Post-test: Share results
```

## Related Skills


- [testing-production](../testing-production/SKILL.md) - Production validation
- [planning-code-goal](../../planning/planning-code-goal/SKILL.md) - TDD integration in SPARC
- [webapp-testing](../../webapp-testing/SKILL.md) - Web application testing

