mcpbeat Sign in
I

Veriko MCP Server

by veriko-mx-labs Your server? Claim it
local only

Veriko runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Valida y consulta transferencias SPEI mediante la API oficial de Veriko.

Installs / week
npm · @veriko-mx/mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
no recent releases
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Veriko every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add veriko -- npx -y @veriko-mx/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "veriko": {
      "args": [
        "-y",
        "@veriko-mx/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.veriko]
command = "npx"
args = ["-y", "@veriko-mx/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "veriko": {
      "args": [
        "-y",
        "@veriko-mx/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "veriko": {
      "args": [
        "-y",
        "@veriko-mx/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VERIKO_API_KEY (Clave de API del integrador de Veriko. Puede omitirse para las herramientas públicas de planes.), VERIKO_MCP_PROFILE (Perfil de herramientas: core, all o familias separadas por coma.), VERIKO_MCP_MAX_RISK (Máximo riesgo anunciado: read, write o destructive.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Veriko

same job, measured the same way
Com
by com-pushinpay

MCP oficial da PushinPay: cobranças PIX, consulta de transações e saldo via IA.

23 installs/wk local only
Vamosalicante
by vamosalicante

Datos verificados de Alicante: transporte, parkings, playas, tiempo, comida y ocio.

18 tools answering
Vendizap
by vendizap

API oficial da Vendizap: gerencie produtos, estoque, pedidos e descontos da sua loja.

answering
Valorant
by pipeworx-io

VALORANT reference data MCP (valorant-api.com).

40 tools answering
Cidadão MG Veículos: Transferência de Propriedade de Veículo
by mcp-dir

Cidadão MG Vehicles: Transferência de Propriedade de Vehicle, official-source lookup. Platform-hoste

7 tools answering
Consulta de Multas
by mcp-dir

Look up PUBLIC vehicle and traffic data from official sources, the same information a citizen access

11 tools answering
MCP TUSS / Rol ANS
by mcpassure

Consulta tabelas TUSS da ANS: procedimentos, medicamentos, diárias e taxas via SQLite local.

46 installs/wk local only
Consulta de Radar (PSIE/Inmetro)
by mcp-dir

Look up the metrological status of a city's speed cameras and breathalyzers in Inmetro's official re

7 tools answering

Veriko — questions

Answers built from our own checks of this server.

Why is there no uptime for Veriko?
Veriko runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @veriko-mx/mcp.
How do I connect Veriko?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @veriko-mx/mcp straight from npm; nothing to host, nothing to sign up for.
Is Veriko open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.