Test MCP Server
Test your MCP server with AI agents
POST
Test how AI agents interact with your MCP server.
Request
string
required
ID of the MCP server to test
string
required
Message to send to the AI agent
string
AI model to use for testing. Options:
claude-sonnet-4-5, gpt-5.2, gpt-5.2
Default: claude-sonnet-4-5object
Additional context for the AI agent
Response
boolean
Whether the test completed successfully
object
Testing Best Practices
Start Simple
Test basic tool usage first:Test Edge Cases
Try confusing or ambiguous requests:Test Complex Workflows
Chain multiple tool calls together:Interpreting Results
Success Rate
- 1.0: All tool calls worked perfectly
- 0.8-0.9: Mostly successful, minor issues
- 0.5-0.7: Some failures, needs improvement
- < 0.5: Major issues, review tool descriptions
Common Issues
- Wrong tools used: Tool descriptions too similar
- Missing tools: AI needs tools that don’t exist
- Failed calls: Input validation or execution errors
- No tools used: AI didn’t understand the request

