Skip to main content
Glama
Opr4Mp3r

security-paper-mcp-server

by Opr4Mp3r

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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:

  • keyword: Search in paper titles

  • author: Author name

  • yearFrom/yearTo: Year range (2020-present)

  • conferences: Specific conference keys (sp, usenix, ccs, ndss, acsac, raid, esorics)

  • tier: "top", "second", or "all"

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 4 tools

Disambiguation4/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivitySlowing
ResponsivenessNo issues