← keenielts.com
INDIVIDUAL MCP TOOL
search_model_answers
Search real student IELTS Writing answers scored by AI examiner.
LIVE ENDPOINT
https://keenielts.com/mcp
Connect to this endpoint to inspect the live schema for search_model_answers 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.keenielts]
url = "https://keenielts.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"keenielts": {
"type": "http",
"url": "https://keenielts.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: keenielts
Remote MCP URL: https://keenielts.com/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": {
"keenielts": {
"url": "https://keenielts.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"keenielts": {
"type": "http",
"url": "https://keenielts.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "keenielts",
"transport": "streamable-http",
"url": "https://keenielts.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_model_answer— Get one student IELTS Writing answer in full: the question, the essay, and the AI examiner's band scores + feedback on all four official IELTS marking criteria (Task Achievement, Coherence & Cohesion, Lexical Resource, Grammatical Range & Accuracy).compare_question— List every public band-scored answer to ONE IELTS Writing question — the same prompt answered by different students at different band scores, useful for showing what separates a Band 6 from a Band 8 on identical input.list_drills— List short, targeted IELTS practice drills that can be taken right here in the conversation (fetch with get_drill, grade with check_drill_answers).get_drill— Get one drill's content so the user can attempt it in conversation.check_drill_answers— Grade a user's drill answers server-side (same grader the website uses — case/whitespace tolerant, accepts standard IELTS answer variants).list_practice_tests— Catalog of full-length IELTS practice tests on keenielts.search— Search KeenIELTS: real student IELTS Writing model answers with band scores, Listening/Reading practice drills, and IELTS practice resources.fetch— Fetch the full content of a KeenIELTS search result by id: a model answer with examiner feedback, a practice drill, a question compared across band scores, or a site page.