MCP Research Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_papersA | Search for papers on arXiv based on a topic and store their information. Args: topic: The topic to search for max_results: Maximum number of results to retrieve (default: 5) Returns: List of paper IDs found in the search |
| extract_infoA | Search for information about a specific paper across all topic directories. Args: paper_id: The ID of the paper to look for Returns: JSON string with paper information if found, error message if not found |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| generate_search_prompt | Generate a prompt for Claude to find and discuss academic papers on a specific topic. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_available_folders | List all available topic folders in the papers directory. This resource provides a simple list of all available topic folders. |
Latest Blog Posts
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/khushiiagrawal/MCP_Research_Assistant'
If you have feedback or need assistance with the MCP directory API, please join our Discord server