← franshiza-mall.ru
INDIVIDUAL MCP TOOL
get_franchise
Получить полные данные по одной франшизе из Franshiza Mall по её slug: финансовые условия, поддержка, требования к покупателю, FAQ и ссылку на страницу.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.franshiza-mall-ru]
url = "https://franshiza-mall.ru/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"franshiza-mall-ru": {
"type": "http",
"url": "https://franshiza-mall.ru/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: franshiza-mall-ru
Remote MCP URL: https://franshiza-mall.ru/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"franshiza-mall-ru": {
"url": "https://franshiza-mall.ru/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"franshiza-mall-ru": {
"type": "http",
"url": "https://franshiza-mall.ru/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "franshiza-mall-ru",
"transport": "streamable-http",
"url": "https://franshiza-mall.ru/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_franchises— Поиск франшиз в каталоге Franshiza Mall по тексту, категории и максимальной сумме инвестиций.list_categories— Список всех категорий франшиз Franshiza Mall с количеством опубликованных франшиз в каждой и URL для перехода.