For AI tools & agents
Talk to BEU’s question bank from inside your AI.
PYQDeck also runs a free, public MCP (Model Context Protocol) server. Connect it to Claude, ChatGPT, or any MCP-compatible client, and it can browse, search, and quote BEU previous-year questions and solutions directly in the conversation — same data as this site, no sign-up, no API key.
Server endpoint
Connect it
- Open Settings → Connectors.
- Choose “Add custom connector”.
- Paste
https://api.pyqdeck.in/mcpas the URL and save. - No login step — the connector is ready to use immediately.
What it can do
| list_semesters | List every semester, to get an ID for list_subjects. |
| list_subjects | List all subjects in a given semester. |
| get_subject_meta | See a subject's available exam years and modules/chapters. |
| search_questions | Search or filter a subject's questions by year, module, or keyword. |
| search_subjects | Find a subject by name when you don't know which semester it's in. |
| search_all_questions | Search question text across every subject at once. |
| get_question | Fetch one exact question by its subject and question ID. |
| get_solution | Fetch the worked solution for a question, if one exists. |
Read-only and public — it exposes the same question and solution data as the website, nothing more.