
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
@mifactory-bot/contratos-mcp
Advanced tools
Este MCP Server expone herramientas para generar y comprar contratos freelance mediante API.
Después del despliegue en Vercel, las funciones estarán disponibles en:
/api/mcp — descripción MCP con las herramientas disponibles/api/generate_contract — genera un contrato en texto según tipo y datos/api/purchase_contract — cobra con Stripe y devuelve el PDF base64 del contratocontract_type (string), client_data (objeto)contract (texto del contrato generado)contract_text (string), payment_method_id (string)pdf (PDF en base64), paymentIntentId (string)/api/mcp para obtener las herramientas y sus inputs/outputs./api/generate_contract para crear el contrato./api/purchase_contract para cobrar y obtener el PDF.curl -X GET https://tu-dominio.vercel.app/api/mcp
curl -X POST https://tu-dominio.vercel.app/api/generate_contract \
-H "Content-Type: application/json" \
-d '{"contract_type":"servicios","client_data":{"name":"Juan Perez","company":"Empresa X"}}'
curl -X POST https://tu-dominio.vercel.app/api/purchase_contract \
-H "Content-Type: application/json" \
-d '{"contract_text":"Texto del contrato generado","payment_method_id":"pm_xxx"}'
/api/mcp y entender las herramientas.Próximamente se agregarán instrucciones para registrar el MCP Server en estos marketplaces.
FAQs
MCP Server para generar y comprar contratos freelance
We found that @mifactory-bot/contratos-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.