Mikensey MCP Server
Enables analysis of Zillow's strategy through transcript search and consulting frameworks, allowing users to understand competitive positioning and strategic insights from industry discussions.
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., "@Mikensey MCP Serveranalyze my brokerage's situation using a 2×2 matrix — we're losing agents to cloud brokerages"
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.
Mikensey MCP Server
McKinsey-style strategy intelligence for real estate — powered by 53 episodes of Mike DelPrete's Context podcast.
An open-source MCP server that gives Claude (or any MCP-compatible AI) access to real estate industry benchmarks, consulting frameworks, and full-text transcript search. Ask it to analyze your business situation using 2×2 matrices, SCR memos, issue trees, or Porter's Five Forces — grounded in real data from industry leaders.
Tools
Tool | What it does |
| Full-text search across all 53 transcripts |
| Browse and filter episodes by guest or topic |
| Read full or partial transcripts |
| Query 26 industry benchmarks (attach rates, costs, growth metrics) |
| Browse 10 industry frameworks + 6 consulting frameworks |
| Apply a consulting framework (2×2, SCR, Issue Tree, Porter's, Value Chain, MECE) to your situation |
| SCR-structured strategy brief combining search, benchmarks, and frameworks |
Related MCP server: Cal MCP Server
Quick Start
git clone https://github.com/YOUR_USERNAME/mikensey-mcp-server.git
cd mikensey-mcp-server
npm install
npm run buildAdd to Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json on Mac):
{
"mcpServers": {
"mikensey": {
"command": "node",
"args": ["/path/to/mikensey-mcp-server/dist/index.js"],
"env": {
"MIKENSEY_TRANSCRIPT_DIR": "/path/to/your/transcript-files"
}
}
}
}Restart Claude Desktop. You'll see "mikensey" in the tools menu.
Usage
Just talk to Claude naturally:
"Analyze my situation using a 2×2 matrix — I'm a broker losing agents to cloud brokerages"
"Give me an SCR strategy memo — I'm a mortgage LO worried about AI replacing my job"
"Build an issue tree for how a proptech startup can achieve profitability"
"What are the benchmark attach rates for mortgage in real estate?"
"Which episodes cover Zillow's strategy?"
What's Inside
26 industry benchmarks — specific numbers cited by leaders like Tamir Poleg (Real), Glenn Sanford (eXp), Garth Graham (Stratmore), Justin Messer (Prosperity), and more. Attach rates, origination costs, agent productivity, growth metrics.
10 industry frameworks — mental models from the podcast: the 3-Lever Consumer Value Model, the Brokerage Pretzel, the Agent Value Equation, Hand-to-Hand Combat, W-H-Y sales framework, and more.
6 consulting frameworks — McKinsey-style analytical tools: 2×2 Matrix, Situation-Complication-Resolution (SCR), Issue Trees (MECE), Porter's Five Forces, Value Chain Analysis, and MECE Breakdowns. Each comes with real estate examples and pre-built templates.
4 pre-built 2×2 matrices — Brokerage Business Models, Mortgage Origination Strategy, Proptech Startup Survival, Agent Recruitment & Retention — with companies plotted and insights synthesized from transcript evidence.
3 pre-built issue trees — Brokerage Profitability, Mortgage Growth Strategy, Proptech Product-Market Fit — with MECE branches and supporting data.
Transcript Format
The server expects .txt files named like:
YYYY-MM-DD_guest-name-episode-title.txtFor example: 2024-03-15_varun-krishna-rockets-next-chapter.txt
Configuration
Environment Variable | Default | Description |
|
| Path to folder with |
Development
npm run dev # Watch mode with tsx
npm run build # Compile TypeScript
npm start # Run compiled serverBYO Transcripts
This server works with any set of transcripts in the expected format. You could adapt it to your own podcast, interview series, or research corpus — just point MIKENSEY_TRANSCRIPT_DIR at your files.
Cost
Zero. Runs entirely locally. No API keys, no external services, no ongoing costs.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAI-powered property intelligence for instant zoning analysis, buildability assessments, ADU eligibility, flood risk, and development feasibility reports for any US address.Last updated51MIT
- AlicenseAqualityBmaintenanceEnables AI assistants to answer mortgage-related queries by providing tools for lender search, loan limit lookup, down-payment assistance programs, and more, with data sourced from real wholesale lenders and broker-curated intel.Last updated831MIT
- Alicense-qualityBmaintenanceProvides live commercial real estate data (rates, demographics) and analysis tools (DCF, rent roll parsing, lease abstraction, IC memo generation) within Claude Desktop.Last updated1MIT
- Alicense-qualityCmaintenanceEnables AI assistants to perform real-time business intelligence tasks including competitive analysis, website scoring, review analysis, and market research.Last updatedMIT
Related MCP Connectors
AI transaction coordinator + legal-matters platform for real estate and law firms.
Search and manage Paraguay & LatAm real estate from any AI assistant.
AI virtual staging for real estate — stage rooms, beautify floor plans, classify images.
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/sshekar87/mikensey-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server