gacaseMCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@gacaseMCPFind CTAE pathways for healthcare"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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: University Course Catalog MCP Server
🚀 Quick Start
Install Dependencies:
pip install -r requirements.txtRun as Module:
python -m gacaseMCP.mainRun using FastMCP CLI:
fastmcp run main.pyIntegration with Antigravity CLI: Pre-configured at
.agents/mcp_config.json.agy-cliautomatically discovers and loadsgacaseMCPvia/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.
This server cannot be deployed
Maintenance
Related MCP Connectors
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
MCP server that lets AI assistants use all OneSchema features exposed via the public API.
An MCP server that provides an API to LLMs to manage their JumpCloud resources.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides LLMs with access to Georgia Tech's OSCAR course schedule system, enabling search for courses, subjects, and detailed course information.1MIT
- FlicenseNot gradedqualityDmaintenanceMCP server that exposes a university course catalog to LLMs, enabling course search, prerequisite lookup, instructor details, and department directory through natural language.-
- AlicenseNot gradedqualityBmaintenanceA read-only MCP server for querying U.S. K-12 academic standards via the Common Standards Project API.MIT
- FlicenseNot gradedqualityCmaintenanceThis MCP server exposes programming topic data and tools (search, practice suggestions) to help AI agents answer study questions, like 'How to study Python decorators?'.-