IELTS MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DOCUMENTS_DIR | No | Path to local IELTS documents (optional, if not using Google Drive) | |
| AZURE_OPENAI_KEY | No | Azure OpenAI API key | |
| AZURE_OPENAI_ENDPOINT | No | Azure OpenAI endpoint, e.g. https://your-resource.openai.azure.com/ | |
| AZURE_OPENAI_DEPLOYMENT | No | Azure OpenAI deployment name, e.g. gpt-4o |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_documentsB | List IELTS documents and folders. |
| read_documentA | Read the text content of a document (PDF, DOCX, or TXT). |
| search_documentsB | Search for documents by filename. |
| gdrive_list_filesB | Liệt kê file/folder trên Google Drive theo từ khóa tìm kiếm. |
| gdrive_read_fileA | Đọc nội dung text của một file từ Google Drive. Hỗ trợ: Google Docs, PDF, DOCX, TXT, Google Sheets (CSV), Slides. |
| gdrive_searchA | Tìm kiếm file IELTS trên Drive theo tên. |
| gdrive_list_folderA | Liệt kê tất cả file bên trong một folder cụ thể. |
| analyze_textB | Analyze a text passage for IELTS band level and key features. |
| generate_questionsA | Generate IELTS-style practice questions from a passage. |
| extract_vocabularyA | Extract IELTS-relevant vocabulary with definitions and examples. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| ielts_tutor | IELTS tutor persona targeting a specific band score. |
| question_generator | Prompt for generating IELTS questions from a passage. |
| essay_feedback | Prompt for detailed IELTS Writing feedback. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| band_descriptors | IELTS band score descriptors (1–9). |
| task_types | IELTS Academic task formats and timing. |
| writing_criteria | IELTS Academic Writing marking criteria. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Tungtom2004/ielts-study-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server