Wisembly MCP Server
Related Servers
Alternatives to Wisembly MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseCqualityBmaintenanceEnables interaction with the Swapcard event platform API, providing tools to manage events, people, sessions, exhibitors, documents, custom fields, meetings, webhooks, and analytics through natural language.32-
- AlicenseBqualityDmaintenanceEnables natural language access to the Eventbrite API for creating, managing, and interacting with events, venues, and categories.135 npm3MIT
- AlicenseAqualityCmaintenanceEnables to access VEX Robotics Competition data including teams, events, rankings, skills scores, and forum via RobotEvents API.155 npm2MIT
- AlicenseNot gradedqualityCmaintenanceEnables management of Cvent events, registrations, attendees, sessions, contacts, surveys, reports, custom objects, and webhooks via natural language through the Cvent REST API.MIT
- FlicenseBqualityDmaintenanceEnables querying and retrieving structured event data from the Informa Connect event directory, with support for various filters, pagination, and speaker extraction.9-
- AlicenseAqualityCmaintenanceEnables AI assistants to search, filter, and analyze Microsoft events (conferences, workshops, webinars) using the Microsoft Events API.42MIT
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: one fetches event data by keyword, while the other fetches session data by event ID. There is no overlap or ambiguity between them, making it easy for an agent to select the correct tool based on the input parameter.
Both tools follow a consistent verb_noun pattern with 'get_wisembly_' prefix, using snake_case throughout. The naming is predictable and readable, with no deviations in style or convention.
With only 2 tools, the server feels thin for a Wisembly API integration. This minimal set lacks essential operations like creating, updating, or deleting events/sessions, limiting its utility for comprehensive agent workflows in this domain.
The tool surface is severely incomplete for a Wisembly API server. It only provides read operations (get_event and get_sessions), missing critical CRUD functionality such as create_event, update_event, delete_event, and session management operations, which are essential for full lifecycle coverage.