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
Serveurs connexes
Kone.vc
sponsorMonetize your AI agent with contextual product recommendations
Ramp
Interact with Ramp's Developer API to run analysis on your spend and gain insights leveraging LLMs
PowerPoint MCP Server
Manipulate PowerPoint presentations using the python-pptx library.
Excel to PDF MCP Server
Convert Excel and Apple Numbers files to PDF format.
Expense Tracker
Automated expense management with a Supabase backend and hierarchical category support.
md-pdf-mcp
Converts Markdown to styled PDFs using VS Code's markdown styling and Python's ReportLab.
Deckbuilder
Generate intelligent PowerPoint presentations using a content-first design philosophy.
HireBase
Interact with the HireBase Job API to manage job listings and applications.
Obsidian Local REST API
Interact with your local Obsidian vault using a REST API.
MCP Todoist
Manage your tasks and projects with the Todoist API.
Coda
Interact with the Coda API to manage documents and pages, including creating, reading, updating, and deleting.