Wisembly
Interacts with the Wisembly API to fetch event data.
MCP Server Wisembly
First step
This MCP Server is designed to interact with the Wisembly API. It provides a set of tools to fetch event data from the Wisembly API.
Setup
- Clone the repository
- Install the dependencies using
npm install
- Build the project
npm run build
Tools
get_wisembly_event: Fetch event data from the Wisembly API for any keyword (on PRP only for the moment)
Environment Variables
API_TOKEN: Your Wisembly API token. This is required for several futurs endpoints (POST, GET, DELETE, etc…).
Error Handling
The server defines several custom error classes to handle different types of errors:
WisemblyApiError: Base error class for all Wisembly API errorsWisemblyNotFoundError: Thrown when an event is not foundWisemblyUnauthorizedError: Thrown when unauthorized access to the Wisembly API is detectedWisemblyServerError: Thrown when a server error occurs in the Wisembly API
Response Formatting
The server uses a custom response formatter to format the data returned from the Wisembly API. The formatter includes fields such as event ID, name, description, status, start date, end date, location, organizer, participants, and URL.
Configuration
{ "mcpServers": { "mcpWisembly": { "command": "/usr/local/bin/node", "args": ["/{your-path}/build/index.js"], "env": { "API_TOKEN": "your_api_token" } } } }
Examples :
Lien 1 Lien 2
関連サーバー
Kone.vc
スポンサーMonetize your AI agent with contextual product recommendations
Canvas Assignment Assistant
Programmatically interact with Canvas/Instructure courses and assignments.
NestJsMcp
NestJS MCP Server is a powerful Model Context Protocol server that provides 40+ specialized tools for NestJS development. It integrates seamlessly with AI assistants like Claude Desktop, Cursor, Claude Code CLI, and any MCP-compatible client.
iTerm MCP
Provides access to your iTerm session, requiring iTerm2 and Node.js.
Microsoft 365
MCP server that connects to the whole Microsoft 365 suite (Microsoft Office, Outlook, Excel) using Graph API (including mail, files, calendar)
Nextcloud Calendar
CalDAV Nectcloud calendar integration. Manage calendars, events, attendees, etc.
Umami Analytics
Access website analytics data from your Umami instance.
Notion ReadOnly MCP Server
An optimized, read-only MCP server for the Notion API with asynchronous processing.
Bakaláři
Access data from the Bakaláři school system, including schedules, absences, and grades, through a standardized API.
HubSpot
Interact with the HubSpot CRM API to manage contacts, companies, and deals.
MCP Chatbot
An intelligent chatbot for automating tasks like browser control, web searches, and travel planning.