← Registry

Learning Resources

iienstitu.com

Provides access to courses, recommendations, and instructor information on the iienstitu learning platform.

1 endpoint10 known toolsFirst detected July 19, 2026Last detected August 27, 2026

ENDPOINT 1

https://www.iienstitu.com/api/mcp

No auth detected

MCP server metadata

Name
iienstitu-mcp
Version
1.2.0
Capabilities
tools

Known tools 10

search_courses

Search for courses on iienstitu platform.

Inferred read-only
get_recommendations

Get personalized course recommendations based on interests.

Inferred read-only
get_course_content

Get detailed course information in markdown format.

Inferred read-only
list_courses

Get a paginated list of all available courses.

Inferred read-only
list_instructors

Get a list of instructors on the platform.

Inferred read-only
get_instructor_profile

Get detailed instructor profile in markdown format.

Inferred read-only
get_blog_post

Get a blog post in markdown format.

Potential side effects
get_site_summary

Get an overview of the iienstitu platform including course counts, categories, and featured content.

Inferred read-only
request_enrollment_otp

Request a 6-digit OTP verification code to enroll in a free course.

Inferred read-only
verify_and_enroll

Verify the OTP code and enroll the user in the course.

Inferred read-only

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-mcp]
url = "https://www.iienstitu.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "iienstitu-mcp": {
      "type": "http",
      "url": "https://www.iienstitu.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: iienstitu-mcp
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-mcp": {
      "url": "https://www.iienstitu.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "iienstitu-mcp": {
      "type": "http",
      "url": "https://www.iienstitu.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "iienstitu-mcp",
  "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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for iienstitu.com was fetched 2026-07-27T16:45:54.197Z and is being refreshed.

Trust status Trusted

iienstitu.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.