Reach120 MCP Server

Reach120 MCP Server

Enables AI agents to fetch TOEFL iBT Writing practice prompts and score written responses via the Reach120 practice API, returning automated practice scores and rationales.

Category
访问服务器

README

Reach120 MCP server

An MCP server that gives an AI agent a governed path to the Reach120 TOEFL iBT practice API: fetch Writing practice prompts, and score a learner's written response.

Reach120 is an independent practice platform. It is not affiliated with, endorsed by, or administered by ETS. TOEFL® is a registered trademark of ETS. Reach120 is not affiliated with, endorsed by, or approved by ETS.

Tools

Tool What it does Cost
list_practice_prompts List Writing practice prompts, with the id used to score against one Reads stored rows, runs no model
get_practice_prompt Fetch one prompt with its full scenario or discussion context Reads a stored row, runs no model
score_writing_response Score a written response, returning an automated practice score and a short rationale Runs the scorer; metered against your key

You bring the key

This server carries no credential. It forwards the key you place in REACH120_API_KEY and returns the API's answer unchanged.

That is a design decision, not an omission. Every limit that matters lives on the server side of the API and is evaluated on every call — a per-key request window, a per-key daily scoring allowance, and a service-wide spending gate. A client that enforced its own limits would only be enforcing them on people who chose to keep using the client, so this one enforces none and cannot be a way around any of them. Delete this package and call the endpoint directly and you get identical refusals.

There is no unauthenticated scoring path. An agent with no key receives a refusal naming where a key comes from, and nothing is sent.

Request a key and read the full limit, error-code and version policy at https://www.reach120.com/developers.

Install

This package is not published on npm. The install path is this repository, and it is the only one — @reach120/mcp-server does not resolve on the public npm registry and no other package name stands in for it.

npx -y github:reach120/reach120-mcp

npm compiles the TypeScript during that install through the prepare script, so there is no separate build step.

Or clone it and run it from source:

git clone https://github.com/reach120/reach120-mcp.git
cd reach120-mcp
npm install
npm run build
node dist/index.js

Configure

Claude Desktop (claude_desktop_config.json), Claude Code, or any MCP client that speaks stdio:

{
  "mcpServers": {
    "reach120": {
      "command": "npx",
      "args": ["-y", "github:reach120/reach120-mcp"],
      "env": {
        "REACH120_API_KEY": "r120_live_your_key_here"
      }
    }
  }
}
Variable Required Default Meaning
REACH120_API_KEY yes Your Reach120 API key. Tools refuse without it.
REACH120_API_BASE_URL no https://www.reach120.com Point at another deployment.
REACH120_API_TIMEOUT_MS no see readConfig in src/api.ts Per-request timeout, in milliseconds.

What a refusal looks like

Limits refuse with a machine-readable code rather than degrading. A call that hits the key's daily allowance is not quietly scored on a cheaper engine and handed back as if it were the engine you asked for — the code names what happened, and the error table on /developers says what each one means.

Verify it locally

npm install
npm run build
npm run verify

npm run verify starts the built server over stdio, completes a real MCP handshake with the SDK client, prints the advertised tools, and calls one tool without a key to show the refusal path.

Scores are practice feedback

score_writing_response returns automated practice feedback produced by Reach120.

It is not an ETS score and is not reported on the official scale. This README deliberately does not name the scale the number is on: that fact is published beside a mandatory limitation the claims ledger requires, which a package page cannot render. The response shape is documented on https://www.reach120.com/developers.

TOEFL® is a registered trademark of ETS. Reach120 is not affiliated with, endorsed by, or approved by ETS.

Licence

MIT. See LICENSE.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选