← easedup.com

INDIVIDUAL MCP TOOL

get

## get The "get" tool allows you to retrieve the complete curriculum content and learning objectives for a specific Australian educational standard, so you can provide detailed and accurate curriculum-aligned responses to educators and students.

easedup.comnone authenticationAvailability not checked

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 endpoint

easedup.com

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.easedup-com]
url = "https://common-core.easedup.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "easedup-com": {
      "type": "http",
      "url": "https://common-core.easedup.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: easedup-com
Remote MCP URL: https://common-core.easedup.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": {
    "easedup-com": {
      "url": "https://common-core.easedup.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "easedup-com": {
      "type": "http",
      "url": "https://common-core.easedup.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "easedup-com",
  "transport": "streamable-http",
  "url": "https://common-core.easedup.com/mcp"
}
MCP Inspector

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

Related tools

  • get_all — ## get_all The "get_all" tool allows you to retrieve the complete list of available curriculum documents and their corresponding paths, so you can identify which curricula are available before using the "get_curriculum" tool to fetch specific curriculum content.
  • search — ## search The "search" tool allows you to search through the curriculum repository to find relevant file paths and content based on key words, so you can discover curriculum documents related to specific topics, concepts, or keywords.