Examova — Exam Prep
Official5 toolsby examova
Practice questions, exam facts & study guides for professional certification exams.
Provides practice questions, exam facts, and study guides for professional certification exams.
Captured live from the server via tools/list.
list_certifications
List the certifications Examova offers (e.g. CIPS Level 4, PMP, Business English) with a short description and how many practice questions each has. Use this first to see what is available.
No parameters.
get_exam_info
Get authoritative, current exam facts for a certification (format, number of questions, time, scoring, domains/weights). E.g. PMP is aligned to the 2026 Exam Content Outline + PMBOK 8th Edition.
Parameters (1)
- certificationstringrequired
Certification slug, code, or name, e.g. "pmp", "cips-l4", "business-english"
search_practice_questions
Return real Examova practice questions (preview set) for a certification, optionally filtered by keyword. Use to quiz the user. Returns the question, options, and correct answer letter — the full explanation and the other 1,800+ questions require an Examova account.
Parameters (3)
- certificationstringrequired
Certification slug/code/name
- keywordstring
Optional topic keyword to filter (e.g. "negotiation", "risk")
- limitnumber
How many questions (1-5, default 3)
get_study_guide
Get Examova study guides / articles for a certification (optionally by topic). Returns titles, summaries, and links to free public guides on the Examova blog.
Parameters (2)
- certificationstring
Certification slug/code/name (optional)
- topicstring
Optional topic keyword
get_signup_link
Get the links to start using Examova — free demo exam, free account (5 questions/day), and Pro pricing.
Parameters (1)
- certificationstring
Optional certification slug to deep-link
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://examova.com/api/mcpclaude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://examova.com/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.