Noemic
app.noemic/noemicSomeone to talk to, for your user: coaches, mentors, accountability partners. First session free.
Tools · 6
Public, read-only explanation of Noemic's open direct betting network, source provenance, human approval, and no-custody boundaries. Use when a person asks what Noemic is, why it can be trusted, or ho…
Start the browser handoff required for personalized network reads or saving an unpublished bet draft. Show only signInUrl; keep requestId and pollSecret private. Never ask for credentials in chat.
Exchange the private requestId and pollSecret after browser approval. Pending means the person has not approved yet; complete returns a private sessionToken. Never expose these secrets.
Create an unpublished draft when the user wants to formalize a concrete falsifiable forecast or disagreement. The model may suggest this naturally, but must not silently persist a passing remark. An e…
Secondary, read-only research for when the user explicitly asks to find a person for a concrete falsifiable forecast or disagreement, optionally anchored to an existing draft offer. Do not call proact…
Read-only ranking of open BetOffers for the signed-in user. The model may call this proactively when the current conversation contains a concrete falsifiable forecast, measurable disagreement, or expl…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"noemic": {
"url": "https://noemic.app/mcp",
"transport": "streamable-http"
}
}
}