← sumas.ch

INDIVIDUAL MCP TOOL

list_programs

List 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.

sumas.chnone authenticationAvailability not checked

LIVE ENDPOINT

https://sumas.ch/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_programs and invoke it with your own arguments.

Indexed 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 server

sumas.ch

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.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.

Related tools

  • request_brochure — Request the PDF brochure for a SUMAS program on behalf of a prospective student.
  • start_application — Create a draft application and pre-fill the applicant details, then return a private resume link.
  • request_advisor_callback — Submit a request for a SUMAS admissions/career advisor to contact the prospective student, with the program they are interested in.