Mikensey MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MIKENSEY_TRANSCRIPT_DIR | No | Path to folder with .txt transcript files | ~/Documents/CodingJourney/Mikensey/context-podcast-transcripts |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| mikensey_searchA | Search across all Mike DelPrete podcast transcripts for topics, quotes, metrics, or advice. Use this tool to find what industry leaders have said about specific topics in real estate, mortgage, and proptech. Args:
Returns: Matching transcript excerpts with episode info, guest name, and relevant quotes. Examples:
|
| mikensey_list_episodesA | List all available podcast episodes with guest names, dates, and topics. Use this to browse what's available or find a specific episode. Args:
Returns: Episode list with id, guest, title, date, and word count. |
| mikensey_get_episodeA | Read the full or partial transcript of a specific podcast episode. Use this to deep-dive into a specific conversation. Use mikensey_list_episodes or mikensey_search first to find the episode id. Args:
Returns: Episode transcript text with metadata. |
| mikensey_get_benchmarksA | Look up real estate, mortgage, and proptech industry benchmarks and metrics from podcast conversations. Contains specific numbers cited by industry leaders: attach rates, origination costs, agent productivity, growth rates, conversion rates, and more. Args:
Returns: Benchmark data with metric name, value, context, and source. Examples:
|
| mikensey_get_frameworksA | Browse two categories of frameworks available in Mikensey:
Args:
Returns: Framework name, description, when to use, and examples. To actually APPLY a consulting framework to your specific situation, use mikensey_analyze. |
| mikensey_analyzeA | Apply a McKinsey-style consulting framework to a business problem using real estate industry data. This is Mikensey's signature tool. It doesn't just search transcripts — it THINKS like a consultant. Choose a framework, describe your situation, and get a structured strategic analysis backed by real industry evidence. Available frameworks:
Args:
Returns: A structured strategic analysis using the chosen framework, populated with real industry benchmarks, quotes from leaders, and specific recommendations. |
| mikensey_get_adviceA | Get a McKinsey-style strategy brief structured as Situation-Complication-Resolution (SCR), grounded in real industry data from 53 podcast episodes. This is the executive-ready output tool. It generates a complete strategy memo using the SCR framework:
For deeper analysis with specific frameworks (2×2, Issue Trees, Porter's, etc.), use mikensey_analyze instead. Args:
Returns: An SCR-structured strategy brief with benchmarks, evidence, and specific recommendations. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool has a clearly distinct purpose with no overlap: mikensey_analyze applies frameworks, mikensey_get_advice generates SCR briefs, mikensey_get_benchmarks retrieves metrics, mikensey_get_episode fetches transcripts, mikensey_get_frameworks lists frameworks, mikensey_list_episodes shows episodes, and mikensey_search queries transcripts. The descriptions explicitly differentiate them, such as advising to use mikensey_analyze for specific frameworks versus mikensey_get_advice for SCR memos.
All tools follow a consistent snake_case naming pattern with the prefix 'mikensey_' and clear verb_noun combinations: analyze, get_advice, get_benchmarks, get_episode, get_frameworks, list_episodes, and search. This uniformity makes the tool set predictable and easy to navigate, with no deviations in style or convention.
With 7 tools, the server is well-scoped for its purpose of providing McKinsey-style consulting analysis on real estate industry data. Each tool serves a specific function—from analysis and advice to data retrieval and search—without redundancy, making the count ideal for covering the domain comprehensively without being overwhelming.
The tool set offers complete coverage for the domain, including analysis (mikensey_analyze), advice generation (mikensey_get_advice), data access (mikensey_get_benchmarks, mikensey_get_episode, mikensey_list_episodes), framework browsing (mikensey_get_frameworks), and search (mikensey_search). There are no obvious gaps; agents can perform end-to-end tasks from exploration to structured recommendations without dead ends.