Learning Resources
nexionlearning.com
Provides access to Nexion IA Academy courses and masterclass information, including course listings, detailed course content, and free live masterclass data.
ENDPOINT 1
https://www.nexionlearning.com/mcp
MCP server metadata
- Name
- nexion-connect
- Version
- 0.1.0
Herramientas de consulta de Nexion IA Academy, la academia práctica de inteligencia artificial de Ángel Molina. Usa `list_courses` para ver el catálogo de cursos, `get_course` para el temario y detalles completos de uno de ellos, y `get_masterclass` para la información de la masterclass gratuita en directo. Todos los datos son públicos e informativos; no hay herramientas de inscripción ni acceso a datos personales.
Known tools 3
list_coursesLista los cursos publicados de Nexion IA Academy con su identificador, título, precio y nivel.
Inferred read-onlyget_courseDevuelve el detalle completo de un curso (objetivo, temario, requisitos, qué incluye y resultados) a partir de su identificador.
Inferred read-onlyget_masterclassDevuelve la información pública de la masterclass gratuita en directo: título, fecha, contenido, requisitos y qué recibe quien se inscribe.
Inferred read-onlyCONNECT 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.nexion-connect]
url = "https://www.nexionlearning.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nexion-connect": {
"type": "http",
"url": "https://www.nexionlearning.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nexion-connect
Remote MCP URL: https://www.nexionlearning.com/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": {
"nexion-connect": {
"url": "https://www.nexionlearning.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nexion-connect": {
"type": "http",
"url": "https://www.nexionlearning.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nexion-connect",
"transport": "streamable-http",
"url": "https://www.nexionlearning.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.