← databutler.dev

INDIVIDUAL MCP TOOL

exam_paper_index

Official past-paper archive links per spec (links to the board's own assessment-resources page — papers are board copyright, so no hosted PDFs).

databutler.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://databutler.dev/api/mcp/uk-exams

No auth detected

Connect to this endpoint to inspect the live schema for exam_paper_index 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

databutler.dev

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.databutler-uk-exams]
url = "https://databutler.dev/api/mcp/uk-exams"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "databutler-uk-exams": {
      "type": "http",
      "url": "https://databutler.dev/api/mcp/uk-exams"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: databutler-uk-exams
Remote MCP URL: https://databutler.dev/api/mcp/uk-exams

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": {
    "databutler-uk-exams": {
      "url": "https://databutler.dev/api/mcp/uk-exams"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "databutler-uk-exams": {
      "type": "http",
      "url": "https://databutler.dev/api/mcp/uk-exams"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "databutler-uk-exams",
  "transport": "streamable-http",
  "url": "https://databutler.dev/api/mcp/uk-exams"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • exam_topic_paper — Which exam paper is a topic on?
  • exam_spec_lookup — UK exam specification metadata: spec codes, paper structure (count, duration, marks, calculator rules, tiers), topic lists per paper, official spec links.