Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸŽ“ Education
  3. Ololand Dd
O
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:26:10 AM

Ololand Dd

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

OloLand M&A intelligence β€” 33 tools for deal analysis, valuation, risk, and cross-deal learning.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "ololand-dd": {
      "command": "npx",
      "args": [
        "-y",
        "ololand-dd"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸŽ“ More in Education

Documentation Overview

OloLand Plugins

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.


Plugins in this marketplace

PluginStatusWhat it does
ololand-ddv1.22.0Institutional 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-qoev0.6.1Forensic Quality-of-Earnings primitives as a standalone wedge SKU: 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-hooksv0.2.2Drop-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-generatorv1.0.014-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.


Maintainer workflow

This repository generates Claude and Codex plugin artifacts from canonical YAML metadata. Edit marketplace.yaml and plugins/*/plugin.yaml, then run:

bash
python3 -m pip install -r scripts/requirements.txt
python3 scripts/generate-plugin-artifacts.py
./scripts/check-plugin-artifacts.sh

See docs/plugin-publishing.md for the full release process.


Prerequisites

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.

Two account rails

RailCostAccess
Developer (free)Sign up at https://app.ololand.ai/signupSandbox-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, Firm $800/seat/mo, or per-deal SKUs (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.

What happens on first install (no env var setup needed)

  1. Add the marketplace and install a plugin (steps in the Install sections below)
  2. The plugin defines an ololand MCP connector that points at OloLand's backend
  3. On first invocation, your Cowork / Claude Code prompts you to Authorize the connector via OAuth
  4. Click Authorize β€” your browser opens to OloLand's auth page, you sign in, accept the scopes
  5. OloLand's backend auto-provisions a scoped agent key, bound to your OAuth client. Cowork / Claude Code stores it for you
  6. Subsequent calls use the stored credential. No env var, no manual setup.

That's it. The OAuth flow happens once and the connector is authenticated for that session and future ones.

Power user / headless setup (optional)

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:

  1. Sign in at https://app.ololand.ai
  2. Settings β†’ Agent keys β†’ Create new key
  3. Set the env var: 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.


Install β€” Claude Cowork (Claude Desktop)

The recommended path for analysts running deals through the Cowork UI.

Step 1 β€” Open the plugin manager

  1. Open Claude Desktop
  2. Switch to the Cowork tab (top of window)
  3. Click Customize in the left sidebar
  4. Click Plugins in the Customize submenu

Step 2 β€” Add the OloLand marketplace

  1. Click the + button next to "Personal plugins" (or the equivalent button in the Plugins panel header)
  2. Choose Create plugin β†’ Add marketplace
  3. In the URL field, enter:
    Code
    ololand-ai/ololand-plugins
    
  4. Click Sync
  5. After ~5-10 seconds, a new pill ololand-plugins appears with three plugin cards: Ololand dd, Ololand forensic qoe, Ololand compliance hooks.

Step 3 β€” Install the plugins

Click the + button on each card to install. After all three installed, your Personal plugins sidebar should list:

  • Ololand dd
  • Ololand compliance hooks
  • Ololand forensic qoe

Step 4 β€” Verify

Click Ololand dd in the sidebar. The detail view should show:

FieldExpected value
SourceMarketplace (ololand-plugins)
Version1.20.4 or higher
AuthorOloLand
Skills tab~18 skills including /playbook-recall, /calibrate-vs-history
Agents tab3 agents: dd-analyst, forensic-screener, war-game-strategist
Connectors tab1 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.

Step 5 β€” Authorize the OloLand connector

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.


Install β€” Claude Code (CLI)

For developers, IT teams, and anyone running Claude Code locally.

Step 1 β€” Add the marketplace

In any Claude Code chat session:

Code
/plugin marketplace add ololand-ai/ololand-plugins

Step 2 β€” Install the plugins

Code
/plugin install ololand-dd@ololand-plugins
/plugin install ololand-forensic-qoe@ololand-plugins
/plugin install ololand-compliance-hooks@ololand-plugins

Step 3 β€” Reload to activate

Code
/reload-plugins

Step 4 β€” Verify

Code
/plugin

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.

Step 5 β€” Authorize the OloLand connector

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.


Usage β€” ololand-dd

The flagship due-diligence plugin. Skills are auto-fired when relevant; commands are explicit invocations.

Commands

Type / in any chat to see autocomplete. Plugin commands are namespaced as /ololand-dd:<command>.

CommandWhat it does
/dd-analyze <deal_id>Full DD: financial extraction β†’ risk assessment β†’ valuation β†’ forensic flags β†’ IC-grade synthesis
/new-deal <ticker_or_name>Create a new deal from a ticker (auto-fetches 10-K) or company name
/risk-matrix <deal_id>Render the risk taxonomy (67 categories / 311 risk factors) as an interactive tile
/risk-report <deal_id>Structured risk report β€” severity Γ— likelihood Γ— velocity, with $-impact
/valuation <deal_id> [method]Run DCF / LBO / Monte Carlo / Comps with strict unit enforcement
`/qoe-analysis <deal_id> [latestrun]`
/verify <deal_id>Defend every number: verify an OloLand artifact against source docs + engine runs, or grade an externally-drafted memo (e.g. from Claude Cowork) per-claim against the deal corpus
`/compliance-analysis <deal_id> [ofachsr
`/scenario-analysis <deal_id> [stressmarket
/earnings-analysis <deal_id>Analyze earnings-call transcript segments for diligence signals
`/verification-marketplace <deal_id> [statuslist
`/ic-package <deal_id> [statusgenerate
`/value-impact <deal_idcompany
`/deal-health <deal_id> [actionscreate-action]`
`/workbook [listget
/company-discovery <query>Search the company-discovery surface from natural-language or structured criteria
`/watchlist [listcreate
`/advisory <deal_id> [listrequest]`
`/financing <deal_id> [statusanalyze
/managed-context-agent <deal_id> <agent_key>Launch a configured managed context agent when enabled
/okf-export <deal_id>Export a machine-readable OKF deal bundle
/war-game <deal_id> [scenarios]16-quarter MaskablePPO competitive simulation across scenarios
/similar-deals <deal_id>Cross-deal memory: find similar past deals, accuracy patterns, valuation ranges
/playbook-recall <deal_id>What worked, what didn't, what was missed in similar past deals from your firm's history
/calibrate-vs-history <deal_id>Apply your firm's historical projection bias to recalibrate the deal's headline numbers
/talk-to-deal <deal_id>Conversational session: ask anything about the deal, voice-optimized output
/deal-search <deal_id>Full-text + semantic search across a deal's data room
/unit-economics <deal_id>SaaS cohort retention (NDR/GRR), LTV/CAC, payback, magic number, rule of 40
/source <criteria>Source new M&A/PE deals from criteria; enrich with contact data; dedupe vs CRM

Sub-agents

In Cowork, click an agent in the Agents tab and it loads as the lead agent for the conversation. In Claude Code CLI, agents auto-fire based on context, or invoke explicitly with /agents and pick one.

AgentUse when
dd-analystFull DD workflows, IC memo prep, deep deal investigation. The general-purpose specialist.
forensic-screenerPre-LOI forensic deep-dive. Runs all 7 forensic primitives, reconciles findings against source hierarchy, produces an IC-defensible exclusion schedule with severity, $-impact, and citations.
war-game-strategistStress-testing the deal thesis against competitor responses. Runs 4-scenario MaskablePPO simulation, calibrates vs. similar-deal outcomes, overlays on deterministic DCF, recommends bid adjustment.

Example workflow β€” full Pre-LOI DD

In Cowork (or Claude Code), with a deal in your OloLand account:

Code
/ololand-dd:new-deal ACME-Manufacturing

↓ creates the deal

Code
/ololand-dd:dd-analyze deal_acme_2026

↓ runs the full multi-agent DD

Then for forensic depth:

Code
/ololand-dd:risk-matrix deal_acme_2026

↓ renders the risk-taxonomy tile

Code
@forensic-screener run a Pre-LOI screen on deal_acme_2026

↓ delegates to the forensic specialist sub-agent

For thesis stress-test:

Code
@war-game-strategist test the buyout thesis on deal_acme_2026 across all 4 scenarios

Usage β€” ololand-forensic-qoe

The standalone Pre-LOI Forensic Screen wedge. Use when you want forensic depth without the full DD plugin.

Commands

CommandWhat it does
/forensic-screen <deal_id>Full battery: Beneish + Benford + EBITDA bridge + journal-entry + lapping + working-capital + revenue-quality. Returns severity-scored exclusion schedule.
/beneish <deal_id>Beneish M-Score (private-company adjusted). 8-variable earnings-manipulation probability.
/benford <deal_id>Benford's Law first-digit testing on GL transactions. χ² + MAD.
/ebitda-bridge <deal_id>EBITDA bridge with adjustment classifier. Tags every add-back as accepted / recurring / questionable.
/journal-test <deal_id>Journal-entry anomaly testing. Period-end concentration, round-numbers, posting authority, weekend entries.
/lapping-check <deal_id>AR-lapping fraud detection. Customer-to-cash trace, application gap detection.
/conflicts <deal_id>Cross-document conflict detector for mismatched figures, dates, ownership, terms, and obligations.
/verify <deal_id>Verify an externally drafted artifact against the ingested deal corpus.

Required inputs

  • Beneish: 2+ years of income statement + balance sheet data
  • Benford: GL export with β‰₯1,000 line items
  • EBITDA bridge: management adjustment schedule + 2-3 years historicals
  • Journal-entry tests: GL with timestamps + posting user IDs
  • Lapping: AR aging + cash receipts journal with customer-level detail
  • Full screen: skip-and-report behavior β€” runs every primitive whose inputs are present, reports which were skipped and why

Example workflow β€” $50M EBITDA target screen

Code
/ololand-forensic-qoe:forensic-screen deal_target_2026

Returns in 60-90s an IC-defensible exclusion schedule with:

  • Reported EBITDA $X.XM β†’ defensible EBITDA $Y.YM (delta $Z.ZM)
  • Each forensic primitive's verdict (pass / warning / fail)
  • Adjustments table with $ impact and source citations
  • Severity-scored findings (low / medium / high / critical)
  • Recommendation: proceed / proceed with caveats / kill

Usage β€” ololand-compliance-hooks

The drop-in hooks plugin. Most users don't invoke this directly β€” it runs automatically once installed.

What it does (passive)

HookTriggerAction
PreToolUse: MNPI guardBash, Write, Edit, MultiEditBlocks tool calls referencing material non-public information patterns ("material non-public", "insider trading window", etc.) unless input contains # mnpi:cleared marker
PostToolUse: citation enforcerAfter CIM / IC memo / dossier generationScans for $-amounts, %, multiples without source citation. Warns by default.
PostToolUse: provenance writebackAfter every generative outputAppends NDJSON to ~/.ololand/provenance/YYYY-MM-DD.ndjson + optional API mirror
Pre + PostToolUse: audit logEvery mcp__ololand__* callMirrors invocations to ~/.ololand/audit/YYYY-MM-DD.ndjson
SessionStart: bannerNew sessionConfirms hooks armed

Configuration via env vars

VariableDefaultPurpose
OLOLAND_CITATION_BLOCK0Set to 1 to upgrade citation enforcer from warn to deny
OLOLAND_AGENT_KEYunsetMirror provenance + audit lines to OloLand's API
OLOLAND_API_URLhttps://app.ololand.aiOverride for self-hosted OloLand deployments

Local logs

Inspect provenance + audit ledgers any time:

bash
jq -c '.' ~/.ololand/provenance/$(date -u +%Y-%m-%d).ndjson
jq -c '.' ~/.ololand/audit/$(date -u +%Y-%m-%d).ndjson

These ledgers are append-only NDJSON. Rotate or compress per-day as needed.


Troubleshooting

Cowork: "Marketplace sync failed. Check the repository URL and try again."

Most common cause: cached marketplace from a prior install attempt. Click ... on the failing pill β†’ Remove. Then re-add.

If still failing, fall back to the Upload plugin path (zip upload). Per Cowork issue #38429, source: "manual" plugins are protected from the auto-removal bug that affects source: "github" plugins.

Cowork: plugin disappears after restart

Known issue #38429 and #39274. RemotePluginManager removes 3rd-party github-sourced plugins on restart. Workarounds:

  • Reinstall via "Upload plugin" (zip path) instead of "Add marketplace"
  • Or wait for Anthropic to ship the fix

Cowork: chat says "Unknown skill: plugin"

Cowork chat does NOT support /plugin slash commands. Plugin management is UI-only:

  • Customize β†’ Plugins β†’ Browse / Add marketplace / Upload plugin

The /plugin command set works in Claude Code CLI only.

Cowork: showing old version (1.4.x) instead of 1.5.x

Likely cached install from before the marketplace rename (was ololand-dd-plugin, now ololand-plugins). Remove the old marketplace pill, add ololand-ai/ololand-plugins fresh, install.

Verify v1.20.4 by clicking the plugin β†’ Agents tab should show 3 agents (dd-analyst, forensic-screener, war-game-strategist).

CLI: /plugin install fails with "marketplace not found"

Code
/plugin marketplace update ololand-plugins

Or if that fails:

Code
/plugin marketplace remove ololand-plugins
/plugin marketplace add ololand-ai/ololand-plugins

Tools fail with auth errors ("OLOLAND_AGENT_KEY not set", "401 Unauthorized", etc.)

Most common cause: you skipped or canceled the OAuth flow on first invocation.

Fix in Cowork: Customize β†’ Connectors β†’ click the ololand connector β†’ click Reconnect (or Disconnect then click the connector again to retrigger OAuth). Sign in to OloLand and accept scopes.

Fix in Claude Code CLI: run any /ololand-dd: command β€” Claude Code retriggers the OAuth flow when it detects an unauthenticated connector. Sign in in the browser when prompted.

Headless / CI fallback: if OAuth isn't possible (CI, scripts), generate an agent key at app.ololand.ai β†’ Settings β†’ Agent keys, then export OLOLAND_AGENT_KEY=olo_agent_sk_... in your environment.

Plugin skills not appearing after install

Run:

Code
/reload-plugins

If still missing, clear the plugin cache:

bash
rm -rf ~/.claude/plugins/cache

Then re-install. Restart Claude Code / Claude Desktop after the cache clear.


Why this exists

OloLand's thesis: Anthropic's finance plugins are "reference templates β€” they get better when you tune them to how your firm works" (their own README). That is exactly what we are: the institutional tuning.

Anthropic ships breadth β€” five vertical plugins, ten named agents, eleven read-only data connectors. We ship depth β€” deterministic computation, structured taxonomy, persistent memory, and the compliance hooks Anthropic's first-party plugins ship empty.

For the full positioning, see the comparison page.


Contributing

Each plugin lives under plugins/<name>/ with its own .claude-plugin/plugin.json, README, and contents. The marketplace catalog at .claude-plugin/marketplace.json is the single source of truth for what's published.

Branch from origin/main, open a PR into main (operator ruling 2026-07-14: this repo is main-only β€” it has no staging environment, so unlike ololand-ai/olo5 there is no staging branch in the flow; the old staging branch is retired and stale). The repo allows merge commits only (rebase/squash disabled).

To bump a plugin version, update both the plugin's plugin.json AND the marketplace.json entry β€” scripts/check-version-sync.sh (run pre-commit) will fail the commit if they drift.

Support

  • Email: support@ololand.ai
  • Issues: https://github.com/ololand-ai/ololand-plugins/issues
  • Docs: https://ololand.ai

License

Apache-2.0. See LICENSE.

Related MCP Servers

View all in Education View all alternatives
  • S
    Sports Context Protocol

    Self-learning operational context layer for AI sports agents. Profile 001: golf.

    πŸŽ“ Education0 views
    Compare vs Sports Context Protocol β†’
  • Pronounce logoPronounce

    Community pronunciation dictionary for developer project / product / jargon names (kubectl, nginx, GIF, JSON, Pydantic, Knative, LaTeX β€” 1,848 entries). Each entry carries IPA, a General-American respelling, alternate readings where the pronunciation is contested, a source citation (creator interview / project FAQ / Wikipedia Β§ Pronunciation), and a confidence level. Tools: pronounce(word), searchpronunciations(query), listpronunciations(category). Install: uvx pronounce-mcp. Live browse: .

    πŸŽ“ Education3 views
    Compare vs Pronounce β†’
  • Connectrylab Architect Cert Mcp logoConnectrylab Architect Cert Mcp

    Free certification prep for the Claude Certified Architect exam. 390 scenario-based questions, guided capstone build, 30 concept handouts, 6 reference projects, practice exams, interactive UI with clickable answer cards, glassmorphism progress dashboard, spaced repetition, and deterministic grading.

    πŸŽ“ Education2 views
    Compare vs Connectrylab Architect Cert Mcp β†’
  • Python Docs Mcp Server logoPython Docs Mcp Server

    Local, read-only retrieval over official Python standard library docs with exact symbol lookup, section-level results, and version-aware context.

    πŸŽ“ Education3 views
    Compare vs Python Docs Mcp Server β†’

Frequently Asked Questions about Ololand Dd

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "ololand-dd": { "command": "npx", "args": ["-y", "ololand-dd"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewOloland Dd AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ololand-dd?style=directory)](https://allmcps.com/mcp/ololand-dd)
HTML Embed
<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>

Technical Specs & Signals

CategoryπŸŽ“Education
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸŽ“ Education β†’Alternatives to Ololand Dd β†’Install in Claude DesktopInstall in CursorInstall in VS Code