Skip to main content
Glama

gacaseMCP

Model Context Protocol (MCP) server written in Python using FastMCP for the Georgia Department of Education SuitCASE API (https://case.georgiastandards.org/ims/case/v1p1/).

This MCP server enables AI assistants and agents to search, fetch, and parse Georgia learning standards, course codes, course names, CTAE clusters, and CTAE pathways directly from official state framework documents.

📘 For detailed documentation, parameter specifications, and client integration instructions, view the User Guide.


🛠️ Tools Available

1. get_framework_packages

  • Description: Search or list top-level framework documents (e.g., CTAE Pathways, High Demand Careers, Course Guides, Subject Standards).

  • Parameters:

    • query (optional str): Keyword search term.

    • framework_type (optional str): Filter by framework type (e.g., 'Standards', 'CourseCodes').

2. get_framework_by_id

  • Description: Pull complete standard framework bundle by UUID.

  • Parameters:

    • framework_uuid (str): UUID identifier (e.g., '00fcf0e2-b9c3-11e7-a4ad-47f36833e889').

3. get_courses_and_pathways

  • Description: Extract and filter course codes (format XX.XXXXX), course names, CTAE clusters, and CTAE pathways within a framework package.

  • Parameters:

    • framework_uuid (str): UUID identifier of framework package.

    • filter_type (optional str): Filter string e.g. 'Course', 'Pathway', 'Cluster', 'CTAE'.

4. search_standards

  • Description: Search across framework items by keyword.

  • Parameters:

    • framework_uuid (str): UUID identifier.

    • query (str): Search term (e.g., 'Cybersecurity', 'Web Development', 'Algebra').


Related MCP server: w3c-mcp

🚀 Quick Start

  1. Install Dependencies:

    pip install -r requirements.txt
  2. Run as Module:

    python -m gacaseMCP.main
  3. Run using FastMCP CLI:

    fastmcp run main.py
  4. Integration with Antigravity CLI: Pre-configured at .agents/mcp_config.json. agy-cli automatically discovers and loads gacaseMCP via /mcp.


📖 Complete Documentation

Read User_guide.MD for full setup guides, JSON response schemas, and integration details for Claude Desktop, Antigravity CLI, and custom agents.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Augments MCP Server - A comprehensive framework documentation provider for Claude Code

  • MCP server for AI dialogue using various LLM models via AceDataCloud

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kosburn0408/gacaseMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server