Wokelo MCP Server
OfficialAllows GitHub Copilot to access Wokelo's company intelligence, transaction data, and research deliverables.
Allows OpenAI assistants (ChatGPT, Codex) to access Wokelo's company intelligence, transaction data, and research deliverables.
Allows Perplexity to access Wokelo's company intelligence, transaction data, and research deliverables.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Wokelo MCP Serverresearch Acme Corp for acquisition potential"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Wokelo MCP Server
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 |
Quickstart
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/mcpTransport: Streamable HTTP Authentication: OAuth 2.0 with Dynamic Client Registration (browser-based login on first connection)
Claude Desktop (Recommended)
Claude Desktop connects to remote OAuth servers through its built-in Connectors UI:
Open Claude Desktop
Go to Settings > Connectors
Click Add MCP Server
Paste the server URL:
https://mcp.wokelo.ai/mcpComplete the OAuth login in your browser
All 25 Wokelo tools will appear automatically
Note: 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.
Claude Code
Run the following in your terminal:
claude mcp add --transport http wokelo https://mcp.wokelo.ai/mcpThen 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.
ChatGPT Web
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.
Confirm developer mode is enabled for your account:
For Business, admins/owners can enable it when creating a custom app from Workspace Settings > Apps > Create.
For Enterprise/Edu, admins can grant access first, then enabled users can turn it on in Settings > Apps > Advanced Settings.
Open Workspace Settings > Apps > Create.
Add the app details:
Name:
WokeloMCP Server URL:
https://mcp.wokelo.ai/mcpAuthentication:
OAuth
Click Create.
Complete the OAuth login in your browser when redirected to Wokelo.
After authentication, the Wokelo app appears in ChatGPT as a draft/dev app for testing.
Optional: If you want the connector available to the full workspace, publish it from Workspace Settings > Apps after testing.
OpenAI Codex (CLI and IDE extension)
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/mcpOr add to ~/.codex/config.toml directly:
[mcp_servers.wokelo]
url = "https://mcp.wokelo.ai/mcp"Step 2 — Complete OAuth sign-in:
codex mcp login wokeloThis 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
Cursor 1.0+ supports OAuth and Streamable HTTP natively:
Go to Cursor > Settings > Cursor Settings > MCP
Click Add MCP Server
Paste the server URL:
https://mcp.wokelo.ai/mcpComplete the OAuth login when prompted
Click the refresh icon in the MCP panel if the tool list doesn't appear immediately
Microsoft Copilot Studio
Copilot 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.
Open your agent in Copilot Studio → go to the Tools page
Select Add a tool → New tool → Model Context Protocol
In the onboarding wizard, fill in:
Server name:
WokeloServer description: Dealmaking research — company intelligence, transactions, and research deliverables
Server URL:
https://mcp.wokelo.ai/mcp
Under Authentication, select OAuth 2.0
For the OAuth type, select Dynamic discovery
Click Create, then Next
On the Add tool dialog, select Create a new connection → complete the browser sign-in
Click Add to agent
The 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 / GitHub Copilot
VS Code supports remote MCP servers over Streamable HTTP and can add them through the built-in guided flow:
Open the Command Palette and run MCP: Add Server
Choose whether to add the server to your Workspace or your User profile
Enter the server name:
wokeloSelect HTTP as the server type
Enter the server URL:
https://mcp.wokelo.ai/mcpSave the configuration and start the server when prompted
If VS Code asks you to trust the server configuration, confirm trust
Complete the OAuth sign-in in your browser when VS Code prompts for authentication
Open Copilot Chat, switch to Agent mode, and use the tools picker / Configure Tools to confirm the Wokelo tools are available
If 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.
GitHub Copilot CLI
Install GitHub Copilot CLI globally. With npm:
npm install -g @github/copilotStart the CLI:
copilotSign in to GitHub by running:
/loginYou can also authenticate from the terminal with copilot login.
In the interactive Copilot CLI session, run:
/mcp addFill in the form with:
Server Name:
wokeloServer Type:
HTTP or SSEURL:
https://mcp.wokelo.ai/mcpTools:
*
Press
Ctrl+Sto save the configurationComplete the Wokelo OAuth login in your browser when prompted
Verify: Run /mcp show wokelo
Perplexity (Pro / Enterprise)
Custom remote connectors are available to paid Perplexity users and support OAuth 2.0 with Dynamic Client Registration natively.
Open Perplexity → Settings → Connectors
Click + Custom connector in the top-right, then select Remote
Fill in:
Name: Wokelo
MCP Server URL:
https://mcp.wokelo.ai/mcpTransport: Streamable HTTP
Authentication: OAuth 2.0 — leave Client ID and Client Secret blank (Wokelo supports DCR, so endpoints are auto-discovered via
/.well-known/oauth-protected-resource/mcp)
Check the acknowledgement box and save
Complete the browser sign-in when prompted
Toggle the Wokelo connector on under Sources on the Perplexity home screen
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.
Windsurf
Open Windsurf Settings > MCP
Add a new server with URL:
https://mcp.wokelo.ai/mcpComplete the OAuth login when prompted
Visual Studio 2022 (17.14+) / Visual Studio 2026
Visual 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.
Google Antigravity
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.
Any Other MCP Client
Wokelo works with any MCP client that supports Streamable HTTP transport and OAuth 2.0. Point your client at:
https://mcp.wokelo.ai/mcpFull connection details:
Field | Value |
URL |
|
Transport | Streamable HTTP |
Authentication | OAuth 2.0 with Dynamic Client Registration |
Resource metadata |
|
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"]
}
}
}Verifying the server before connecting a client
To confirm the server is healthy independently of any client, use the official MCP Inspector:
npx @modelcontextprotocol/inspectorIn 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.
Related MCP server: Sablier MCP Server
Tools
Currently, Wokelo MCP exposes 25 tools across two categories.
Read-Only Tools (16)
Tool | Description |
| Search Wokelo's database of 100M+ companies by name, sector, geography, or other criteria. |
| Retrieve a comprehensive company profile including firmographics, financials, funding history, growth metrics, team data, and culture signals. |
| Fetch real-time company news using Wokelo's proprietary algorithm. Deduplicated, entity-resolved, sourced from thousands of verified global publishers. |
| Retrieve the full content and details of a specific news article. |
| Fetch earnings call transcripts for a public company. |
| List available earnings call transcripts for a company. |
| Pull employee review data (Glassdoor) including culture scores, leadership ratings, sentiment analysis, and trending themes. |
| Pull software and product review data (G2) including customer satisfaction, feature perception, and NPS signals. |
| Retrieve SEC filings (10-K, 10-Q, 8-K, etc.) for a public company. |
| Retrieve previously generated research reports and notebooks. |
| Download a completed notebook's structured data. |
| Retrieve the catalog of available workflow templates and their configurations. |
| Check the status and progress of any async job (enrichment, screening, workflow). |
| Retrieve the final result data from a completed async job. |
| Poll a request until completed or failed and return the final result. |
| Submit a request and automatically poll until complete, then return the result. |
Write Tools (9)
Tool | Description |
| Submit batch enrichment requests for companies covering firmographics, financials, funding, hiring, and alternative data across multiple entities in a single call. |
| Request AI-generated deep intelligence for companies including narrative analysis, competitive positioning, risk assessment, and strategic insights. |
| Discover peer and competitor companies for a given company. |
| Identify potential acquirers for a target company based on strategic fit, deal history, and sector alignment. |
| Identify potential acquisition targets for an acquirer based on strategic criteria, sector focus, and deal parameters. |
| Request sector-level market intelligence covering trends, market size, key players, growth drivers, and competitive dynamics. |
| Discover and map companies in a specific market or competitive landscape. |
| Trigger a pre-configured research workflow built in Wokelo's no-code agent builder. Returns finished deliverables (PDF/PPT) asynchronously. |
| Cancel a pending or in-progress async request. |
Data Sources
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 |
Use Cases
Company Enrichment - Core Datasets
"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).
Company Enrichment - Bulk
"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.
Company Enrichment - Earnings and Filings
"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.
Company Enrichment - Alternative Datasets
"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.
Company Discovery - Market Map
"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.
M&A Target Screening
"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.
Buyer Identification
"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.
Hybrid - Buyer Screening + Portfolio Analysis
"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.
News Analysis - On-Demand
"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.
News Analysis - Scheduled Monitoring
"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.
Peer Sentiment Analysis
"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.
Trigger Wokelo Reports
"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.).
Examples
See Wokelo MCP in action with real outputs:
Use Case | Sample Query | Live Output |
Company enrichment (core) | Cleo data-backed analysis | |
Company enrichment (headcount) | Mitra Chem headcount insights | |
Bulk enrichment | LLM observability startups table | |
Earnings analysis | Snowflake earnings calls grid | |
Alternative data | Ensemble Health Partners reviews | |
Market map | US flooring manufacturers | |
Hybrid buyer screening | Warburg Pincus portfolio + buyers | |
News analysis | Gen-AI litigation tracker | |
Trigger workflow | OpenAI vs Anthropic peer comparison |
How It Works
┌─────────────────┐ 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 answerConnect - Add the server URL to your MCP client. Authenticate once via OAuth.
Ask - Query your AI assistant in natural language. It determines which Wokelo tools to call.
Receive - Wokelo returns verified, structured data. Your assistant synthesizes and presents it.
Async support - Long-running jobs (enrichment, workflows) run in the background. Use
Poll Request to CompletionorWait for Request Resultto pick up results when ready.
Requirements
An MCP client that supports Streamable HTTP transport and OAuth 2.0
A Wokelo account - sign up at wokelo.ai
No local installation, packages, or API keys to manage
Supported Clients
Client | Setup Method | OAuth Handling | Status |
Claude Desktop | Settings > Connectors > Add MCP Server | Native | ✅ Supported |
Claude Code |
| Native via | ✅ Supported |
ChatGPT Web | Workspace Settings > Apps > Create (developer mode required) | Native | ✅ Supported |
OpenAI Codex (CLI + IDE) |
| 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 |
| Native | ✅ Supported |
GitHub Copilot CLI | Install | Native | ✅ Supported |
Perplexity (Pro/Enterprise) | Settings > Connectors > Custom connector > Remote | Native (DCR) | ✅ Supported |
Windsurf | Settings > MCP | Native | ✅ Supported |
Visual Studio 2022 (17.14+) / 2026 |
| Native | ✅ Supported |
Google Antigravity |
| See notes | ⚠️ Works via fallback if native fails |
Troubleshooting
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: |
Antigravity OAuth hangs or errors | Known inconsistency in Antigravity's native remote OAuth | Switch to the |
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.
Security & Compliance
OAuth 2.0 - No API keys stored in config files. Browser-based authentication with token refresh.
SOC 2 Type II Compliant - Independently audited security controls for data handling, availability, and confidentiality.
ISO 27001 Certified - Information security management system certified to international standards.
No data leaves Wokelo - Queries are processed on Wokelo's infrastructure. Responses are returned to your MCP client.
Documentation
Full setup guides, API reference, and tutorials:
docs.wokelo.ai/getting-started-mcp
Registry Publishing
This repository includes official MCP Registry metadata in server.json.
The server is defined as a public remote MCP server at
https://mcp.wokelo.ai/mcpMetadata is validated automatically through GitHub Actions in
.github/workflows/validate-mcp.ymlPublishing is automated through GitHub Actions in
.github/workflows/publish-mcp.ymlTo publish a new MCP Registry version, create and push a Git tag in the format
vX.Y.Z
Example:
git tag v1.0.0
git push origin v1.0.0The workflow uses GitHub OIDC authentication and stamps the registry version from the Git tag before publishing.
Support
Documentation: docs.wokelo.ai/getting-started-mcp
Email: sales@wokelo.ai
Website: wokelo.ai
License
Proprietary. Usage is subject to the Wokelo Terms of Service.
Wokelo AI - Intelligence infrastructure for dealmakers.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Wokelo-AI/Wokelo-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server