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月以降の締切があるGreen 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カテゴリ内の会議を1ページずつ一覧表示します。これはカテゴリの完全なビューです。WikiCFPが制限するキーワード検索とは異なり、pageを1からtotal_pages(1ページあたり約20)まで繰り返すことで、すべてのCFPにアクセスできます。
引数 | 型 | 説明 |
|
|
|
|
| 返すページ番号(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