Request for API Access to Support AI Assistant Integration Using Model Context Protocol (Code4GovTech Project) #781
Ganasekhar-gif
started this conversation in
Feature request
Replies: 1 comment
-
|
Thank you for reaching out and for your interest in contributing! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Sunbird Ed Team,
I am currently working on an open-source project under the Code4GovTech program, aimed at integrating a context-aware AI assistant into the Sunbird Ed platform using the Model Context Protocol (MCP) approach. The goal is to enhance user experience by enabling natural language interactions with platform features such as course discovery, enrollment tracking, and learning progress.
So far, I have successfully built a prototype AI assistant using LLaMA3 via Ollama that simulates MCP-like behavior through custom tool integration and mock API endpoints. The assistant is able to respond to user queries contextually, utilizing simulated installation-level context and tool schemas that align with MCP design principles.
In order to move beyond mock data and begin testing with real Sunbird Ed endpoints, I kindly request access to the following APIs:
GET /course/v1/search – to fetch course metadata
POST /user/enrollment/list – to retrieve user enrollments
POST /user/v1/profile – to fetch learning progress and user-specific details
This access will allow me to validate the assistant's capabilities with real data and complete the integration in a meaningful and verifiable way.
Please let me know if any additional information or documentation is required. I am also happy to provide a demo of the current prototype built using mock APIs.
Thank you for your time and consideration.
Ganasekhar Kalla
Project: Sunbird AI Assistant (Code4GovTech)
github repo: https://github.com/Ganasekhar-gif/mcp-edtech-agent.git
Beta Was this translation helpful? Give feedback.
All reactions