Softician Notary Exam Prep
Server Details
Fetch real California Notary Public exam practice questions and grade answers in-chat.
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Uptime
- 35.4% over 38 days
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- realtorfico/examprep-api
- GitHub Stars
- 0
TDQS
Scored across 3 tools
Each tool has a clearly distinct role: listing available tracks, fetching a practice question, and grading an answer. There is no overlap in purpose, and the descriptions explicitly reference each other to define the workflow.
All tool names follow a consistent snake_case verb_noun pattern: list_available_tracks, get_sample_question, grade_practice_answer. The naming clearly communicates the action and target for each tool.
Three tools is a well-scoped size for a simple exam-prep sample workflow. Each tool serves a necessary step in the core user flow without unnecessary bloat or redundancy.
The tool set covers the complete basic flow: discover tracks, fetch a sample question, and grade an answer with explanation. Minor gaps exist, such as no way to fetch multiple questions in a session or filter questions by topic within a track, but the core purpose is fully supported.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
3 tool updates
- Changed
get_sample_question4 fields changed- changed
Input schema / properties / examType / descriptionPrevious value: -"Which exam track, e.g. \"ca_notary\" (California Notary Public exam), \"ca_driver\", \"ca_cdl\", \"ca_motorcycle\"."New value: +"Which exam track. Use list_available_tracks to find the exact value for a given state/category (naming pattern is roughly {2-letter state}_{category}, e.g. \"tx_re_broker\", \"fl_notary\", \"ny_cdl\"). Defaults to the original California Notary Public track if omitted." - changed
Input schema / properties / topic / descriptionPrevious value: -"Optional topic to filter by, e.g. \"Fees\", \"Journal\", \"Bonds\". Omit for any topic."New value: +"Optional topic to filter by, e.g. \"Fees\", \"Contracts\", \"Financing\". Omit for any topic." - added
Output schema / properties / trackUrlAdded value: +{ + "description": "Link to this specific track's page on PassExamHQ.", + "type": "string" +} - changed
Output schema / requiredPrevious value: -[ - "questionId", - "examType", - "topic", - "question", - "choices" -]New value: +[ + "questionId", + "examType", + "topic", + "question", + "choices", + "trackUrl" +]
- Changed
grade_practice_answer2 fields changed- added
Output schema / properties / trackUrlAdded value: +{ + "type": "string" +} - changed
Output schema / requiredPrevious value: -[ - "correct", - "correctChoice", - "explanation" -]New value: +[ + "correct", + "correctChoice", + "explanation", + "trackUrl" +]
- Added
list_available_tracks
1 tool update
- Changed
get_sample_question2 fields changed- changed
Input schema / properties / examType / defaultPrevious value: -"notary"New value: +"ca_notary" - changed
Input schema / properties / examType / descriptionPrevious value: -"Which exam track. Currently only \"notary\" (California Notary Public exam) is available."New value: +"Which exam track, e.g. \"ca_notary\" (California Notary Public exam), \"ca_driver\", \"ca_cdl\", \"ca_motorcycle\"."
2 tool updates
- First observed
get_sample_question - First observed
grade_practice_answer
Related MCP Connectors
Practice questions for the four Claude certifications. The assistant never sees the key.
Practice questions, exam facts & study guides for professional certification exams.
Book a Washington notary or apostille appointment, get a quote, and track it, via AI assistant.
Create AI-generated exam questions and save them to your paperee question bank for review.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceGenerates timed exams on any topic with an interactive exam sheet in MCP hosts; supports true/false, multiple-choice, and open questions with instant or model grading and a final report out of 100.16 npm1MIT
- AlicenseNot gradedqualityCmaintenanceEnables ChatGPT to turn uploaded course materials into interactive quizzes with multiple question types, in-chat answering, automated grading, and results analysis.MIT
- AlicenseNot gradedqualityDmaintenanceProvides 100 IT/programming quiz questions with tools to retrieve questions by category, get random questions, check answers, and list categories, usable via Claude Desktop MCP or REST API.221 npmMIT
- AlicenseNot gradedqualityCmaintenanceProvides a local CBT exam system as MCP tools for Codex, managing study sessions, scoring, wrong answer tracking, and review queues with deterministic Python engine and optional Notion integration.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.