Learning Resources
sumas.ch
Manages SUMAS program inquiries, brochures, applications, and advisor requests for prospective students.
ENDPOINT 1
https://sumas.ch/mcp
MCP server metadata
- Name
- sumas
- Version
- 1.0.0
Tools for SUMAS — Sustainability Management School (Gland, Switzerland & Milan, Italy). Use list_programs first to get a valid programSlug, then request_brochure, start_application or request_advisor_callback. start_application returns a resume link a human must open to review and pay the CHF 200 application fee — the payment cannot be completed by an agent.
Known tools 4
list_programsList every SUMAS program (BBA, MAM, MBA, DBA, CAS, Foundation, Green Camp) with its major, available campuses (gland, milan, online) and the slug to pass to the other tools.
Inferred read-onlyrequest_brochureRequest the PDF brochure for a SUMAS program on behalf of a prospective student.
Inferred read-onlystart_applicationCreate a draft application and pre-fill the applicant details, then return a private resume link.
Potential side effectsrequest_advisor_callbackSubmit a request for a SUMAS admissions/career advisor to contact the prospective student, with the program they are interested in.
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.sumas]
url = "https://sumas.ch/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sumas": {
"type": "http",
"url": "https://sumas.ch/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sumas
Remote MCP URL: https://sumas.ch/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": {
"sumas": {
"url": "https://sumas.ch/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sumas": {
"type": "http",
"url": "https://sumas.ch/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sumas",
"transport": "streamable-http",
"url": "https://sumas.ch/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.