Many Worlds MCP: How To

This page explains how to connect to the Many Worlds MCP endpoint and use the core research tools.

Endpoint

Keep tokens secret. Do not paste them into chats, screenshots, or logs.

Authentication options

You can connect in either of these ways:

  1. OAuth connector

    • Best for ChatGPT connectors and other MCP clients that support OAuth.
    • The server publishes MCP OAuth discovery metadata and supports Dynamic Client Registration.
    • ChatGPT can create a connector directly against https://manyworldsresearch.com/mcp.
  2. Personal MCP token

    • Best for local tools, scripts, and clients where you want a static bearer token.
    • Tokens are created from your Many Worlds account page.

Option 1: Use OAuth

For ChatGPT or another OAuth-capable MCP client:

  1. Point the client at https://manyworldsresearch.com/mcp.
  2. Choose OAuth authentication.
  3. Let the client discover the OAuth metadata automatically.
  4. Sign in and approve access when redirected.

Notes:

Option 2: Create a personal MCP token

  1. Sign in to your Many Worlds account.
  2. Open Account: https://manyworldsresearch.com/account
  3. In MCP token, choose a token lifetime (TTL) and create a new token.
  4. Copy the token immediately and store it in your secret manager.

Notes:

Use it in requests as:

Authorization: Bearer YOUR_TOKEN

What you can do

The MCP endpoint supports:

Common document IDs:

Recommended workflow

  1. Use search_research or list_research to find an instance.
  2. Call list_research_documents for that instance.
  3. Fetch only the document you need with get_research_document.
  4. Start with metadata_json for quick summaries; use report_html and mesh_json for deep analysis.

Download skill file

If your browser opens it instead of downloading, right-click and choose Save link as....

← Back to Home