OloLand M&A intelligence β 33 tools for deal analysis, valuation, risk, and cross-deal learning.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
One-click editor setup isnβt available for this listing yet β we donβt have a confirmed install command, and weβd rather show nothing than point your editor at the wrong package or host. Follow the projectβs own setup instructions, linked above.
The verifier stack for buy-side underwriting, as Claude plugins.
This repo is OloLand's plugin marketplace for Claude Cowork (Claude Desktop) and Claude Code (CLI). It hosts the OloLand plugins that augment Anthropic's first-party finance plugin lineup (private-equity, financial-analysis, investment-banking, equity-research, wealth-management).
Anthropic ships breadth. OloLand ships depth. Same Cowork session. Deterministic computation. Defensible record.
| Plugin | Status | What it does |
|---|---|---|
ololand-dd | v1.26.0 | Institutional due diligence: deterministic financial engines, 311-factor risk taxonomy (67 diligence categories), analytical workbench tools, verified forensic screen workflow, war-game RL strategy simulation, and a flywheel that retrains from analyst corrections. |
ololand-forensic-qoe | v0.6.3 | Forensic Quality-of-Earnings primitives as a standalone plugin: Beneish, Benford, EBITDA bridge, journal-entry testing, lapping detection, working-capital deep dive. The Pre-LOI Forensic Screen β $99 / 72-hour SLA, IC-defensible, with Full QoE at $999, vs Big-4 QoE at $150-500K / 4-8 weeks. |
ololand-compliance-hooks | v0.2.3 | Drop-in compliance, citation, and provenance hooks for Anthropic's Claude Cowork finance plugins. PreToolUse MNPI guard, PostToolUse citation enforcer, audit-log writeback. Populates the empty hooks/ scaffold Anthropic's verticals ship with. |
cim-generator | v1.1.0 | 14-section CIM generator with provenance β sell-side memorandums built from your reconciled deal data (financial snapshots, risk insights, market research), not LLM prose. View, edit, and export the finished CIM (PDF, DOCX, PPTX) from the deal workspace. |
The plugins compose additively with each other and with Anthropic's first-party finance plugins.
This repository generates Claude and Codex plugin artifacts from canonical YAML
metadata. Edit marketplace.yaml and plugins/*/plugin.yaml, then run:
See docs/plugin-publishing.md for the full release process.
The only thing you need is a free OloLand account. No env var setup, no manual API key creation. The plugins handle authentication via OAuth automatically when you install them.
| Rail | Cost | Access |
|---|---|---|
| Developer (free) | Sign up at https://app.ololand.ai/signup | Sandbox-only β full MCP tool access against the included sample deal (Paragon Flight School (Sample)). Unlimited calls. No payment, no credit card. |
| Platform (paid) | Pro $199/mo, Team $499/mo (2 seats included, +$199/seat), Enterprise (custom) (see pricing) | Access to your own deals + cross-deal memory + outcome flywheel + production volumes |
You can install the plugins on a free Developer account and explore everything against the sample deal β DCF, LBO, Monte Carlo, forensic QoE, risk taxonomy, war-game, all of it. When you're ready to run on your own data, upgrade to a paid plan.
ololand MCP connector that points at OloLand's backendThat's it. The OAuth flow happens once and the connector is authenticated for that session and future ones.
If you're running the plugins in a headless environment (CI, server-side automation, custom MCP client that can't run OAuth), you can bypass OAuth with a manual agent key:
export OLOLAND_AGENT_KEY=olo_agent_sk_...The published .mcp.json files are OAuth-native and do not send an Authorization header. For headless use, add your own MCP server config with Authorization: Bearer ${OLOLAND_AGENT_KEY}. If OAuth and a custom header are both configured by your client, OAuth should be treated as the interactive default.
The recommended path for analysts running deals through the Cowork UI.
+ button next to "Personal plugins" (or the equivalent button in the Plugins panel header)ololand-plugins appears with three plugin cards: Ololand dd, Ololand forensic qoe, Ololand compliance hooks.Click the + button on each card to install. After all three installed, your Personal plugins sidebar should list:
Click Ololand dd in the sidebar. The detail view should show:
| Field | Expected value |
|---|---|
| Source | Marketplace (ololand-plugins) |
| Version | 1.20.4 or higher |
| Author | OloLand |
| Skills tab | ~18 skills including /playbook-recall, /calibrate-vs-history |
| Agents tab | 3 agents: dd-analyst, forensic-screener, war-game-strategist |
| Connectors tab | 1 connector named ololand |
If Agents shows 1 instead of 3, you're on an older version. Remove the marketplace and re-add following Step 2.
The first time you invoke a command that calls OloLand's backend (e.g., /ololand-dd:dd-analyze), Cowork prompts you to authorize the ololand MCP connector. Click Authorize β sign in to OloLand if you haven't yet β accept the scopes. The connector stores the credential for subsequent calls. No env var setup needed.
If you're new to OloLand, signing in here also creates your free Developer account on the spot β you don't have to visit app.ololand.ai/signup separately.
For developers, IT teams, and anyone running Claude Code locally.
In any Claude Code chat session:
This opens the plugin manager TUI. Tab to the Installed tab and confirm all three OloLand plugins are listed and enabled. Open ololand-dd detail to verify version 1.20.4 and the three agents.
The first time you invoke a command that calls OloLand's backend (e.g., /ololand-dd:dd-analyze), Claude Code triggers the OAuth flow for the ololand MCP connector. Your browser opens to OloLand's auth page β sign in β accept the scopes. Claude Code stores the credential. Subsequent calls authenticate automatically.
If you're new to OloLand, the auth page lets you sign up on the spot β no separate trip to app.ololand.ai/signup.
For headless / CI use only: set OLOLAND_AGENT_KEY=olo_agent_sk_... in your environment to bypass the OAuth flow. Get the key at app.ololand.ai β Settings β Agent keys β Create new key. OAuth takes precedence if both are configured.
ololand-ddThe flagship due-diligence plugin. Skills are auto-fired when relevant; commands are explicit invocations.
Type / in any chat to see autocomplete. Plugin commands are namespaced as /ololand-dd:<command>.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ololand-dd)<a href="https://allmcps.com/mcp/ololand-dd"><img src="https://allmcps.com/api/badge/ololand-dd?style=directory" alt="Ololand Dd on AllMCPs" /></a>