← Back to Docs

Jev MCP, CLI, and Agent skill

Connect remote MCP, use the CLI, or install the skill. Every entry point uses the same account and product API for Jev & Laya models.

Remote MCP

Add this URL to your client, then sign in and review the permissions. No local MCP server is required.

https://jevtypesafe.net/api/mcp

CLI

Requires Node.js 20 or later. Set JEVTYPESAFE_API_KEY through your secret store.

  • jevtypesafe decide --model laya-english --request request.json — Run Jev or Laya judgments on text or JSON.
  • jevtypesafe usage — Read remaining credits and token balances.

Skill

The skill teaches an Agent when and how to use these actions. It contains public instructions and fictional examples.

npx @jevtypesafe/skill-installer --dir ~/.agents/skills

Available actions

  • jev_decide: Run Jev or Laya judgments on text or JSON. Consumes account credits or tokens; never retries automatically.
  • jev_usage: Read remaining credits and token balances without running the model.