Skip to main content
Glama
MSKazemi

mcp-zenodo

by MSKazemi

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ZENODO_API_TOKENYesYour Zenodo API token for authentication

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_recordsB
Search for records in Zenodo.

Args:
    query: Search query
    max_results: Maximum number of results to return
    sort: Sort order (bestmatch, mostrecent)
    
Returns:
    Dictionary containing search results
get_citationA

Get a citation for a Zenodo record in the specified format.

Args:
    record_id: The ID of the Zenodo record
    format: The citation format (bibtex, apa, etc.)
    
Returns:
    CitationResponse containing the citation
detect_data_typeA

Determine if a Zenodo record is a dataset, software, or article.

Args:
    record_id: The ID of the Zenodo record to analyze
    
Returns:
    Dictionary containing the detected data type and confidence score
get_metadataB

Retrieve detailed metadata for a Zenodo record.

Args:
    record_id: The ID of the Zenodo record
    include_files: Whether to include file information
    include_versions: Whether to include version information
    
Returns:
    MetadataResponse containing the record metadata
list_filesA

List all files available in a Zenodo record.

Args:
    record_id: The ID of the Zenodo record
    include_metadata: Whether to include file metadata
    
Returns:
    Dictionary containing the list of files and their metadata

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/MSKazemi/mcp-zenodo'

If you have feedback or need assistance with the MCP directory API, please join our Discord server