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.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables interaction with e-commerce storefronts through a standardized API. Provides access to product catalogs, inventory management, and customer operations for online retail platforms.Last updated
- Flicense-quality-maintenanceEnables interaction with multiple Shopify stores simultaneously through the Storefront API. Supports product search, cart management, and store operations across configured Shopify stores through natural language.Last updated2
- AlicenseAqualityBmaintenanceSearch for products available in physical stores near you. Find prices, stock, and store locations for hardware, tools, and construction supplies. Useful when you need something today and can't wait for delivery. 5 tools: search products, search stores, get product details, get store details, list categories. No authentication required. Covers ~2400 products across ~4000 stores in Spain.Last updated181Apache 2.0
- Flicense-quality-maintenanceSearch for local businesses worldwide. Structured data optimized for AI agents. • Search Millions of businesses over 49 countries (Europe, Northamerica, Southamerica, Asia, Oceania) • Quality & demand scoring for every business • Ranking based on real user click-through data • No API key needed, free access • Rate limit: 500 requests/hour per IPLast updated
Related MCP Connectors
Routes natural-language shopping queries to merchant storefronts, returns normalized results.
Search products in nearby stores. Agents can also list items for sale on a user's behalf.
Search and get fashion products recommendations across multiple e-ecom stores
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/FARAONRAMSES333/sportfinder-pro-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server