security-paper-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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_papersA | Search for security research papers from top-tier (S&P, USENIX Security, CCS, NDSS) and second-tier (ACSAC, RAID, ESORICS) conferences. Supports filtering by:
|
| get_conference_papersA | Get all papers from a specific security conference in a specific year. |
| list_conferencesA | List all supported security conferences with their keys and full names. |
| get_statsB | Get statistics about papers matching search criteria (count by year, conference, etc.) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Most tools are clearly distinct, but search_papers and get_conference_papers overlap in functionality since search_papers can filter by conference and year. The descriptions help clarify the intended use, though an agent might occasionally misselect.
All tool names follow the consistent verb_noun snake_case pattern (list_conferences, search_papers, get_conference_papers, get_stats). The naming is predictable and uniform.
With only 4 tools, the server is well-scoped for its purpose of searching and retrieving security papers. Each tool serves a useful function without unnecessary bloat.
The tool set covers the core domain operations: listing available conferences, searching papers with rich filters, retrieving all papers from a specific conference/year, and getting statistics. No obvious missing functionality for typical workflows.