Server data from the Official MCP Registry
Dealmaking research for AI assistants: company intelligence, deals, and research deliverables.
Dealmaking research for AI assistants: company intelligence, deals, and research deliverables.
Remote endpoints: streamable-http: https://mcp.wokelo.ai/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-wokelo-ai-wokelo-mcp-server": {
"url": "https://mcp.wokelo.ai/mcp"
}
}
}From the project's GitHub README.
Dealmaking research for AI assistants - company intelligence, transaction data, and research deliverables via MCP.
The problem with AI assistants for dealmaking research
You are likely already using an AI assistant - Claude, ChatGPT, Copilot, or similar. But every one of them shares the same core limitations: training data with a cutoff date, no access to premium sources, a reliance on web search that surfaces the same SEO-optimized headlines everyone else sees, and the need for constant back-and-forth prompting just to get to a usable result.
How Wokelo MCP supercharges your existing tools
Wokelo MCP is built to solve every one of those limitations for dealmaking research - bundled premium subscriptions, a native company and transactions database, zero hallucination, a proprietary news algorithm to surface signals your competitors aren't seeing, and a single query that delivers a finished deliverable without you staying in the loop.
| Generic AI assistant | Wokelo MCP | Relevant for | |
|---|---|---|---|
| Company data | Open web + training data with a cutoff date; misses emerging or less-covered players | 100M+ entity-resolved company database queried directly | Company discovery & enrichment |
| Premium sources | Inaccessible, requires separate subscriptions | 30+ pre-integrated premium sources, bundled | Company research |
| Transaction data | No native deal database | Exhaustive fundraises + M&A database; every acquirer/target entity-resolved | Deal & M&A research |
| Signal quality | Web search returns SEO-optimized headlines, the same results everyone else sees | Proprietary news algorithm surfaces hidden signals not biased by headlines | Company discovery, research, monitoring & alerts |
| Source integrity | Source credibility unpredictable; no deduplication or entity resolution | Thousands of verified global publishers; deduplicated, entity-resolved | Monitoring & alerts |
| Accuracy | 10-40% hallucination rate on structured queries; compounds with list length | Zero hallucination, every data point source-verified | End-to-end dealmaking research |
| Bulk enrichment | Manual re-prompting every 20-25 rows; credits exhausted across sequential calls | Full list enriched in a single MCP call | Company enrichment |
| Output format | Raw links or text requiring human synthesis; never client-ready | Structured briefing or finished PDF/PPT in your firm's template | Research deliverables |
| Methodology | Cannot codify or consistently apply firm-specific frameworks | Firm methodology codified once; applied consistently on every run | Research deliverables |
| Workflow | Requires active involvement throughout | Trigger and pick up the finished deliverable asynchronously | Research deliverables |
Wokelo MCP is a hosted remote server. No local installation required. Connect using the server URL and authenticate once via browser.
Server URL:
https://mcp.wokelo.ai/mcp
Transport: Streamable HTTP Authentication: OAuth 2.0 with Dynamic Client Registration (browser-based login on first connection)
Claude Desktop connects to remote OAuth servers through its built-in Connectors UI:
https://mcp.wokelo.ai/mcpNote: Remote MCP servers with OAuth authentication are added through the Connectors UI, not through the
claude_desktop_config.jsonfile. This is by design in Claude Desktop.
Run the following in your terminal:
claude mcp add --transport http wokelo https://mcp.wokelo.ai/mcp
Then open a Claude Code session and run /mcp to complete the OAuth authentication flow. Your browser will open for sign-in.
Verify: Run /mcp again — wokelo should appear as connected with its tool list.
Availability: Full MCP support is available on ChatGPT web for Business and Enterprise/Edu workspaces. Only admins/owners can publish apps, and developer mode must be enabled before creating a custom MCP app.
Wokelohttps://mcp.wokelo.ai/mcpOAuthOptional: If you want the connector available to the full workspace, publish it from Workspace Settings > Apps after testing.
Codex shares MCP configuration between the CLI and the IDE extension via ~/.codex/config.toml.
Step 1 — Add the server (either command or direct file edit):
codex mcp add wokelo --url https://mcp.wokelo.ai/mcp
Or add to ~/.codex/config.toml directly:
[mcp_servers.wokelo]
url = "https://mcp.wokelo.ai/mcp"
Step 2 — Complete OAuth sign-in:
codex mcp login wokelo
This opens your browser for authentication. Codex stores the tokens locally and refreshes them automatically. The codex mcp login command works only for Streamable HTTP servers that advertise OAuth — which Wokelo does.
Verify: Start a Codex session (codex) and run /mcp in the TUI. Confirm wokelo lists its tools. The IDE extension reflects the same configuration automatically.
Cursor 1.0+ supports OAuth and Streamable HTTP natively:
https://mcp.wokelo.ai/mcpCopilot Studio has a built-in MCP onboarding wizard that handles OAuth 2.0 with Dynamic Client Registration (DCR) — which Wokelo supports — so no Swagger file or custom connector is required.
Wokelohttps://mcp.wokelo.ai/mcpThe agent orchestrator uses the server description to decide when to call Wokelo tools, so keep the description clear and specific.
Note: Generative Orchestration must be enabled on the agent for MCP tools to be invoked. Copilot Studio dropped SSE support in August 2025; Streamable HTTP (what Wokelo uses) is the supported transport.
VS Code supports remote MCP servers over Streamable HTTP and can add them through the built-in guided flow:
wokelohttps://mcp.wokelo.ai/mcpIf you prefer to manage the config directly, add this to .vscode/mcp.json or your user mcp.json:
{
"servers": {
"wokelo": {
"type": "http",
"url": "https://mcp.wokelo.ai/mcp"
}
}
}
After saving the file, start the server from the editor CodeLens or via MCP: List Servers.
npm install -g @github/copilot
copilot
/login
You can also authenticate from the terminal with copilot login.
/mcp add
wokeloHTTP or SSEhttps://mcp.wokelo.ai/mcp*Ctrl+S to save the configurationVerify: Run /mcp show wokelo
Custom remote connectors are available to paid Perplexity users and support OAuth 2.0 with Dynamic Client Registration natively.
https://mcp.wokelo.ai/mcp/.well-known/oauth-protected-resource/mcp)Enterprise note: Organization-wide sharing requires an admin to share the connector from the Permissions screen after creation. With OAuth, admins can either authenticate once on behalf of the organization or require each member to authenticate individually.
https://mcp.wokelo.ai/mcpVisual Studio supports remote MCP servers with OAuth via an mcp.json file at the solution or user level:
{
"servers": {
"wokelo": {
"type": "http",
"url": "https://mcp.wokelo.ai/mcp"
}
}
}
Use the Manage Authentication CodeLens action in the mcp.json file to trigger the OAuth browser flow.
Note: Antigravity's native handling of OAuth with remote MCP servers has been inconsistent in publicly reported cases. Try the native config first; if the OAuth flow fails or hangs, use the
mcp-remotebridge fallback.
Open Agent pane → … menu → MCP Servers → Manage MCP Servers → View raw config.
Option A — Native config (try first):
{
"mcpServers": {
"wokelo": {
"serverUrl": "https://mcp.wokelo.ai/mcp"
}
}
}
Save, click Refresh, and complete OAuth when prompted.
Option B — mcp-remote bridge (fallback, requires Node.js):
{
"mcpServers": {
"wokelo": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://mcp.wokelo.ai/mcp"
]
}
}
}
mcp-remote handles the OAuth flow in your system browser and proxies the connection to Antigravity as a local stdio server.
Wokelo works with any MCP client that supports Streamable HTTP transport and OAuth 2.0. Point your client at:
https://mcp.wokelo.ai/mcp
Full connection details:
| Field | Value |
|---|---|
| URL | https://mcp.wokelo.ai/mcp |
| Transport | Streamable HTTP |
| Authentication | OAuth 2.0 with Dynamic Client Registration |
| Resource metadata | https://mcp.wokelo.ai/.well-known/oauth-protected-resource/mcp |
On first connection, your client opens a browser tab for authentication. After sign-in, tokens are stored by your client and refreshed automatically.
If your client only supports stdio (not Streamable HTTP): use mcp-remote as a bridge:
{
"mcpServers": {
"wokelo": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://mcp.wokelo.ai/mcp"]
}
}
}
To confirm the server is healthy independently of any client, use the official MCP Inspector:
npx @modelcontextprotocol/inspector
In the Inspector UI, choose Streamable HTTP, enter https://mcp.wokelo.ai/mcp, click Connect, and sign in. If Inspector lists tools under the Tools tab, the server is working correctly — any compliant client should also work.
Currently, Wokelo MCP exposes 25 tools across two categories.
| Tool | Description |
|---|---|
Search Company | Search Wokelo's database of 100M+ companies by name, sector, geography, or other criteria. |
Get Single Company Enrichment | Retrieve a comprehensive company profile including firmographics, financials, funding history, growth metrics, team data, and culture signals. |
Get Company News | Fetch real-time company news using Wokelo's proprietary algorithm. Deduplicated, entity-resolved, sourced from thousands of verified global publishers. |
Get News Article Detail | Retrieve the full content and details of a specific news article. |
Get Earnings Calls | Fetch earnings call transcripts for a public company. |
List Earnings Calls | List available earnings call transcripts for a company. |
Get Employee Reviews | Pull employee review data (Glassdoor) including culture scores, leadership ratings, sentiment analysis, and trending themes. |
Get Product Reviews | Pull software and product review data (G2) including customer satisfaction, feature perception, and NPS signals. |
Get SEC Filings | Retrieve SEC filings (10-K, 10-Q, 8-K, etc.) for a public company. |
List Notebooks | Retrieve previously generated research reports and notebooks. |
Download Notebook | Download a completed notebook's structured data. |
List Workflows | Retrieve the catalog of available workflow templates and their configurations. |
Get Request Status | Check the status and progress of any async job (enrichment, screening, workflow). |
Get Request Result | Retrieve the final result data from a completed async job. |
Poll Request to Completion | Poll a request until completed or failed and return the final result. |
Wait for Request Result | Submit a request and automatically poll until complete, then return the result. |
| Tool | Description |
|---|---|
Submit Company Enrichment | Submit batch enrichment requests for companies covering firmographics, financials, funding, hiring, and alternative data across multiple entities in a single call. |
Submit Company Intelligence | Request AI-generated deep intelligence for companies including narrative analysis, competitive positioning, risk assessment, and strategic insights. |
Submit Company Peers | Discover peer and competitor companies for a given company. |
Submit Buyer Screening | Identify potential acquirers for a target company based on strategic fit, deal history, and sector alignment. |
Submit Target Screening | Identify potential acquisition targets for an acquirer based on strategic criteria, sector focus, and deal parameters. |
Submit Industry Enrichment | Request sector-level market intelligence covering trends, market size, key players, growth drivers, and competitive dynamics. |
Submit Market Map | Discover and map companies in a specific market or competitive landscape. |
Start Workflow | Trigger a pre-configured research workflow built in Wokelo's no-code agent builder. Returns finished deliverables (PDF/PPT) asynchronously. |
Cancel Request | Cancel a pending or in-progress async request. |
Wokelo bundles 30+ premium data sources so you don't manage separate subscriptions:
| Firmographics | Hiring & job postings |
|---|---|
| Financials | Employee reviews |
| Regulatory filings | Software reviews |
| Transactions & deals | Patents & IP |
| Web & app traffic | Social media |
| News & media | Podcasts & interviews |
| Business reviews | Academic & scientific publications |
"For Cleo (meetcleo.com) - do a data-backed analysis across firmographics, funding rounds and investors, recent news, UK financials, employee trends, products, website traffic."
Your AI assistant calls Get Single Company Enrichment, pulls verified data across all relevant dimensions, and returns a structured briefing in one turn. Works for well-known and obscure companies alike - structured data is aggregated across sources that don't talk to each other (e.g. one funding round from PitchBook and one from a news article).
"Find the top LLM observability startups in the US who raised funding in the last 3 years. Enrich each with funding stage, amount raised, key investors, and key products. Output an Excel file."
Uses Search Company to identify the universe, then Submit Company Enrichment to enrich every row in a single pass. No re-prompting per row. Results compound in bulk - LLMs struggle when dealing with multiple companies and multiple structured datasets simultaneously.
"Look at Snowflake's last 4 earnings calls. Extract these themes from each call in a grid view: AI commentary, product launches, management changes, financial outlook, risks. Add exact quote excerpts for each cell."
Uses Get Earnings Calls and List Earnings Calls to pull structured transcripts from proprietary datasets (including S&P). Raw transcripts enable nuanced analysis for granular insights that get missed in open-ended Q&A without Wokelo.
"Look at Glassdoor reviews of Ensemble Health Partners. Prepare an analysis of gaps and improvement areas. Also prepare an interactive UI to view review summary and all individual reviews."
Uses Get Employee Reviews and Get Product Reviews to pull all raw review data. Getting all raw data is typically difficult for an LLM, and without raw data, granular insights are patchy. Especially useful for portfolio teams and product teams tracking individual reviews.
"I am looking at flooring companies in US - founded at least 10 years ago, with focus on manufacturers. I need a long list of companies with details and analytics of players."
Submit Market Map generates comprehensive market maps in seconds. LLMs typically produce only 30-40 companies max without hallucinations. Wokelo's market map also enriches each company with structured data and supports filters for geography, employees, type, funding, and more.
"We're looking at acquisition targets in construction tech vertical SaaS. Find companies with $5-50M revenue, Series A-C, strong product reviews."
Submit Target Screening identifies targets matching your criteria. Follow up with Submit Company Intelligence for deep dives on the shortlist.
"Who are the most likely acquirers for a mid-market cybersecurity MSSP?"
Submit Buyer Screening identifies potential acquirers based on strategic fit, deal history, and sector alignment.
"For Warburg Pincus - prepare a dashboard of all M&A and investments. Create themes around portcos nearing their term. Select a sample portco nearing harvest period and find 30 top buyers with key metrics and rationale."
This is an example of a hybrid query made possible by Wokelo's width of data and insights. Leverages curated algorithms like buyer screening + target screening alongside structured M&A and investment data not available via web search.
"Find all news related to lawsuits and litigations related to Gen-AI. Look at news of OpenAI, Anthropic, Google, Microsoft, Cohere, Perplexity. Summarize in an insightful table."
Get Company News provides real-time, deduplicated, time-series news with categorization and date filtering. Can be used for nuanced analysis of specific news types across multiple companies for cluster, peer set, or industry analysis. LLM web search is generally not exhaustive for periodic news.
"Every Monday morning, send me a digest of key developments across our portfolio companies from the prior week."
Set up as a recurring scheduled task (via Claude Cowork or similar). Build your own news monitoring dashboard that runs on a cadence of your choosing - daily, hourly, weekly. Get Company News monitors thousands of publishers and returns deduplicated, entity-resolved intelligence on each run.
"We have a value creation review for Make.com next week. Pull employee and software review data for them and their three closest peers. Compare culture scores and leadership ratings. Flag themes."
Uses Submit Company Peers to identify peers, then Get Employee Reviews and Get Product Reviews to pull alt-data from Glassdoor and G2 that a generic LLM cannot reliably access.
"Do a peer comparison workflow comparing OpenAI and Anthropic in Wokelo."
Start Workflow triggers pre-built workflows without needing to visit the Wokelo platform. Can trigger frequently used workflows or custom workflows your org has access to. After completion, use the structured JSON output to create deliverables in your format of choice (3-page Word doc, 5-page PPT, etc.).
See Wokelo MCP in action with real outputs:
| Use Case | Sample Query | Live Output |
|---|---|---|
| Company enrichment (core) | Cleo data-backed analysis | View output |
| Company enrichment (headcount) | Mitra Chem headcount insights | View output |
| Bulk enrichment | LLM observability startups table | View output |
| Earnings analysis | Snowflake earnings calls grid | View output |
| Alternative data | Ensemble Health Partners reviews | View output |
| Market map | US flooring manufacturers | View output |
| Hybrid buyer screening | Warburg Pincus portfolio + buyers | View output |
| News analysis | Gen-AI litigation tracker | View output |
| Trigger workflow | OpenAI vs Anthropic peer comparison | View output |
┌─────────────────┐ MCP (Streamable HTTP) ┌──────────────────┐
│ │ <──────────────────────────── │ │
│ Your AI Client │ OAuth 2.0 │ Wokelo Platform │
│ (Claude, etc.) │ ────────────────────────────> │ │
│ │ │ 100M+ companies │
└─────────────────┘ │ 30+ data sources│
│ Transaction DB │
You ask a question │ News algorithm │
| │ Workflow engine │
Your AI calls Wokelo tools └──────────────────┘
| |
Wokelo returns verified, |
structured, source-cited data ──────────┘
|
Your AI synthesizes the answer
Poll Request to Completion or Wait for Request Result to pick up results when ready.| Client | Setup Method | OAuth Handling | Status |
|---|---|---|---|
| Claude Desktop | Settings > Connectors > Add MCP Server | Native | ✅ Supported |
| Claude Code | claude mcp add --transport http | Native via /mcp | ✅ Supported |
| ChatGPT Web | Workspace Settings > Apps > Create (developer mode required) | Native | ✅ Supported |
| OpenAI Codex (CLI + IDE) | codex mcp add --url + codex mcp login | Native | ✅ Supported |
| Cursor | Settings > MCP > Add MCP Server | Native | ✅ Supported |
| Microsoft Copilot Studio | MCP onboarding wizard → OAuth 2.0 → Dynamic discovery | Native (DCR) | ✅ Supported |
| VS Code / GitHub Copilot | MCP: Add Server or mcp.json | Native | ✅ Supported |
| GitHub Copilot CLI | Install @github/copilot → /login → /mcp add | Native | ✅ Supported |
| Perplexity (Pro/Enterprise) | Settings > Connectors > Custom connector > Remote | Native (DCR) | ✅ Supported |
| Windsurf | Settings > MCP | Native | ✅ Supported |
| Visual Studio 2022 (17.14+) / 2026 | mcp.json + Manage Authentication CodeLens | Native | ✅ Supported |
| Google Antigravity | mcp_config.json (native or mcp-remote fallback) | See notes | ⚠️ Works via fallback if native fails |
| Symptom | Likely cause | Fix |
|---|---|---|
| Browser never opens for sign-in | Client's OAuth callback port blocked | Check local firewall; some clients let you configure the callback port |
| 401 Unauthorized on every call after sign-in | Stale or corrupted token | Clear stored tokens in your client and reconnect — the client should re-register automatically via DCR |
| "Tools: (none)" or empty tool list | Client connected but didn't fetch tool list | Restart the client or click its refresh/reconnect action |
| Connection refused / DNS errors | Network or proxy issue | Confirm reachability: curl -I https://mcp.wokelo.ai/mcp |
| Antigravity OAuth hangs or errors | Known inconsistency in Antigravity's native remote OAuth | Switch to the mcp-remote bridge config (Option B in Antigravity section) |
To isolate whether an issue is client-side or server-side, test the server with MCP Inspector (see the verification section above). If Inspector connects and lists tools, the server is fine and the issue is with the client configuration.
Full setup guides, API reference, and tutorials:
docs.wokelo.ai/getting-started-mcp
This repository includes official MCP Registry metadata in server.json.
https://mcp.wokelo.ai/mcp.github/workflows/validate-mcp.yml.github/workflows/publish-mcp.ymlvX.Y.ZExample:
git tag v1.0.0
git push origin v1.0.0
The workflow uses GitHub OIDC authentication and stamps the registry version from the Git tag before publishing.
Proprietary. Usage is subject to the Wokelo Terms of Service.
Wokelo AI - Intelligence infrastructure for dealmakers.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by Taylorwilsdon · Productivity
Control Gmail, Calendar, Docs, Sheets, Drive, and more from your AI