loading…
Search for a command to run...
loading…
API Tester AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
API Tester AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
API Tester AI MCP Server — API testing and validation tools.
API Tester AI MCP Server — API testing and validation tools.
| Tool | Description |
|---|---|
send_request |
Build and send an HTTP request. Returns request details (actual sending requires |
validate_response |
Validate an API response against expectations. |
check_headers |
Analyze HTTP response headers for security and best practices. |
generate_curl |
Generate a curl command from request parameters. |
pip install meok-api-tester-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"api-tester-ai": {
"command": "python",
"args": ["-m", "meok_api_tester_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"api-tester-ai-mcp": {
"command": "npx",
"args": []
}
}
}