Many Worlds MCP: How To
This page explains how to connect to the Many Worlds MCP endpoint and use the core research tools.
Endpoint
- URL:
https://manyworldsresearch.com/mcp - Auth: Bearer token
Keep tokens secret. Do not paste them into chats, screenshots, or logs.
Get your auth token
- Sign in to your Many Worlds account.
- Open Account: https://manyworldsresearch.com/account
- In MCP token, choose a token lifetime (TTL) and create a new token.
- Copy the token immediately and store it in your secret manager.
Notes:
- The full token is shown once at creation time.
- Creating a new token revokes your previous token.
- You can revoke the current token anytime from the Account page.
Use it in requests as:
Authorization: Bearer YOUR_TOKEN
What you can do
The MCP endpoint supports:
list_research— list simulation research instancessearch_research— find research by team/company/event textlist_research_documents— list available documents for one instanceget_research_document— fetch one document bydocument_id
Common document IDs:
metadata_jsonodds_jsonreport_htmlmesh_json
Recommended workflow
- Use
search_researchorlist_researchto find an instance. - Call
list_research_documentsfor that instance. - Fetch only the document you need with
get_research_document. - Start with
metadata_jsonfor quick summaries; usereport_htmlandmesh_jsonfor deep analysis.
Download skill file
If your browser opens it instead of downloading, right-click and choose Save link as....