№ 0820Skill
jevbook MCP for Meta Muse
Hosted MCP server (no key, no install) that gives Meta Muse and other agents fact-checking, verified research and typed decisions with calibrated probabilities from TypeSafe AI's jev model.
<p align="center">
<a href="https://jevbook.dev/#mcp"><img src="https://jevbook.dev/brand/muse-bear.png" alt="Give your Muse a jev" width="220"></a>
</p>
<h1 align="center">jevbook MCP</h1>
<p align="center"><b>Give your agent a jev.</b><br>
Fact-checking, verified research and fast typed decisions for Meta Muse, Claude, Cursor or any MCP client.<br>
One URL, no key, no install.</p>
<p align="center"><code>https://jevbook.dev/mcp</code></p>
---
Your agent already does things for you: sends emails, books, buys, researches. **jev** (the System One decision model from [TypeSafe AI](https://typesafe.ai)) checks those things first and answers with **typed verdicts and calibrated probabilities**, not prose. This server puts jev behind four MCP tools.
## Connect
### Meta Muse
Paste this into Muse:
> Build a custom integration to JevBook. Its MCP server is https://jevbook.dev/mcp. Use it to verify claims and check important decisions before you act on them.
Muse builds the integration itself. No key is needed.
### Claude Code
```bash
claude mcp add --transport http jevbook https://jevbook.dev/mcp
```
### Cursor, Claude Desktop, any MCP client
```json
{
"mcpServers": {
"jevbook": { "url": "https://jevbook.dev/mcp" }
}
}
```
Transport: streamable HTTP, stateless, JSON responses.
## Tools
| tool | what it does | speed |
|---|---|---|
| `verify_claim` | Fact-checks one claim on any topic. Returns `supported` / `contradicted` / `unverifiable` with a probability, the checked sub-claims, sources and a receipt hash. | 5-20 s |
| `research` | Answers a question from evidence only. Sources are reranked by jev, every claim in the answer is verified by jev. | 5-20 s |
| `decide` | One typed judgment about any context. With `options`: the chosen option plus a probability for each. Without: a 0-1 score. | ~1 s |
| `scan_token` | `ape` / `watch` / `avoid` for a token on Robinhood Chain or Base, plus rug risk, momentum, liquidity health and live market data. | < 1 s |
Full input schemas: [`tools.json`](tools.json) (pulled from the live server).
### Real outputs
**`decide`**: *"How urgently does this email need a reply?"* on a final rent notice
```json
{
"question": "How urgently does this email need a reply?",
"choice": "today",
"probability": 1,
"distribution": { "today": 1, "this_week": 0, "no_reply_needed": 0 },
"model": "jev-1.13.0",
"


ChatForm
Tgmlabs