SportFinder Pro Server
БесплатноНе проверенEnables searching for sports stores with intelligent ranking, filtering, and availability checks across multiple languages.
Описание
Enables searching for sports stores with intelligent ranking, filtering, and availability checks across multiple languages.
README
Backend para un buscador inteligente de tiendas de artículos deportivos. Permite encontrar tiendas cercanas y filtrar por ubicación, tipo de artículo, deporte, distancia, estado abierto y disponibilidad. Los resultados se ordenan por relevancia.
Características
- API REST con FastAPI.
- Servidor MCP sobre HTTP en
/mcp. - Búsqueda inteligente con ranking por distancia, calificación, inventario, texto, filtros y servicios.
- Soporte para tres idiomas: español, inglés y francés.
- Contrato visual moderno en
/api/v1/theme. - Datos iniciales simulados para Bogotá, Medellín y Cali.
- Configuración lista para Render mediante
render.yaml.
Ejecutar localmente
python -m venv .venv
pip install -r requirements.txt
uvicorn app.main:app --host 127.0.0.1 --port 8000 --reload
URLs locales:
Backend REST: http://127.0.0.1:8000
Documentación: http://127.0.0.1:8000/docs
Servidor MCP: http://127.0.0.1:8000/mcp
Health check: http://127.0.0.1:8000/health
Endpoints principales
| Método | Ruta | Uso |
|---|---|---|
| GET | /health |
Verifica estado del servicio |
| GET | /api/v1/theme |
Devuelve lineamientos visuales de la app |
| GET | /api/v1/languages |
Devuelve idiomas y textos base |
| GET | /api/v1/filters |
Devuelve filtros localizados |
| POST | /api/v1/search |
Busca tiendas deportivas |
| GET | /api/v1/stores/{store_id} |
Devuelve detalle de tienda |
| POST | /api/v1/availability |
Valida disponibilidad de un producto |
| POST | /mcp |
Endpoint MCP JSON-RPC |
Herramientas MCP
search_sports_storesget_store_detailscheck_item_availabilityget_filter_options
Despliegue en Render
Configuración manual equivalente:
Runtime: Python
Build Command: pip install -r requirements.txt
Start Command: uvicorn app.main:app --host 0.0.0.0 --port $PORT
Health Check Path: /health
Después del despliegue, el servidor MCP público quedará así:
https://NOMBRE-DEL-SERVICIO.onrender.com/mcp
Pruebas
pytest -q
Установка SportFinder Pro Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/FARAONRAMSES333/sportfinder-pro-mcpFAQ
SportFinder Pro Server MCP бесплатный?
Да, SportFinder Pro Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для SportFinder Pro Server?
Нет, SportFinder Pro Server работает без API-ключей и переменных окружения.
SportFinder Pro Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить SportFinder Pro Server в Claude Desktop, Claude Code или Cursor?
Открой SportFinder Pro Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare SportFinder Pro Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
