General Tools
keenielts.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://keenielts.com/mcp
MCP server metadata
- Name
- KeenIELTS
- Version
- 1.12.4
Free IELTS preparation platform: real student Writing model answers with AI examiner band scores, and interactive Listening/Reading drills that can be taken and graded in-conversation. Use search_model_answers to find band-scored essays, get_drill + check_drill_answers to run a practice drill with the user (never reveal answers before grading), and list_practice_tests for the full-length test catalog on keenielts.com.
Known tools 9
search_model_answersSearch real student IELTS Writing answers scored by AI examiner.
Inferred read-onlyget_model_answerGet 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).
Inferred read-onlycompare_questionList 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.
Inferred read-onlylist_drillsList short, targeted IELTS practice drills that can be taken right here in the conversation (fetch with get_drill, grade with check_drill_answers).
Inferred read-onlycheck_drill_answersGrade a user's drill answers server-side (same grader the website uses — case/whitespace tolerant, accepts standard IELTS answer variants).
Inferred read-onlysearchSearch KeenIELTS: real student IELTS Writing model answers with band scores, Listening/Reading practice drills, and IELTS practice resources.
Inferred read-onlyfetchFetch 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.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for keenielts.com was fetched 2026-08-23T23:23:00.933Z.
keenielts.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.