← nextbig.dev

INDIVIDUAL MCP TOOL

get_call_record

Fetch The Book — the running public record of The Call, nextbig.dev's daily falsifiable prediction, with each verdict (correct/wrong/push/open) and the win-loss tally.

nextbig.devnone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent endpoint

nextbig.dev

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.nextbig-dev]
url = "https://www.nextbig.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "nextbig-dev": {
      "type": "http",
      "url": "https://www.nextbig.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: nextbig-dev
Remote MCP URL: https://www.nextbig.dev/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": {
    "nextbig-dev": {
      "url": "https://www.nextbig.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "nextbig-dev": {
      "type": "http",
      "url": "https://www.nextbig.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "nextbig-dev",
  "transport": "streamable-http",
  "url": "https://www.nextbig.dev/mcp"
}
MCP Inspector

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

Related tools

  • search_wire — Search nextbig.dev's curated AI & compute news wire — 300+ sources scored by Claude for builder relevance.
  • get_briefing — Fetch a full nextbig.dev daily briefing for a given date as Markdown — the big story, sections, quick hits, the takeaway, The Call, and the day's Tape.
  • get_latest_briefing — Fetch the most recent nextbig.dev daily briefing as Markdown.
  • list_briefings — List recent nextbig.dev daily briefings (date, headline, summary, URL).
  • get_the_tape — Fetch The Tape — nextbig.dev's market-desk signals (long/short/watch, with thesis, basis, falsifier, horizon) for a date, or the latest if no date given.