← examova.com
INDIVIDUAL MCP TOOL
get_exam_info
Get current public exam information and module links for a certification.
LIVE ENDPOINT
https://examova.com/api/mcp
Connect to this endpoint to inspect the live schema for get_exam_info and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.examova]
url = "https://examova.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"examova": {
"type": "http",
"url": "https://examova.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: examova
Remote MCP URL: https://examova.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"examova": {
"url": "https://examova.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"examova": {
"type": "http",
"url": "https://examova.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "examova",
"transport": "streamable-http",
"url": "https://examova.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_certifications— List the certifications Examova offers (e.search_practice_questions— Return curated Examova public-preview practice questions for a certification, optionally filtered by keyword.get_study_guide— Get Examova study guides / articles for a certification (optionally by topic).get_signup_link— Get the links to start using Examova — free demo exam, free account (5 questions/day), and Pro pricing.