Skip to main content
Glama
akkylab

litra-paper-search-mcp

by akkylab

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LITRA_API_KEYYesYour Litra.ai API key

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_papersB

Search academic papers with AI-powered relevance scoring and summarization. Returns papers ranked by relevance with AI-generated summaries.

search_authorB

Search academic papers by author name. Returns author profile and publications.

check_creditsA

Check your Litra.ai credit balance and subscription plan.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a clearly distinct function: credits, author search, and paper search. No overlap in purpose.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., search_author, search_papers) and use snake_case uniformly.

Tool Count4/5

With 3 tools, the server is minimal but focused. The count is slightly low but still reasonable for a narrow-purpose paper search MCP.

Completeness3/5

The tool set covers general search and author search, but lacks tools for retrieving specific paper details or searching by other criteria (e.g., title, year). The presence of check_credits is somewhat tangential.

Maintenance

ActivityMaintained
ResponsivenessNo issues