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.

Get your auth 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