← georgiahomeroom.org

INDIVIDUAL MCP TOOL

lookup_standards_by_code

Look up Georgia standards by their human-readable codes (e.g.

georgiahomeroom.orgnone 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

georgiahomeroom.org

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.georgiahomeroom-org]
url = "https://mcp.georgiahomeroom.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "georgiahomeroom-org": {
      "type": "http",
      "url": "https://mcp.georgiahomeroom.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "georgiahomeroom-org": {
      "type": "http",
      "url": "https://mcp.georgiahomeroom.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "georgiahomeroom-org",
  "transport": "streamable-http",
  "url": "https://mcp.georgiahomeroom.org/mcp"
}
MCP Inspector

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

Related tools

  • search_standards — Search Georgia Standards of Excellence by topic, with optional filters.
  • search_mastery_descriptors — Search the GMAS achievement-level descriptor corpus directly (per-standard mastery prose at four levels: Beginning, Developing, Proficient, Distinguished).
  • list_assessments — List every GMAS assessment: 14 End-of-Grade tests (ELA and math for each of grades 3-8; science and social studies have grade-8 EOGs only) plus 4 End-of-Course tests (Algebra I, Biology, Literature II, US History).
  • get_assessment_blueprint — Full GMAS blueprint for one assessment: the assessment-first view for pacing and coverage planning.
  • standards_for_claim — Every standard tied to one GMAS blueprint claim: the reverse of the per-standard coverage view.
  • browse_standards — Walk the Georgia standards hierarchy one level at a time.
  • get_subject_grade_tree — Return the COMPLETE standards hierarchy for one subject + grade in a single call, as a nested tree.
  • get_vertical_progression — Compare one strand year over year — the vertical articulation view for pacing, remediation, and differentiation.