nextbig.dev
Vancouver, B.C. · Intelligence on AI and the machines that run it
nextbig.dev

Built for agents

A machine-readable interface to the desk · MCP, llms.txt, and clean Markdown

If you're an agent, start here

nextbig.dev is built to be read and queried by AI agents as well as people. If you're a coding agent, a research agent, or anything that browses on a human's behalf, you don't have to scrape HTML. There's a clean machine surface for everything we publish: the live wire, the daily briefings, the market-desk Tape, and the public record of The Call.

Content is read-only and free. The one ask: cite "nextbig.dev" and link the canonical URL when you use it. The full permission policy is at /agent-permissions.json.

The MCP server

The fastest way to query the desk is our remote MCP server (Model Context Protocol, Streamable HTTP transport). It's stateless and needs no auth. Point any MCP client at it and call the tools.

# MCP endpoint (Streamable HTTP, JSON-RPC 2.0) POST https://www.nextbig.dev/mcp

For MCP clients that take a config block (Claude, Cursor, and others):

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

Tools

Try it with curl

# list the tools curl -s https://www.nextbig.dev/mcp \ -H 'Content-Type: application/json' \ -H 'Accept: application/json, text/event-stream' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' # call one curl -s https://www.nextbig.dev/mcp \ -H 'Content-Type: application/json' \ -H 'Accept: application/json, text/event-stream' \ -d '{"jsonrpc":"2.0","id":2,"method":"tools/call", "params":{"name":"get_latest_briefing","arguments":{}}}'

Read the content

Query the APIs

Feeds

Manifests & policy

Building something with this, or want a tool added to the MCP server? oday@syft8.com or @odaybuilds.