TOEIC Speaking MCP Server
Related Servers
Alternatives to TOEIC Speaking MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables voice-native spaced repetition for Alexa+ by quizzing users aloud and grading spoken answers for meaning, allowing hands-free review while cooking, driving, or doing other tasks.MIT
- AlicenseAqualityCmaintenanceLocal MCP voice coach that provides English pronunciation, grammar, and fluency feedback from microphone recordings. It supports free-form voice conversation, focused practice drills, phoneme-level feedback, prosody hints, and learner-profile guidance.83MIT
- AlicenseNot gradedqualityDmaintenanceServes daily language lessons from a structured curriculum, enabling natural practice through conversation with AI tutors that track progress.6 npm1Apache 2.0
- FlicenseNot gradedqualityBmaintenanceGives your AI agent real-time pronunciation scoring and multi-dimensional speech assessment through CHIVOX server.-
- AlicenseNot gradedqualityDmaintenanceA professional 1-on-1 English tutoring server that enables AI assistants to provide oral practice, grammar correction, and vocabulary recommendations. It features specialized tools for generating conversation topics, tracking progress, and creating immersive role-play scenarios.MIT
- AlicenseNot gradedqualityBmaintenanceEnables read-only mirroring of your vocabulary learning data into a local SQLite database and provides daily multiple-choice quiz sessions with explanations, mistake tracking, and generated daily reports.MIT
TDQS
Scored across 2 tools
The two tools have clearly distinct roles: one generates a quiz question, the other validates the user's answer. There is no functional overlap between them.
Both tool names follow a consistent verb_noun pattern: 'get_quiz_sentence' and 'verify_answer'. This predictable naming makes the tool set easy to navigate.
With only 2 tools, the server is on the thin side, but the narrow quiz-taking purpose makes this count borderline acceptable. It covers the essential actions without being bloated.
The tools form a complete core workflow: retrieve a question and verify a response. Minor gaps exist, such as no explicit score retrieval or session management, but the primary quiz loop is fully covered.