wikicfp-mcp
WikiCFP MCP
커뮤니티 큐레이션 학술 컨퍼런스 데이터베이스인 WikiCFP를 위한 읽기 전용 MCP 서버입니다. 컨퍼런스 검색, 전체 카테고리 탐색, 논문 모집 세부 정보를 MCP 도구로 제공합니다.
요구 사항
Python 3.13+
Related MCP server: confluence-http-api-mcp
설정
uv sync구성
이것은 MCP 서버입니다. 코딩 에이전트의 MCP 구성에 등록하면 에이전트가 해당 도구를 사용할 수 있습니다.
대부분의 에이전트는 동일한 로컬 stdio 구성을 허용합니다. 예를 들어, Opencode에서는 opencode.json에 추가합니다:
{
"mcp": {
"wikicfp-mcp": {
"command": [
"/home/simon/dev/wikicfp-mcp/.venv/bin/python",
"/home/simon/dev/wikicfp-mcp/src/main.py"
],
"enabled": true,
"type": "local"
}
}
}이 설정 후, 에이전트는 도구를 자동으로 발견하며, 다음과 같은 작업을 간단히 요청할 수 있습니다:
"9월 이후 마감인 그린 AI 관련 예정 컨퍼런스를 찾아줘."
도구
search_conferences
쿼리와 일치하는 학술 컨퍼런스를 WikiCFP에서 검색합니다.
인수 | 유형 | 설명 |
|
| 검색어 (예: "ai agent", "machine learning") |
|
| 연도 필터: |
|
| 반환할 최대 컨퍼런스 수 (기본값: 10) |
각 컨퍼런스의 이름, 설명, 날짜(when), 장소(where), 제출 deadline, WikiCFP url 목록을 반환합니다:
[
{
"name": "Cyber-AI 2026",
"description": "The 2nd IEEE 2026 International Conference on Cybersecurity and AI-Based Systems (Scopus)",
"when": "Sep 22, 2026 - Sep 25, 2026",
"where": "Bucharest, Romania",
"deadline": "Jul 31, 2026",
"url": "http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=191252©ownerid=196290"
}
]conference_details
WikiCFP 페이지 URL(search_conferences에서 반환된 url 필드)에서 컨퍼런스의 전체 논문 모집 세부 정보를 가져옵니다.
인수 | 유형 | 설명 |
|
|
|
이름, 설명, 날짜, 장소, 공식 웹사이트, 모든 마감일, 카테고리를 반환합니다:
{"name": "SMARTGREENS 2027",
"description": "SMARTGREENS 2027 : 16th International Conference on Smart Cities and Green ICT Systems",
"when": "Apr 16, 2027 - Apr 17, 2027", "where": "Rome, Italy",
"website": "https://smartgreens.scitevents.org/",
"submission_deadline": "Nov 17, 2026", "notification_due": "Jan 15, 2027", "final_version_due": "Jan 27, 2027",
"categories": ["services", "grid computing", "green computing", "smart grid"]}list_categories
WikiCFP에서 추적하는 모든 컨퍼런스 카테고리를 각 CFP 수에 따라 정렬하여 나열합니다.
최대 ~300개의 카테고리를 이름, 탐색 URL, CFP 수와 함께 반환합니다:
[{"name": "artificial intelligence", "url": "http://www.wikicfp.com/cfp/call?conference=artificial intelligence", "count": 10667},
{"name": "machine learning", "url": "http://www.wikicfp.com/cfp/call?conference=machine learning", "count": 6454},
{"name": "green computing", "url": "http://www.wikicfp.com/cfp/call?conference=green computing", "count": 149}, ...]conferences_by_category
WikiCFP 카테고리의 컨퍼런스를 한 페이지씩 나열합니다. 이것은 카테고리의 전체 보기입니다. 키워드 검색이 WikiCFP에 의해 제한되는 것과 달리, page를 1부터 total_pages까지 반복하면 모든 CFP에 접근할 수 있습니다(페이지당 ~20개).
인수 | 유형 | 설명 |
|
|
|
|
| 반환할 페이지 번호, 1부터 시작 (기본값: 1) |
페이지 메타데이터(total_pages, total_cfps)와 해당 페이지의 컨퍼런스를 반환합니다. 이후 페이지에는 만료된 CFP가 포함될 수 있습니다.
{"category": "green computing", "page": 1, "total_pages": 8, "total_cfps": 149,
"conferences": [
{"name": "SMARTGREENS 2027",
"description": "16th International Conference on Smart Cities and Green ICT Systems",
"when": "Apr 16, 2027 - Apr 17, 2027", "where": "Rome, Italy",
"deadline": "Nov 17, 2026",
"url": "http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=201733©ownerid=45217"},
{"name": "GREEN 2026",
"description": "The Eleventh International Conference on Green Communications, Computing and Technologies",
"when": "Oct 25, 2026 - Oct 29, 2026", "where": "Lisbon, Portugal",
"deadline": "Jul 6, 2026",
"url": "http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=199671©ownerid=83510"}]}find_conferences
주어진 키워드 중 하나라도 일치하는 예정 컨퍼런스를 찾습니다.
인수 | 유형 | 설명 |
|
| 검색어 목록; 컨퍼런스는 하나라도 일치하는 용어가 있으면 매칭됨 |
|
| 연도 필터: |
|
| 이 날짜( |
|
| 반환할 최대 컨퍼런스 수 (기본값: 50) |
각 키워드에 대해 WikiCFP를 검색하고, 결과를 병합 및 중복 제거하며, 아직 종료되지 않은 컨퍼런스만 유지합니다. 결과는 제출 마감일(가장 가까운 순)로 정렬됩니다. 날짜나 마감일이 알려지지 않은(N/A, TBD) 컨퍼런스는 항상 유지됩니다.
[{"name": "MIT AI Conference 2026",
"description": "MIT AI Conference 2026- AI: The Age of Agency",
"when": "Oct 17, 2026 - Oct 17, 2026", "where": "Computer History Museum Mountain View, C",
"deadline": "Oct 17, 2026",
"url": "http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=201388©ownerid=199571"}, ...]Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityCmaintenanceMCP server for academic research using the OpenAlex API, enabling article search, details retrieval, and author profile lookup.
- AlicenseAqualityCmaintenanceRead-only MCP server for self-hosted Confluence that lets AI agents search pages, fetch content, and navigate page trees via the REST API.514MIT
- Alicense-qualityCmaintenanceSERP-free scholarly search MCP server that queries academic sources like arXiv, Semantic Scholar, and conference proceedings using official APIs and reverse-engineered endpoints, with no API keys required. It supports unified conference search and returns normalized paper metadata.2MIT
- Alicense-qualityAmaintenanceRead-only MCP server for accessing AtCoder problem statements and samples, enabling problem retrieval and search without contest interference.MIT
Related MCP Connectors
Read-only MCP server for searching Japan government procurement bid information from the KKJ portal.
Read-only MCP server for the WebAssembly spec: instructions, types, sections, search, proposals.
Academic research MCP server for paper search, citation checks, graphs, and deep research.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/404Simon/wikicfp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server