Vufind Mcp Api
@horaciod
About Vufind Mcp Api
Vufind Api for Bibliotecas.uncuyo.edu.ar
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Vufind Mcp Api?
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 AI‑assistant workflows via the MCP standard.
How to use Vufind Mcp Api?
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.
Key features of Vufind Mcp Api
- Provides two tools:
getrecordsuncuyoandget_recordssrnd - The
get_recordssrndtool fetches data fromhttps://repositoriosdigitales.mincyt.gob.ar/vufind/ - Written in Python
- Based on the
mcp-wikidatacommunity template - Designed for use with MCP‑compatible clients like Claude Desktop
Use cases of Vufind Mcp Api
- Retrieve bibliographic records from the UNCuyo Vufind repository
- Fetch records from Argentina’s Mincyt Vufind repository
- Enable AI assistants to query library catalogs through natural language
FAQ from Vufind Mcp Api
What tools does Vufind Mcp Api provide?
It provides two tools: getrecordsuncuyo (for the UNCuyo Vufind API) and get_recordssrnd (which retrieves records from https://repositoriosdigitales.mincyt.gob.ar/vufind/).
How do I install Vufind Mcp Api?
Install the MCP CLI with pip install mcp[cli], then clone or download the repository containing vufind-mcp.py.
How do I configure Vufind Mcp Api for Claude Desktop?
Add a myvuf entry to your Claude Desktop configuration file with "type": "stdio", "command": "mcp", and "args": ["run", "<full path>/vufind-mcp.py"].
Does Vufind Mcp Api require any authentication?
The README does not mention authentication; the tools appear to access public Vufind endpoints.
What transport does Vufind Mcp Api use?
It uses stdio transport, as indicated by the "type": "stdio" configuration in the Claude Desktop setup.
More Developer Tools MCP servers
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
test
prysmaticlabsGo implementation of Ethereum proof of stake
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
Comments