← Registry

General Tools

keenielts.com

Provides general-purpose tools through the Model Context Protocol.

1 endpoint9 known toolsFirst detected August 4, 2026Last detected September 4, 2026

ENDPOINT 1

https://keenielts.com/mcp

No auth detected

MCP server metadata

Name
KeenIELTS
Version
1.12.4
Capabilities
experimentalpromptsresourcestools
Server instructions

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_answers

Search real student IELTS Writing answers scored by AI examiner.

Inferred read-only
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).

Inferred read-only
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.

Inferred read-only
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).

Inferred read-only
get_drill

Get one drill's content so the user can attempt it in conversation.

Inferred read-only
check_drill_answers

Grade a user's drill answers server-side (same grader the website uses — case/whitespace tolerant, accepts standard IELTS answer variants).

Inferred read-only
list_practice_tests

Catalog of full-length IELTS practice tests on keenielts.

Inferred read-only
search

Search KeenIELTS: real student IELTS Writing model answers with band scores, Listening/Reading practice drills, and IELTS practice resources.

Inferred read-only
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.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for keenielts.com was fetched 2026-08-23T23:23:00.933Z.

Trust status Trusted

keenielts.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.