← Rosette EnergyMCP Server

Rosette Energy on MCP

Rosette Energy publishes a Model Context Protocol (MCP) server so AI clients like Claude Desktop, Cursor, and ChatGPT can query the pitch overview, science, simulation results, roadmap, and contact info directly. Everything the server returns is already public on this site.

Endpoint

https://rosetteenergy.com/api/public/mcp

Transport: streamable HTTP (JSON-RPC 2.0). Protocol version 2025-06-18. No authentication required.

Available tools

  • get_overviewOne-paragraph pitch plus headline stats.
  • get_scienceThe problem with thermal fusion and Rosette's ring-reconnection insight.
  • get_resultsSimulation numbers, caveats, and credibility markers.
  • get_photonics_opportunitiesThe near-term photonics-hardware market.
  • get_roadmapFour milestones and their status.
  • get_founderJames B. Worth bio.
  • get_contactEmail and how to request the deck.

Documents (MCP resources)

Available via resources/list and resources/read, or downloaded directly:

  • Rosette Energy — Pitch Deck
    Private pitch deck: the ring-reconnection thesis, market, roadmap, and ask.
    pitch-deck · application/pdf · 815 KB
    Download
  • Laser-driven ring reconnection — Physics of Plasmas manuscript (2026)
    Full manuscript under review at Physics of Plasmas: theory, hybrid-PIC simulation methodology, and gain results for the eight-spot ring geometry.
    physics-of-plasmas-manuscript · application/pdf · 11.0 MB
    Download
  • Ring reconnection — 25-minute conference presentation
    Slide deck for the 25-minute conference talk on laser-driven magnetic reconnection and the Rosette Energy platform.
    conference-talk · application/pdf · 2.0 MB
    Download
  • James B. Worth — CV (2026)
    Founder CV: computational plasma physics, prior AI ventures (Substrate AI, SubGen AI), patents, and publications.
    founder-cv · application/vnd.openxmlformats-officedocument.wordprocessingml.document · 12 KB
    Download

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rosette-energy": {
      "url": "https://rosetteenergy.com/api/public/mcp"
    }
  }
}

Cursor

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "rosette-energy": {
      "url": "https://rosetteenergy.com/api/public/mcp"
    }
  }
}

Quick test

You can hit the endpoint directly with curl:

curl -sX POST https://rosetteenergy.com/api/public/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
© 2026 Rosette Energy (in formation)