Vidyaai Mcp

v1.0.0

A powerful MCP server built with NitroStack

Connection Setup

Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):

{
  "mcpServers": {
    // your other mcp servers
    "vidyaai-mcp": {
      "url": "https://app-6a6d93c6-cookies-srmist.app.nitrocloud.ai/mcp"
    }
  }
}

Connect remote tools directly via Claude's Web UI:

Add custom connector BETA
Connect Claude to your data and tools. Learn more about connectors or get started with pre-built ones.
Advanced settings
Only use connectors from developers you trust. Anthropic does not control which tools developers make available and cannot verify that they will work as intended or that they won't change.

Configure custom tools directly via ChatGPT's Web UI:

New App
PNG only. Best results at 256 x 256 px or larger. Max file size: 10 KB
Custom MCP servers introduce risk. Learn more
OpenAI hasn't reviewed this MCP server. Attackers may attempt to steal your data or trick the model into taking unintended actions, including destroying data.

Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):

{
  "mcpServers": {
    // your other mcp servers
    "vidyaai-mcp": {
      "serverUrl": "https://app-6a6d93c6-cookies-srmist.app.nitrocloud.ai/mcp"
    }
  }
}

Add the following configuration block to your Codex configuration file (~/.codex/config.toml):

[mcp_servers.vidyaai-mcp]
url = "https://app-6a6d93c6-cookies-srmist.app.nitrocloud.ai/mcp"

Connect directly using the Server-Sent Events endpoint:

https://app-6a6d93c6-cookies-srmist.app.nitrocloud.ai/mcp
Available Tools
calculate

Perform basic arithmetic calculations

convert_temperature

Convert temperature units based on file content or direct input. Supports Celsius (C) and Fahrenheit (F).

search_papers

Search for academic papers on a given topic. Returns a list of papers with titles, authors, and abstracts.

summarize_paper

Summarize a paper using Gemini AI. Extracts key findings and generates a concise summary.

generate_citation

Generate a formatted citation for a paper in the specified style (APA or MLA).

build_literature_map

Build a structured comparison map of multiple papers for visualization.

generate_quiz

Generate a quiz with multiple-choice questions based on a topic and summaries. Uses Gemini AI.

grade_answer

Grade a user answer against the correct answer and provide feedback.

get_quiz_history

Retrieve quiz history for a session from Supabase.

complete_quiz

Mark a quiz as complete, calculate score, award Vi Coins, and store results in Supabase.

generate_lecture_script

Generate a lecture script based on a topic and summary. Returns script text and sentence breakdown for TTS on the frontend.

chat_with_context

Chat with Vidya (AI assistant) using stored research summaries as context. Stores conversation in Supabase.

generate_report

Generate a consolidated report of all learning activities for a session (research, quiz, lecture, chat, coins).

award_coins

Award Vi Coins to a user and update streak. Internal function used by quiz, tasks, and pomodoro.

start_pomodoro_session

Start a 25-minute Pomodoro focus session.

end_pomodoro_session

End a Pomodoro session, calculate coins earned (1 coin per minute, minimum 10 minutes), and award coins.

get_user_coins

Get the current Vi Coins balance and streak for a user.

get_leaderboard

Get the top users by Vi Coins earned.

add_exam_schedule

Add an exam schedule to the planner.

generate_roadmap

Generate a day-by-day study roadmap using Gemini AI.

attach_resource_link

Generate a YouTube search URL for a topic.

get_todo_list

Get merged todo list of AI-suggested roadmap tasks and user-added tasks for a specific date.

add_custom_task

Add a custom task to the todo list.

complete_task

Mark a task as complete. AI-suggested tasks earn 1.5x coin multiplier.