MCPGive Your Agent
Give Your Agent
A Spine.
streamable http, stateless, no key. four tools, all typed. paste one url into any MCP client and every verdict on this site becomes a tool call.
endpoint
transport: Streamable HTTP · protocol 2025-06-18 · auth: none
client config
{
"mcpServers": {
"jevbook": {
"url": "https://jevbook.xyz/api/mcp"
}
}
}works with any MCP client that speaks streamable http: editors, desktop assistants, agent frameworks.
terminal
the CLI streams the Jev.Search pipeline: stages, sources, answer, verified claims. node 18+, zero deps.
tools
decide (state, questions[])
Any state + 1-8 typed questions → calibrated answers with probabilities. The core contract.
scan_token (address, chain=bsc)
Live DEX metrics + onchain reads → ape / watch / avoid with rug_risk, momentum, liquidity_health.
research (query)
Jev.Search end to end: triage, web, reranked sources, drafted answer, verified claims.
verify_claim (claim)
One factual claim → supported / contradicted / unverifiable + sources + receipt.
raw jsonrpc also works:
curl -X POST https://jevbook.xyz/api/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
"params":{"name":"verify_claim",
"arguments":{"claim":"opBNB is an OP Stack L2"}}}'