gacaseMCP
Click on "Install 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: w3c-mcp
🚀 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 installed
Maintenance
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
- Alicense-qualityDmaintenanceA 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.Last updated1MIT
- AlicenseAqualityCmaintenanceMCP Server for accessing W3C/WHATWG/IETF web specifications. Provides AI assistants with access to official web standards data including specifications, WebIDL definitions, CSS properties, and HTML elements.Last updated11612MIT
- Flicense-qualityCmaintenanceMCP server that exposes a university course catalog to LLMs, enabling course search, prerequisite lookup, instructor details, and department directory through natural language.Last updated
- Alicense-qualityBmaintenanceA read-only MCP server for querying U.S. K-12 academic standards via the Common Standards Project API.Last updatedMIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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