Call For Papers MCP
A Smithery MCP for searching academic conferences and events from WikiCFP.
Description
ConferenceSearcher allows you to search for upcoming academic conferences and events based on keywords. It scrapes conference information from WikiCFP and returns detailed information about each matching event, including name, description, dates, location, and submission deadlines.
Tool: getEvents
Search for conferences matching specific keywords.
Parameters
keywords(string, required): Keywords to search for conferences (e.g., 'ai agent', 'machine learning')limit(number, optional): Maximum number of events to return (default: 10)
Returns
A JSON object with the following properties:
status: Status of the operation (success/error)count: Number of events foundevents: Array of conference events, each containing:name: Name of the conferencetitle: Title of the conferencewhen: Date and time of the conferencewhere: Location of the conferencesubmission_deadline: Submission deadlinenotification_due: Notification due date (if available)wikicfp_link: Link to the conference page on WikiCFPdescription: Description text for callexternal_link: External conference website URL (if available)related_resources: Array of related conferences/resources (if available), each containing:name: Name of the related resourcetitle: Title of the related resourceurl: WikiCFP URL to the related resource
Response Example
License
This project is licensed under the GNU(GENERAL PUBLIC LICENSE) v3 - see the LICENSE file for details.
This server cannot be installed