SyV MCP Tools
Enables validation and retrieval of metadata from Markdown files in the Subordinación y Valor project. Validates metadata against project specifications and extracts structured metadata from Markdown documents.
README
SyV MCP Tools
Servidor MCP (Model Context Protocol) del proyecto Subordinación y Valor.
Descripción
Este servidor MCP proporciona herramientas para trabajar con los metadatos de archivos Markdown del proyecto SyV. Permite validar y obtener metadatos según las especificaciones definidas en la guía de metadatos del proyecto.
Herramientas Disponibles
validar_metadatos_markdown
Valida los metadatos de archivos *.md contra las especificaciones en 0_proyecto/guias-para-colaboradores/guia-de-metadatos.md.
Parámetros:
ruta_archivo(str): Ruta al archivo Markdown a validar
Retorna: JSON con:
status(bool):Falsesi la validación falló,Truesi pasómessage(str): Descripción del error (usar solo si status es False)
obtener_metadatos_markdown
Recupera los metadatos de archivos Markdown.
Parámetros:
ruta_archivo(str): Ruta al archivo Markdown
Retorna: JSON con los campos de metadatos o error
Instalación
Requiere Python >=3.12
# Instalar dependencias
uv sync
Configuración
Crear un archivo .env en la raíz del proyecto con:
ANTHROPIC_API_KEY=tu_api_key_aquí
Uso
# Ejecutar el servidor MCP
python mcp_server.py
O usando el script batch (Windows):
mcp_server.bat
Dependencias Principales
mcp: Framework para servidores MCPpydantic: Validación de datosanthropic: Cliente para API de Claudepython-dotenv: Gestión de variables de entorno
Proyecto Principal
Este servidor es parte del proyecto Subordinación y Valor, un proyecto de investigación y documentación sobre subordinación y generación de valor.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.