Install EduInsights in ChatGPT
Open the published plugin, then install it in your ChatGPT account.
- 01Open the EduInsights plugin page
- 02Select Install plugin
- 03Start a new chat and type @EduInsights
Agent access · Plugin + MCP
Install the published ChatGPT plugin. For other agents, install the repository plugin or connect through MCP.
Install EduInsights in ChatGPT.
Install in ChatGPThttps://mcp.eduinsights.ai/mcp
Start here
ChatGPT and Claude open published listings. Codex installs the plugin from a terminal.
Open the published plugin, then install it in your ChatGPT account.
Other setup paths
Open the published connector in Claude. Codex installs the plugin from a terminal.
Open the directory listing and connect EduInsights to your Claude account.
Claude requires sign-in before it can use the read-only connector.
Codex can also install the plugin from your terminal. Run both commands, then start a new task.
codex plugin marketplace add AI-Idea-Lab/eduinsights-plugin codex plugin add eduinsights@eduinsights
Start a new task after installation so Codex loads the plugin.
The plugin is under review. Use the Claude connector until it is available.
Use this endpoint when your client supports MCP but not plugins.
https://mcp.eduinsights.ai/mcpThis path exposes the tools and MCP prompts. It does not load the plugin’s three skill guides.
Get an API key View the plugin on GitHubcurl -sS -X POST https://mcp.eduinsights.ai/mcp \
-H 'content-type: application/json' \
-H 'accept: application/json, text/event-stream' \
-H 'authorization: Bearer YOUR_API_KEY' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'Try the plugin
The plugin chooses the right workflow and MCP tools. Add a free key only for custom SQL.
Four good first questions
Resolve names first · keep levels of detail separateCheck which public sources and releases are available before asking for analysis.
What public data does EduInsights have for [college]? Resolve the college first and name the current data version.
edu_describe_dataedu_resolve_entityKeep each college, credential, and source’s level of detail visible.
Compare reported completions and available earnings or debt for [field] at [institution A] and [institution B]. Keep credentials separate. Explain privacy-hidden values or broader CIP-4 outcomes.
edu_resolve_entityedu_get_programUse read-only SQL when the curated tools do not cover the question.
Draft a one-page brief on [occupation] using wages, projections, tasks, and observed AI-use signals. Separate source facts from interpretation. Do not treat AI use as a job-loss forecast.
edu_describe_dataedu_resolve_entityedu_run_sqlCombine a file you control with public context without uploading the file to EduInsights.
Read program-portfolio.csv locally. Resolve each field to a CIP-6 code. Add public completion and outcome context. Keep student-level rows out of the tools. List unmatched names separately.
Your agent reads the file locally. EduInsights receives only the names, codes, or query arguments needed for the tools. It does not receive the spreadsheet.
edu_resolve_entityedu_run_sqlYour agent and model provider apply their own permissions and data-handling terms. Do not send student-level or other sensitive rows to these tools.
Scripts + automation
Use a free API key for cron jobs, CI, servers, and direct HTTP calls. The key also enables the ad-hoc SQL tool for advanced analysis.
Get an API keyAuthorization: Bearer YOUR_API_KEY