Guía de conector2 minutos de lectura6 herramientas MCP7 idiomas

Cómo conectar Jev by TypeSafe a Gemini — via MCP

Decisiones rápidas y baratas de sí/no, clasificación y puntuación para agentes de IA con Jev, el modelo System One de TypeSafe: respuestas tipadas con probabilidades calibradas en unos 300 ms, en lugar de un párrafo que interpretar.

HCPor el equipo de HelpCodeActualizado 2 min de lectura Código abierto en GitHub

Sin tarjeta de crédito · 7 días de prueba · Alternativa self-host disponible

gemini · Jev by TypeSafe
Use Jev to triage these four tickets: urgent or not, which team, and how frustrated the customer is.
AI
Llamando ajev_playbookjev_ask
Payouts failing for 3 days: urgent 0.88, billing, very frustrated. App crashes on every PDF upload (German): urgent 0.90, technical, very frustrated. Annual-plan discount: urgent 0.02, sales. Thanks for the webinar: urgent 0.01, no team needed. No answer fell in the unsure band; handle the crash and the payouts first.
jev_playbookjev_yes_nojev_classifyjev_ratejev_ask+ más
  • Prueba gratis de 7 días
    Sin tarjeta de crédito
  • RGPD y SOC 2 ready
    Datos en la UE, registros de auditoría
  • Código abierto en GitHub
    Open source · AGPL-3.0
  • Funciona con ChatGPT, Claude, Gemini
    Cualquier cliente compatible con MCP

Prompts reales que funcionan tras 4 minutos de configuración.

Pégalos en Gemini cuando el conector esté instalado. El agente llama por sí solo a las herramientas indicadas bajo cada prompt.

“Use Jev to decide which of these emails need a reply today and show only the ones above 0.8.”
jev_yes_no
“Classify these tickets into billing, technical, sales or none with Jev and list the low-confidence ones.”
jev_classify
“Rate these five leads from 0 (no fit) to 3 (ideal) with Jev against our customer profile.”
jev_rate
“Ask Jev whether each pair of supplier records describes the same company.”
jev_ask

Sáltate la instalación. Funcionando en menos de 2 minutos.

Inicia una prueba gratuita en cloud.anythingmcp.com, añade Jev by TypeSafe con un clic y apunta tu cliente de IA (Claude, ChatGPT, Copilot o Cursor) al endpoint MCP generado. Sin Docker, sin git clone, sin experiencia de desarrollo.

Empezar prueba gratis

Resumen

Decisiones rápidas y baratas de sí/no, clasificación y puntuación para agentes de IA con Jev, el modelo System One de TypeSafe: respuestas tipadas con probabilidades calibradas en unos 300 ms, en lugar de un párrafo que interpretar.

Prueba a pedir

Prompts de ejemplo para Jev by TypeSafe

Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.

Jev by TypeSafe · live vía MCP
Compartir
Opus 4.7

Claude es IA y puede equivocarse. Verifica siempre las respuestas.

💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → Jev by TypeSafe, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

Jev by TypeSafe + Gemini

Decisiones rápidas y baratas de sí/no, clasificación y puntuación para agentes de IA con Jev, el modelo System One de TypeSafe: respuestas tipadas con probabilidades calibradas en unos 300 ms, en lugar de un párrafo que interpretar.

Requisitos previos

Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:

TYPESAFE_API_KEY

Paso 1 — Obtener credenciales

Jev is a decision model, not a chat model. You give it state (the evidence) and one or more typed questions; it returns a number or an option with probabilities in about 300 ms. It never writes text. Use it when an agent needs a judgment it can branch on: is this urgent, which team owns it, how risky is it, does this reply answer the question, is this record a duplicate.

Start with jev_playbook. It costs no API call and explains how to phrase questions, what to put in state and how to read the probabilities.

Setup: create an API key at https://console.typesafe.ai and paste it into TYPESAFE_API_KEY. Jev is billed per input token (about $0.04 per million), output is free.

…(continued in the in-app connector instructions)

Paso 2 — Instalar el adapter

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Paso 3 — Añadir el conector en Gemini

Gemini CLI lee servidores MCP desde ~/.gemini/settings.json (o %APPDATA%\gemini\settings.json en Windows). Añade:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "X-API-Key": "YOUR_MCP_API_KEY" }
    }
  }
}
  1. Obtén tu MCP API key desde AnythingMCP → MCP Servers → tu servidor → API keys.
  2. Guarda el archivo y reinicia gemini.
  3. Ejecuta /mcp en la Gemini CLI — Jev by TypeSafe debería aparecer como disponible.
  4. Vertex AI Studio: pasa https://cloud.anythingmcp.com/mcp al array tools de tu petición con el mismo header Bearer.

Herramientas disponibles

ToolWhat it does
jev_playbookSTART HERE: returns, with NO API call, how to use Jev well: which question type to pick, how to structure state, how to write the question…
jev_yes_noAsk Jev ONE yes/no question about some evidence
jev_classifyAsk Jev to pick ONE option from a set you define (routing, labelling, intent, triage)
jev_rateAsk Jev to place the evidence on an ordered scale you define (severity, lead fit, quality, sentiment)
jev_askFull Jev API: ask SEVERAL typed questions about the same state in one call (answered in parallel, state billed once)
jev_list_modelsList the Jev model names your API key can use in the model field (aliases such as jev-latest and jev-preview, with release dates)

FAQ

¿Gemini 1.5 Pro o 2.x soportan MCP? Sí — Gemini CLI ≥ 0.4 y la API de tools de Vertex AI aceptan conectores MCP httpUrl con header Bearer.

Siguientes pasos

¿Te ha sido útil esta guía?

Tu agente de Jev by TypeSafe está a un clic.

Instala el conector, pega la clave y pregunta a Gemini. 7 días gratis, sin tarjeta de crédito.

Guías relacionadas

Conectores

Cómo usar Jev en ChatGPT: el modelo de decisión de TypeSafe vía MCP

Añade TypeSafe Jev a ChatGPT como app en modo desarrollador: ChatGPT pasa a Jev decisiones de sí/no, clasificación y puntuación y recibe probabilidades.

Conectores

Cómo usar Jev en Claude: el modelo de decisión de TypeSafe como conector

Conecta TypeSafe Jev a claude.ai y Claude Desktop en minutos: Claude pasa a Jev decisiones de sí/no, clasificación y puntuación y recibe probabilidades.

Conectores

Cómo conectar Jev by TypeSafe a Cursor — via MCP

Decisiones rápidas y baratas de sí/no, clasificación y puntuación para agentes de IA con Jev, el modelo System One de TypeSafe: respuestas tipadas con probabilidades calibradas en unos 300 ms, en lugar de un párrafo que interpretar.

Conectores

Servidor MCP de Jev: usa TypeSafe Jev en Claude, ChatGPT y cualquier agente

Da a Claude, ChatGPT, Cursor o Codex el modelo de decisión Jev: sí/no, clasificación y puntuación con probabilidades en unos 300 ms. Sin instalación local.

Conectores

Triaje de tickets de soporte con Jev en Claude: urgencia, equipo y tono

Una receta probada: Claude hace a TypeSafe Jev tres preguntas tipadas por ticket y obtiene urgencia, equipo y frustración con probabilidades en 0.3 s.

Conectores

Cómo conectar Google Ads a Gemini — via MCP

Google Ads para agentes de IA: rendimiento de campañas, grupos de anuncios, anuncios y palabras clave, términos de búsqueda, Nivel de calidad, ritmo de gasto del presupuesto y cuota de impresiones, acciones de conversión, historial de cambios, recomendaciones, cuentas de administrador (MCC) y cualquier consulta GAQL. 17 herramientas de solo lectura, OAuth2.