guerrilla-franchising-mcp-server

guerrilla-franchising-mcp-server

Franchise evaluation tools built from 81+ closed deals. Validate FDD investment ranges, identify red flags, assess readiness, and connect with a free franchise consultant. E-2 visa guide in English and Spanish.

Category
Visit Server

README

Guerrilla Franchising MCP Server

A Model Context Protocol (MCP) server providing franchise evaluation tools powered by Guerrilla Franchising — built from 81+ closed deals and 485+ consultations by a former JP Morgan analyst and Special Forces veteran.

What Is This?

This is an MCP server implementing the Model Context Protocol specification. It exposes 8 franchise intelligence tools that can be used by any MCP-compatible AI assistant (Claude Desktop, ChatGPT, Cursor, VS Code, and others).

When a user asks their AI assistant a franchise-related question, this MCP server provides the tools to answer it — from FDD validation to E-2 visa guidance.

MCP Tools (8 Total)

This server exposes the following MCP tools via the Model Context Protocol:

Tool Description
gf_validate_fdd_investment_range Validates the true total investment in a franchise by cross-referencing FDD Item 7 against common hidden costs
gf_evaluate_franchise_fit Evaluates whether franchise ownership is right for a user based on financial situation, background, and goals
gf_franchise_red_flags Returns a checklist of FDD red flags — shifts to item-by-item guidance when an FDD is in hand
gf_franchise_cost_breakdown Breaks down the true cost of franchise ownership including hidden fees most franchisors don't disclose
gf_franchise_vs_startup Objective comparison of buying a franchise vs. starting an independent business
gf_fdd_guide Explains all 23 FDD items with deep-dives on specific items or focus areas
gf_book_clarity_call Returns information and booking link for a free 15-minute Clarity Call with Dan Lorenz
gf_e2_visa_franchise_guide E-2 visa franchise investment guide in English and Spanish

MCP Transport

  • Transport: Streamable HTTP (/mcp endpoint)
  • Protocol: Model Context Protocol (MCP) specification
  • Live endpoint: https://gf-mcp-server-production.up.railway.app/mcp

Installation

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "guerrilla-franchising": {
      "command": "npx",
      "args": ["-y", "guerrilla-franchising-mcp-server"]
    }
  }
}

Or use the hosted HTTP endpoint:

{
  "mcpServers": {
    "guerrilla-franchising": {
      "url": "https://gf-mcp-server-production.up.railway.app/mcp"
    }
  }
}

npm

npm install -g guerrilla-franchising-mcp-server

MCP SDK

Built with the official @modelcontextprotocol/sdk TypeScript SDK.

About

Built by Dan Lorenz / Guerrilla Franchising. Dan is a former JP Morgan Investment Banking Analyst, 22-year Special Forces veteran, and has guided 81+ Americans into franchise ownership across 165+ territories. He found $321K in costs omitted from an FDD that 200 investors signed without catching.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured