← iienstitu.com
INDIVIDUAL MCP TOOL
get_recommendations
Get personalized course recommendations based on interests.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.iienstitu-com]
url = "https://www.iienstitu.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"iienstitu-com": {
"type": "http",
"url": "https://www.iienstitu.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: iienstitu-com
Remote MCP URL: https://www.iienstitu.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"iienstitu-com": {
"url": "https://www.iienstitu.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"iienstitu-com": {
"type": "http",
"url": "https://www.iienstitu.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "iienstitu-com",
"transport": "streamable-http",
"url": "https://www.iienstitu.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_courses— Search for courses on iienstitu platform.get_course_content— Get detailed course information in markdown format.list_courses— Get a paginated list of all available courses.list_instructors— Get a list of instructors on the platform.get_instructor_profile— Get detailed instructor profile in markdown format.get_blog_post— Get a blog post in markdown format.get_site_summary— Get an overview of the iienstitu platform including course counts, categories, and featured content.request_enrollment_otp— Request a 6-digit OTP verification code to enroll in a free course.