curl -X POST https://api.leanmcp.com/v1/test \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "mcp_id": "mcp_abc123def456", "message": "Send an email to john@example.com saying hello", "ai_model": "claude-3", "context": { "user_id": "user_123" } }'
{ "success": true, "data": { "ai_response": "I've sent an email to john@example.com with the subject 'Hello' and a friendly greeting message.", "tools_used": ["send_email"], "resources_accessed": ["user://contacts"], "execution_time": 2.3, "success_rate": 1.0 }, "meta": { "request_id": "req_test_789", "timestamp": "2023-12-01T12:00:00Z" } }
Test your MCP server with AI agents
claude-3
gpt-4
gpt-3.5
Show Context Object
Show Test Results
{ "mcp_id": "your-mcp-id", "message": "What tools do you have available?", "ai_model": "claude-3" }
{ "mcp_id": "your-mcp-id", "message": "Do that thing with the data", "ai_model": "claude-3" }
{ "mcp_id": "your-mcp-id", "message": "Check my contacts, find John's email, and send him a meeting invite for tomorrow at 2pm", "ai_model": "claude-3" }