← noemic.app

INDIVIDUAL MCP TOOL

propose_wager

Fill in a wager exactly as the member would on the New wager form, when the user wants to formalize a concrete falsifiable forecast or disagreement.

noemic.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://noemic.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for propose_wager and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

noemic.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.noemic]
url = "https://noemic.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "noemic": {
      "type": "http",
      "url": "https://noemic.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: noemic
Remote MCP URL: https://noemic.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "noemic": {
      "url": "https://noemic.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "noemic": {
      "type": "http",
      "url": "https://noemic.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "noemic",
  "transport": "streamable-http",
  "url": "https://noemic.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • explain_noemic — Public, read-only explanation of Noemic's open direct wagering network, source provenance, human approval, and no-custody boundaries.
  • begin_sign_in — Start the browser handoff required for personalized network reads or saving an unpublished wager draft.
  • finish_sign_in — Exchange the private requestId and pollSecret after browser approval.
  • find_counterparties — 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.
  • find_relevant_wagers — Read-only ranking of open wager offers for the signed-in user.