@y0usaf/typesafe-mcp
v0.1.0
Published
MCP server that gives any coding agent access to TypeSafe's Jev System One decision model
Maintainers
Readme
typesafe-mcp
MCP server for TypeSafe Jev — typed decisions (choice / score / noul) with probabilities, callable as one tool.
Install
claude mcp add typesafe -e TYPESAFE_API_KEY=... -- npx -y @y0usaf/typesafe-mcpOr any MCP config:
{ "mcpServers": { "typesafe": { "command": "npx", "args": ["-y", "@y0usaf/typesafe-mcp"], "env": { "TYPESAFE_API_KEY": "..." } } } }Get a key: https://console.typesafe.ai/keys
Use
One tool: evaluate(state, questions). The server teaches your agent how to
use it — batching, atomic questions, and confidence gating are built into the
instructions, tool schema, and the typesafe://guide resource.
