Token导航 LogoToken导航TokenDH.com
Call For Papers MCP logo
办公协作stdio官方级别未说明来源级核验

Call For Papers MCP

MCP Server

一个用于搜索学术会议和活动的工具,从WikiCFP获取会议信息,包括名称、描述、日期、地点和提交截止日期等详细信息。

工具数

0

提示词数

0

GitHub Stars

5

资源数

0
Python团队协作任务管理

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

alperenkocyigit

提供方

alperenkocyigit

最后核验

2026/5/17 20:19

运行时

Python

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

python3 app.py "ai agent" 3

详细介绍

![Verified on MseeP](https://mseep.ai/app/090f67e7-6918-449f-963e-c9ef31dc2aa9) ![Lıcense](LICENSE) ](https://smithery.ai/server/@alperenkocyigit/call-for-papers-mcp) ](https://github.com/alperenkocyigit/call-for-papers-mcp/stargazers)

MCP论文征集

Smithery MCP,用于从WikiCFP搜索学术会议和活动。

描述

ConferenceSearch允许您根据关键字搜索即将举行的学术会议和活动。它从WikiCFP抓取会议信息,并返回每个匹配事件的详细信息,包括名称、描述、日期、地点和提交截止日期。

工具:getEvents

搜索与特定关键字匹配的会议。

参数

  • keywords (字符串,必填):用于搜索会议的关键字(例如,“ai agent”、“机器学习”)
  • limit (number,可选):要返回的最大事件数(默认值:10)

退货

具有以下属性的JSON对象:

  • status:操作状态(成功/错误)
  • count:找到的事件数
  • events:一系列会议活动,每个活动包括:

- name:会议名称 - title:会议名称 - when:会议日期和时间 - where:会议地点 - submission_deadline:提交截止日期 - notification_due:通知到期日(如有) - wikicfp_link:链接到WikiCFP上的会议页面 - description:呼叫描述文本 - external_link:外部会议网站URL(如果可用) - related_resources一系列相关会议/资源(如有),每个会议/资源包括: - name:相关资源的名称 - title:相关资源的标题 - url:指向相关资源的WikiCFP URL

响应示例

python3 app.py "ai agent" 3
{
  "status": "success",
  "count": 3,
  "events": [
    {
      "id": "188218",
      "name": "AIAS 2025",
      "title": "Symposium for AI Accelerated Science 2025",
      "when": "Oct 27, 2025 - Oct 28, 2025",
      "where": "San Francisco",
      "submission_deadline": "Aug 1, 2028",
      "notification_due": "Sep 1, 2028",
      "wikicfp_link": "http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=188218&copyownerid=193501",
      "description": "We invite submissions that explore how core advancements in artificial intelligence are accelerating progress in science. This call focuses on transformative AI innovations that enable new modes of inquiry, hypothesis generation, and experimentation across scientific disciplines. We especially welcome work in the following areas: Foundational Models.......",
      "external_link": "https://aias2025.org/",
      "related_resources": [
        {
          "name": "AIxDKE 2026",
          "title": "International Conference on AI x Data and Knowledge Engineering",
          "url": "http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=188224"
        }
      ]
    },
    {
      "id": "186126",
      "name": "PRIMA 2025",
      "title": "26th International Conference on Principles and Practice of Multi-Agent Systems",
      "when": "Dec 15, 2025 - Dec 19, 2025",
      "where": "Modena",
      "submission_deadline": "Jul 22, 2025 (Jul 15, 2025)",
      "notification_due": "Sep 29, 2025",
      "wikicfp_link": "http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=186126&copyownerid=186186",
      "external_link": "https://conferences-website.github.io/prima2025/",
      "related_resources": [
        {
          "name": "Ei/Scopus-CCNML 2025",
          "title": "2025 5th International Conference on Communications, Networking and Machine Learning (CCNML 2025)",
          "url": "http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=127474"
        }
      ]
    },
    {
      "id": "185890",
      "name": "EUMAS 2025",
      "title": "The 22nd European Conference on Multi-Agent Systems",
      "when": "Sep 3, 2025 - Sep 5, 2025",
      "where": "Bucharest, Romania",
      "submission_deadline": "May 16, 2025",
      "notification_due": "Jun 30, 2025",
      "wikicfp_link": "http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=185890&copyownerid=191777",
      "external_link": "https://euramas.github.io/eumas2025/",
      "related_resources": [
        {
          "name": "Ei/Scopus-CCNML 2025",
          "title": "2025 5th International Conference on Communications, Networking and Machine Learning (CCNML 2025)",
          "url": "http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=127474"
        },
        {
          "name": "PRIMA 2025",
          "title": "26th International Conference on Principles and Practice of Multi-Agent Systems",
          "url": "http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=186126"
        }
      ]
    }
  ]
}

许可证

此项目根据GNU(通用公共许可证)v3获得许可-请参阅 许可证 文件以获取详细信息。

目录标签

目录标签

Python团队协作任务管理学术会议本地部署WikiCFP会议搜索学术活动

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Python

部署方式(deploymentType,部署类型)

remote-capable

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdiononeremote-capable

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP