obch-top10-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., "@obch-top10-mcpShow me the current top 10."
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.
obch-top10-mcp
Единый сервис для Топ-10 результатов obch:
сайт (фронт)
REST API
MCP (Streamable HTTP + stdio)
MariaDB 10.6 (Prisma)
Один процесс npm start обслуживает всё.
Локальный запуск (Windows / OpenServer)
В MariaDB 10.6 создайте БД:
CREATE DATABASE obch_top10_mcp CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;Настройте проект:
cd C:\OpenServer\domains\obchs\obch-top10-mcp
copy .env.example .envВ .env укажите, например:
DATABASE_URL="mysql://root:root@127.0.0.1:3306/obch_top10_mcp"Установка и миграции:
npm install
npx prisma migrate deployЗапуск:
npm startURL | Назначение |
сайт | |
REST | |
MCP | |
health + БД |
Импорт старого data/top10.json (если есть):
npm run db:import-jsonRelated MCP server: MCP Proxy Server
MCP в Cursor
С запущенным сервером:
{
"mcpServers": {
"obch-top10": {
"url": "http://127.0.0.1:3920/mcp"
}
}
}Локальный stdio без HTTP:
npm run stdioОтправка Топ-10 из obch
В .env obch:
MCP_TOP10_URL=http://127.0.0.1:3920/api/top10cd C:\OpenServer\domains\obchs\obch
php artisan stats:push-top10Деплой на сервер
Пошагово с нуля (Ubuntu, MariaDB, Nginx, systemd):
Структура
obch-top10-mcp/
prisma/ # схема и миграции MariaDB
public/ # фронт
src/
server.js # HTTP entry
app.js # Express: сайт + API + MCP
services/ # работа с БД
stdio.js # MCP stdio
docs/DEPLOY.mdThis 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
- 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/LirLik/obch-top10-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server