Vufind Mcp Api
About
Vufind Mcp Api is a Model Context Protocol (MCP) server that provides tools to access the Vufind API, specifically for retrieving bibliographic records from two Vufind repositories. It is intended for developers and librarians who want to integrate Vufind catalog data into…
Details
- Author
- horaciod
- Downloads
- 176
- Categories
- Developer Tools, API
Jump to
- Provides two tools: getrecordsuncuyo and get_recordssrnd
- The get_recordssrnd tool fetches data from https://repositoriosdigitales.mincyt.gob.ar/vufind/
- Written in Python
- Based on the mcp-wikidata community template
- Designed for use with MCP‑compatible clients like Claude Desktop
Install the MCP framework with pip install mcp[cli]. Clone the repository and edit the Claude Desktop configuration file by adding a myvuf entry with "type": "stdio", "command": "mcp", "args": ["run", "<full path>/vufind-mcp.py"]. Debug the server using npx @modelcontextprotocol/inspector.
Vufind-mcp-api
MCP (Model Context Protocol) para acceder a la api de Vufind. tiene dos tools - getrecordsuncuyo - get_recordssrnd (trae registros desde https://repositoriosdigitales.mincyt.gob.ar/vufind/)###basado en $ git clone https://github.com/zzaebok/mcp-wikidata.git
###desarrollado en Python
usar npx @modelcontextprotocol/inspector para depurar
- instalar mcp
pip install mcp[cli]
###Setting para Claude desktop
"myvuf": {
"type": "stdio",
"command": "mcp",
"args": [
"run" ,
"<ruta completa>/vufind-mcp.py"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





