PopUp Organizer✓
com.usepopup/organizer · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.usepopup/organizer",
"description": "Read-only MCP server for PopUp — search vendors, manage events, and track applications.",
"title": "PopUp Organizer",
"repository": {
"url": "https://github.com/usepopup/mcp-server",
"source": "github"
},
"version": "1.0.0",
"websiteUrl": "https://usepopup.com",
"packages": [
{
"registryType": "npm",
"identifier": "@popupspacesystems/mcp-server",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your PopUp API key (create at https://usepopup.com/discover/settings)",
"isRequired": true,
"isSecret": true,
"name": "POPUP_API_KEY"
},
{
"description": "API base URL",
"default": "https://usepopup.com",
"name": "POPUP_API_BASE"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}