CNKI MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_cnkiB | 搜索 CNKI 论文,返回论文列表。 Args: query: 搜索关键词 ctx: MCP 上下文(自动注入) search_type: 搜索类型,支持: - 中文:主题、关键词、作者、篇名、作者单位、全文、DOI、基金、摘要 - 英文:subject, keyword, author, title, affiliation, fulltext, doi pages: 搜索页数(1-10),每页约20条结果 sort: 排序方式,支持: - 中文:相关度、发表时间、被引、下载、综合 - 英文:relevance, date, cited, download, composite Returns: 包含论文列表的字典,每篇论文包含:title, url, authors, source, date, cited_count |
| get_paper_detailA | 获取 CNKI 论文详情页的完整信息。 Args: url: CNKI 论文详情页 URL(通常从 search_cnki 结果中获取) ctx: MCP 上下文(自动注入) Returns: 包含论文完整信息的字典:title, authors, institutions, abstract, keywords, source, year, volume, issue, pages, doi, cited_count, download_count, fund |
| find_best_matchA | 快速查找与输入标题最匹配的 CNKI 论文。 使用字符匹配算法,适合用于验证论文标题或快速定位特定论文。 Args: query: 论文标题或关键词 ctx: MCP 上下文(自动注入) Returns: 最匹配论文的标题和 URL |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_search_types | 返回支持的搜索类型列表 |
| get_server_status | 返回服务器状态信息 |
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/h-lu/cnki-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server