mcpbeat Sign in

Laya Typed Decisions MCP Server

local only

Laya Typed Decisions runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 21 Sep 2026.

Typed noul / choice / score judgments from a local Laya model, with token-budget preflight.

Installs / week
npm · laya-mcp
0
Stars
0 open issues
21 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

Nothing serious here today

Today is the operative word: we check Laya Typed Decisions 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 laya-mcp -- npx -y laya-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "laya-mcp": {
      "args": [
        "-y",
        "laya-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.laya-mcp]
command = "npx"
args = ["-y", "laya-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "laya-mcp": {
      "args": [
        "-y",
        "laya-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "laya-mcp": {
      "args": [
        "-y",
        "laya-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Laya Typed Decisions

same job, measured the same way
Catalog
by avva

Search Avva for an expert, then connect their model - judgment from real past decisions.

2 tools answering
Jev Use
by shitianfang

Typed yes/no, pick-one and score judgments from Jev in one batched call; typed escalation back.

1 893 installs/wk local only
Figuard MCP
by figuard

Pre-flight spend authorization for AI agents. Set a budget, enforce limits, audit every decision.

36 installs/wk local only
UK Case Law MCP Server from MCPBundles
by mcpbundles

Search UK court judgments and tribunal decisions from the National Archives

answering
Tinycontext
by tinysuitehq

Token-light local memory with SQLite hybrid retrieval for MCP agents.

523 installs/wk local only
Jarroba Tools · Calculation
by invarato

Maths a model gets wrong: units with dimensional checking, equations, sheets. 5 tools, local.

100 installs/wk local only
MeatSpace
by zmarten

Human-in-the-loop for AI agents. Submit choices, get a human decision.

3 tools answering
Google Flights Deals
by johnisanerd

Cheapest destinations from an airport, each with its fare and that route's typical price.

answering

Laya Typed Decisions — questions

Answers built from our own checks of this server.

Why is there no uptime for Laya Typed Decisions?
Laya Typed Decisions 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 laya-mcp.
How do I connect Laya Typed Decisions?
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 laya-mcp straight from npm; nothing to host, nothing to sign up for.
Is Laya Typed Decisions open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript 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.