MCP Inspector
Test and debug the 60db MCP Server with the MCP Inspector.Installation
Usage
Start the Inspector
http://localhost:5173.
Features
- View all tools: Browse 20+ available tools
- Execute tools: Test tools with parameters
- View responses: See formatted responses
- Debug logging: View server logs in real-time
Example Workflows
List Voices
- Click
60db_list_voices - Enter:
{"language": "en-US", "limit": 5} - Click “Execute”
- View available voices
Synthesize Speech
- Click
60db_tts_synthesize - Enter:
{"text": "Hello!", "voice_id": "voice_abc123"} - Click “Execute”
- Receive audio URL
Transcribe Audio
- Click
60db_stt_transcribe - Enter:
{"audio_url": "https://example.com/audio.mp3"} - Click “Execute”
- View transcription
Debugging
Enable Debug Logging
View Server Logs
The Inspector displays real-time logs:Best Practices
- Test before integrating: Always test in Inspector first
- Use sample data: Start with simple examples
- Monitor response times: Check tool execution times
- Validate responses: Verify response formats
Next Steps
- Claude Desktop - Integrate with Claude