io.github.hrandhawa02/squad_up✓
io.github.hrandhawa02/squad_up · v0.1.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.hrandhawa02/squad_up",
"description": "Create events, add invitees, manage potlucks and carpools via natural language.",
"repository": {
"url": "https://github.com/hrandhawa02/squad_up",
"source": "github",
"subfolder": "mcp-server"
},
"version": "0.1.1",
"packages": [
{
"registryType": "pypi",
"identifier": "squad-up-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of your Squad Up API (e.g. https://your-backend.url/api)",
"format": "string",
"name": "SQUAD_UP_API_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}