Labsco
MCP SERVER

Wisembly

by juliengrelet

Look up a Wisembly event by keyword and get its dates, location, organizer and participants back.

Calendars, Meetings & Scheduling
Summary
One tool, one job, and it says where the edges are.

Keyword in, a fully formatted event out — dates, location, organizer, participants — which is exactly the lookup you want mid-conversation. Two things to know before you build on it: the fetch is scoped to the PRP environment for now, and the token is there for the write endpoints the author has yet to add.

What it is

A small server over the Wisembly API for pulling event data into a conversation. One tool does the work: give it a keyword and it returns the matching event as a formatted record instead of an API payload.

What you get
  • `get_wisembly_event` fetches event data from the Wisembly API for any keyword
  • Formatted output covering event ID, name, description, status, start and end date, location, organizer, participants and URL
  • Distinct errors rather than a generic failure: not-found, unauthorized and server-side errors are separate classes
Requirements

A Wisembly API token, passed as `API_TOKEN` in the client config. Clone the repository, `npm install`, `npm run build`, then run `build/index.js` under node. Version 1.0.0.