A straightforward API testing toolkit that brings endpoint validation, response schema checks, and load testing into your Claude workflow. You get tools for validating REST endpoints, checking OpenAPI spec compliance, and running basic performance tests without leaving the conversation. Reach for this when you're building or debugging APIs and want to fire off quick validation checks or load tests without switching to Postman or curl scripts. The README mentions EU AI Act compliance features, though the core value is really about having API testing primitives available as MCP tools. Developed by MEOK AI Labs and distributed via PyPI.
API testing MCP — endpoint validation, response schema checks, load testing, OpenAPI compliance
API testing MCP — endpoint validation, response schema checks, load testing, OpenAPI compliance. MIT.
# Install via pip
pip install api_tester_ai_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install api-tester-ai-mcp --client claude
This MCP server is built with EU AI Act compliance built-in:
Need help getting compliant? Book a free 15-min diagnostic →
Need custom development, SLA guarantees, or white-label deployment?
View Pricing → | Contact Sales →
This server is part of the MEOK AI Labs ecosystem — 300+ MCP servers for sovereign AI governance.
| Domain | Purpose |
|---|---|
| councilof.ai | EU AI Act compliance marketplace |
| safetyof.ai | AI safety & monitoring |
| meok.ai | Sovereign AI platform |
| cobolbridge.ai | Legacy modernization |
MIT © CSOAI-ORG
Built with 💜 by MEOK AI Labs · UK Companies House 16939677
Each tier above the free self-host adds HMAC-signed attestations verifiable at `verify.meok.ai`. Linux Foundation governance on the A2A spine means EU regulated buyers can deploy without vendor-lock-in objections.| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | £1 | Signed sample MCP-Hardening report + Article 50 PDF | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Quick Kit | £9 | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Founder Call | £29 | 30-min 1-on-1 with the founder | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
Refundable. UK Stripe — VAT-clean. Builds on the 81-MCP MEOK fleet. Verify any signed report at https://meok.ai/verify.
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"api-tester-ai-mcp": {
"command": "uvx",
"args": ["api-tester-ai-mcp"]
}
}
}
Or: pip install api-tester-ai-mcp then run the api-tester-ai-mcp command (stdio transport).
Once configured, ask your assistant, for example:
send_request to …"validate_response to …"check_headers to …"