Study Prep MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MD_MCP_NAME | No | FastMCP server name | study-md |
| MD_DOCS_PATH | No | Root folder for study documents | . |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_corpus_overviewA | Return categories, file counts, total size, and supported extensions in the corpus. |
| list_documentsA | List study documents with relative path, size, and type. |
| read_documentA | Read or extract text from a study document. |
| search_documentsA | Search document text with snippet context around each match. |
| extract_key_termsB | Extract keywords from one document or an entire category using YAKE. |
| get_document_outlineA | Return document outline from markdown headings or heading-like lines. |
| get_study_chunksA | Split a document into numbered study-sized chunks. |
| prepare_study_sessionB | Bundle excerpts, key terms, and suggested AI prompts for a study topic. |
| get_quiz_source_materialB | Return labeled excerpts and instructions for generating practice Q&A. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yothunder/mcp-study-prep'
If you have feedback or need assistance with the MCP directory API, please join our Discord server