← Back to Plugins
MCP Server MCP

xyz.urbanplayground/events

github By github 👁 8 views ▲ 0 votes

Live event discovery: concerts, club nights, art, comedy, and festivals across 14 cities.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://eventchat-events-mcp-production.up.railway.app/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "uplayground-events",
      "version": "0.3.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Runs the stdio MCP server.",
          "value": "mcp",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...