关于
Zenodo offers two distinct implementations for interacting with the Zenodo repository via the Model Context Protocol (MCP). The MCP SDK Core provides direct integration with MCP-enabled environments like Cursor IDE, enabling seamless access to Zenodo resources directly from your development environment. The MCP API, a FastAPI-based service, offers MCP-compatible tools for integration with LLM frameworks like LangChain and LangGraph, supporting OpenAI-compatible APIs and LibreChat. Both implementations provide access to search, retrieve records, get citations, detect data types, access metadata, and manage files within Zenodo.
主要功能
- Automatically classify Zenodo records
- 0 GitHub stars
- Search and retrieve Zenodo records
- Retrieve citations in various formats (BibTeX, APA, etc.)
- Access detailed metadata for records
- Browse and download files from records
使用案例
- Integrate Zenodo with LangChain agents and tools
- Use Zenodo within LangGraph workflows
- Access Zenodo directly from Cursor IDE