Documentation Index
Fetch the complete documentation index at: https://docs.wokelo.ai/llms.txt
Use this file to discover all available pages before exploring further.
What is Wokelo MCP?
Wokelo MCP is a Model Context Protocol server that gives your AI assistant — Claude, ChatGPT, or any MCP-compatible client — direct access to Wokelo’s dealmaking research stack. Once connected, you can run company enrichment, market maps, M&A screening, news monitoring, and full research workflows in plain language, without leaving chat. Under the hood, the server is backed by:- A proprietary database of 100M+ entity-resolved companies
- 30+ premium data sources for financials, transactions, filings, reviews, news, and IP
- Domain-tuned LLMs and pre-built workflows that codify dealmaking methodology
- An exhaustive transactions database covering global fundraises and M&A
Server URL: https://mcp.wokelo.ai/mcp Auth: OAuth 2.0 Supported clients: Claude (Web, Desktop), ChatGPT (Business, Enterprise)
Who should use this
| If you are… | What you’ll do |
|---|---|
| An analyst, banker, or PE/VC investor | Ask your AI assistant for company briefings, deal comps, peer analyses, and bulk enrichment — get verified, source-cited answers in seconds to minutes. |
| A research lead or knowledge manager | Codify your firm’s research methodology once and run it consistently across the team. |
| A developer or IT admin | Stand up the connector for your firm, configure tool permissions, and route Wokelo into agentic workflows. |
Prerequisites
Before you connect, make sure you have:- A Wokelo account with MCP access enabled (contact your account manager if you’re not sure)
- One of the supported AI clients:
- Claude — Web or Desktop, on any plan that supports custom connectors
- ChatGPT — Business (Team) or Enterprise plan; only workspace admins can add custom apps
- The Wokelo Skill File — download here
Connect to Claude
Claude Web
Enter the Wokelo MCP details
- Name:
Wokelo - Remote MCP server URL:
https://mcp.wokelo.ai/mcp
Claude Desktop
The flow is identical to Claude Web — open Settings → Connectors → Add Connectors, enter the same URL, and authenticate.Upload the Skill File in Claude
Add a new skill

Connect to ChatGPT
Configure the Wokelo MCP
- Name:
Wokelo - MCP Server URL:
https://mcp.wokelo.ai/mcp - Authentication: OAuth

Upload the Skill File in ChatGPT
Upload the file

Your first query
Once connected, try one of these to confirm the integration works:| Query | What it triggers |
|---|---|
| ”Tell me about Stripe — recent news, funding, headcount, and key acquisitions.” | search_company → get_company_news → submit_company_enrichment |
| ”Who are the top 10 LLM observability startups, and what have they raised?” | submit_market_map → submit_company_enrichment |
| ”Pull employee reviews for Notion and its three closest peers.” | get_employee_reviews across the peer set |
| ”Run a peer comparison on Stripe, Adyen, and Checkout.com.” | list_workflows → start_workflow (peer comparison) |
Tool Reference
The Wokelo MCP exposes ~20 tools across four categories. Most casual questions are answered by instant tools in seconds. Async tools submit a job, return arequest_id, and your assistant polls until the result is ready.
Instant tools — return in seconds
| Tool | Purpose | Typical use |
|---|---|---|
search_company | Resolve a company name to a unique permalink | Always run first for any named company |
get_company_news | Latest articles on a company, with summaries and publisher metadata | ”Latest on [company]“ |
get_employee_reviews | Glassdoor-style sentiment, culture scores, leadership ratings | ”What’s the culture like at [company]?” |
get_product_reviews | G2-style product reputation and customer feedback | ”How is [product] reviewed?” |
list_workflows | Catalog of available workflows (including custom firm workflows) | Required before triggering any report |
list_notebooks | Past reports generated for the user/firm | Find an existing report before re-running |
list_earnings_calls | Available earnings transcripts for a company | Required before earnings analysis |
Async tools — submit, poll, retrieve
| Tool | Purpose | Typical runtime |
|---|---|---|
submit_company_enrichment | Structured data on 1–200 companies (firmographics, funding, financials, headcount, acquisitions) | 1–5 min (fast sections) / ~15 min (AI sections) |
submit_industry_enrichment | Sector intelligence — market size, trends, M&A, regulations | 10–30 min |
submit_market_map | Discover companies in a space; map the competitive landscape | 10–20 min |
submit_target_screening | Find M&A acquisition targets for an acquirer | 10–20 min |
submit_buyer_screening | Find potential acquirers for a target | 10–20 min |
start_workflow | Trigger a structured report or notebook (company research, IC memo, peer comparison, earnings, custom) | 20–60 min depending on workflow |
Utility tools
| Tool | Purpose |
|---|---|
get_request_status | Poll the status of an async job |
get_request_result | Retrieve results once status is COMPLETED |
wait_for_result | Convenience wrapper for short jobs (enrichment only — not for market maps, screenings, or industry reports) |
download_notebook | Download a finished report as PDF, DOCX, PPTX, or JSON |
cancel_request | Abort a pending or in-progress job |
Tool permissions
Open the Connectors page in Claude (Web or Desktop) and click Configure next to the Wokelo connector. You’ll see every tool listed with three permission options:- Always allow — runs without prompting
- Needs approval — asks before each call
- Blocked — disabled

Recommended defaults
| Permission | Tools | Why |
|---|---|---|
| Always allow | search_company, get_company_news, get_employee_reviews, get_product_reviews, list_workflows, list_notebooks, list_earnings_calls, get_request_status, get_request_result | Fast, read-only, low-credit cost |
| Needs approval | submit_company_enrichment, submit_industry_enrichment, submit_market_map, submit_target_screening, submit_buyer_screening, start_workflow, download_notebook | Long-running and consume more credits |
| Blocked | cancel_request (optional) | Block only if you want to prevent accidental cancellation of teammates’ jobs |
Limits and quotas
| Limit | Value | Notes |
|---|---|---|
| Companies per enrichment call (fast sections only) | 200 | Firmographics, funding, headcount, financials, etc. |
| Companies per enrichment call (with AI sections) | 20 | Drops sharply when slow AI sections are included |
| Companies per peer comparison workflow | 5 | Hard cap on the websites parameter |
| Concurrent async jobs | Plan-dependent | Contact your account manager for limits |
| Credit consumption | Varies by tool | Async report workflows consume the most |
Troubleshooting
The Wokelo connector doesn't appear after I add it
The Wokelo connector doesn't appear after I add it
Claude isn't using Wokelo even though it's connected
Claude isn't using Wokelo even though it's connected
A tool returns 'unauthorized' or 'token expired'
A tool returns 'unauthorized' or 'token expired'
An async job has been pending for over an hour
An async job has been pending for over an hour
cancel_request and resubmit, or contact support with the request_id.Bulk enrichment fails on more than 20 companies
Bulk enrichment fails on more than 20 companies
business_model, management_profiles). Either drop the AI section, or split into batches of 20.My firm has custom workflows — how do I trigger them?
My firm has custom workflows — how do I trigger them?
list_workflows and surface your firm’s custom workflow codes. Then ask it to run the one you want.FAQ
What's the difference between the Wokelo MCP and the Wokelo API?
What's the difference between the Wokelo MCP and the Wokelo API?
Which AI clients work with Wokelo MCP?
Which AI clients work with Wokelo MCP?
Do I need a paid Wokelo plan?
Do I need a paid Wokelo plan?
Is my data private?
Is my data private?
Can I use Wokelo MCP in agentic / scheduled workflows?
Can I use Wokelo MCP in agentic / scheduled workflows?
request_id that can be polled by an agent or scheduled job — including via Cowork or similar orchestration layers — for unattended deliverables like Monday-morning portfolio digests.What happens if Wokelo doesn't have data on a company?
What happens if Wokelo doesn't have data on a company?
How do I retrieve a report I generated last week?
How do I retrieve a report I generated last week?
list_notebooks, finds the report, and can download it as PDF, DOCX, or PPTX via download_notebook.

