
DeepMark已验证已精选
关于 DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
连接信息
https://api.getdeepmark.com/mcp接入方式
claude mcp add deepmark --transport http https://api.getdeepmark.com/mcp工具
未检测到工具
点击上方按钮,直接连接服务器端点实时获取工具列表。
概览
DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
This MCP server exposes DeepMark's marking engine directly to your assistant, so exam papers can be created, marked and interrogated conversationally — without touching the web app.
What it does
DeepMark marks student answers against a real mark scheme, following the structure an examiner works to. It supports three marking types:
- Deterministic / MCQ — exact-match and multiple choice
- Point-based — discrete credit per mark point
- Levels of response — banded criteria with level placement
Every mark is returned with feedback tied to the specific criteria met and missed, so the reasoning is visible rather than a bare number.
Tools
Papers
paper_create— build a complete, markable exam paper from pasted textpaper_confirm— mint a paper from a job awaiting confirmationpaper_list/paper_get— browse and retrieve papers with question detailquestion_update/markScheme_update— amend questions and mark schemesingestion_get— check the state of a paper-creation or ingestion job
Marking
submission_mark— mark a set of typed answers against an existing papersubmission_get— read grading state and per-question marksmarkResult_get— retrieve the marking result for a single answer
Async marking contract
Marking is asynchronous. submission_mark returns a submission_id
immediately and grading continues in the background, streaming into the
teacher's editor as each question completes.
- Call
submission_mark→ receivesubmission_id - Poll
submission_getuntilstatusiscomplete - Read per-question
awarded,max,levelandfeedback
Allow roughly 15–25 seconds per question. Papers created via paper_create
follow the same pattern — poll ingestion_get, then paper_confirm.
Why use it through an assistant
Marking inside a reasoning context means the class set is immediately available to question. Once a set is marked you can ask which mark points the cohort consistently missed, where a levels-of-response band clustered, or which misconception is driving the spread — the diagnostic layer that gets lost when marking is just a number returned.
Setup
Remote server — no local install. Add the URL and authenticate with Google OAuth. Access is scoped to your own account.
Data handling
Uploaded scripts and mark schemes are not used to train models. DeepMark is built in line with the DfE's Generative AI Product Safety Standards.
Built for UK secondary teachers marking GCSE and A-Level extended writing — subject-agnostic and model-agnostic by design.
Website: https://deepmark.co.uk
常见问题
DeepMark 远程 MCP 服务器是什么?
DeepMark 的远程 MCP 服务器是一个托管的 Model Context Protocol 端点,地址是 https://api.getdeepmark.com/mcp,AI 助手无需在本地安装或运行任何东西即可连接。
怎么连接 DeepMark 的 MCP 服务器?
把端点 https://api.getdeepmark.com/mcp 添加到任意支持 MCP 的客户端,比如 Claude Code、Cursor 或 VS Code。本页的接入代码块可以一步配置好每个客户端。
DeepMark 的 MCP 服务器需要认证吗?
需要。DeepMark 使用 OAuth——第一次连接时,你的 MCP 客户端会打开浏览器窗口登录并授权,之后会复用这个凭证。
DeepMark 的 MCP 服务器用的是哪种传输方式?
DeepMark 暴露的是 Streamable HTTP 端点,这是远程 MCP 服务器普遍使用、主流客户端都支持的传输方式。
基本信息
评论