npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-mediavox

v1.1.1

Published

n8n community node for Mediavox: mediaAPI (sanctions OFAC/EU/UN/PEP screening, document OCR, email/domain validation, KYC, phishing detection, data standardization, bank account validation, PIN/OTP), Turing AI (chat with RAG, document intelligence), and V

Readme

n8n-nodes-mediavox

AI-powered business platform for Latin America. One node, full ecosystem: mediaAPI, Turing AI, DocumentPower, and Vixo ERP.

Mediavox n8n Node

Products

| Product | Methods | Description | |---------|---------|-------------| | mediaAPI | 30+ | Data standardization, sanctions screening, document OCR, phishing detection, tax ID validation | | Turing AI | 4 | AI chat with RAG, content indexing, session management, feedback | | DocumentPower | 3 | Document upload, entity extraction (NER), semantic search | | Vixo ERP | 8+ | Clients, contracts, invoices, projects, tasks, employees |

How it works

Product → Resource (mediaAPI only) → Method → Parameters (JSON)
  • mediaAPI: Select resource (DataTools, Security, Recognition, Finance, Compliance), then method
  • Turing AI / DocumentPower / Vixo ERP: Select method directly (no resource needed)

Methods for mediaAPI are loaded dynamically from the API — new methods appear automatically.

Installation

Community Nodes (recommended)

  1. Go to Settings > Community Nodes
  2. Search for n8n-nodes-mediavox
  3. Click Install

Manual

cd ~/.n8n/custom
npm install n8n-nodes-mediavox

Credentials

Create one credential per product you use:

| Product | API Key prefix | Get yours at | |---------|---------------|--------------| | mediaAPI | mak- | mediavox.co/mvdevportal/keys | | Turing AI | tk_ | mediavox.co/mvdevportal/turing-admin | | Vixo ERP | vxk- | Vixo platform > Settings > API Keys |

Examples

Standardize a name (mediaAPI > DataTools)

Product: mediaAPI
Resource: DataTools
Method: standardize_name (W)
Parameters: { "text": "EMPRESA DEMO S.A.S", "country": "CO" }

Screen against sanctions (mediaAPI > Security)

Product: mediaAPI
Resource: Security
Method: check_sanctions (R)
Parameters: { "name": "Entity Demo", "idNumber": "900123456" }

KYC 4-in-1 (mediaAPI > Compliance)

Product: mediaAPI
Resource: Compliance
Method: kyc (W)
Parameters: { "name": "Entity Demo", "document": "900123456", "document_type": "NIT", "country": "CO" }

Chat with Turing AI

Product: Turing AI
Method: chat (W)
Parameters: { "question": "How many active clients do I have?", "session_id": "workflow-1" }

Extract entities from a document

Product: DocumentPower
Method: extract_entities (W)
Parameters: { "text": "Invoice #1234 from Entity Demo S.A. NIT 900.123.456-7 for $5,000,000 COP" }

Supported Countries

  • Colombia (CO): NIT, CC
  • Chile (CL): RUT
  • Mexico (MX): RFC, CURP
  • Peru (PE): RUC, DNI

API Documentation

Full API docs, playground, and method reference at mediavox.co/mvdevportal.

Pricing

| Plan | Requests/month | Price | |------|---------------|-------| | Free | 100 | $0 | | Developer | 5,000 | $39/mo | | Scale | 50,000 | $149/mo |

Support

License

MIT