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 |
Capabilities
Features and capabilities supported by this server
| 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 | |
Latest Blog Posts
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/sshekar87/mikensey-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server