Loadingplay MCP
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., "@Loadingplay MCPlist my products"
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.
Loadingplay MCP
Servidor MCP para exponer herramientas de Loadingplay mediante Streamable HTTP.
Endpoints
GET /health: health check simplePOST /mcp: endpoint MCP estandar
Nota: algunos clientes tambien pueden hacer GET /mcp durante la negociacion del transporte. El SDK MCP maneja eso internamente.
Variables de entorno
Define estas variables en Railway:
LP_BASE_URL=https://api.loadingplay.com
LP_API_KEY=tu_api_key
PORT=8000Desarrollo local
pip install -r requirements.txt
python main.pyServidor disponible en:
http://localhost:8000/healthhttp://localhost:8000/mcp
Deploy en Railway
Configura el start command con alguno de estos:
python main.pyo
uvicorn main:app --host 0.0.0.0 --port $PORTCambio importante
La version anterior exponia una API REST custom con /mcp y /mcp/call. Eso no era compatible con clientes MCP reales. Esta version usa el SDK oficial de MCP y expone un endpoint compatible para registro y ejecucion de tools.
This server cannot be installed
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
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/jamesFernando170/mcp_loadingplay'
If you have feedback or need assistance with the MCP directory API, please join our Discord server