SportFinder Pro MCP Server
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., "@SportFinder Pro MCP ServerFind soccer stores open now in Bogotá"
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.
SportFinder Pro Backend + MCP Server
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.
Related MCP server: Shopify Storefront MCP Server
Ejecutar localmente
python -m venv .venv
pip install -r requirements.txt
uvicorn app.main:app --host 127.0.0.1 --port 8000 --reloadURLs 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/healthEndpoints principales
Método | Ruta | Uso |
GET |
| Verifica estado del servicio |
GET |
| Devuelve lineamientos visuales de la app |
GET |
| Devuelve idiomas y textos base |
GET |
| Devuelve filtros localizados |
POST |
| Busca tiendas deportivas |
GET |
| Devuelve detalle de tienda |
POST |
| Valida disponibilidad de un producto |
POST |
| 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: /healthDespués del despliegue, el servidor MCP público quedará así:
https://NOMBRE-DEL-SERVICIO.onrender.com/mcpPruebas
pytest -qThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/FARAONRAMSES333/sportfinder-pro-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server