obch-top10-mcp
Click on "Deploy 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: daily-hot-mcp
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):
HTTPS + ChatGPT connector
ChatGPT принимает только публичный https://…/mcp (не http://IP).
Плагин на сервере:
sudo python3 plugins/chatgpt/enable_domain.py ra-mcp-5.skobeltsyn.com
sudo python3 plugins/chatgpt/enable_domain.py ra-mcp-5.skobeltsyn.com --https
sudo python3 plugins/chatgpt/check_chatgpt_ready.py --base https://ra-mcp-5.skobeltsyn.comСтруктура
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 deployed
Maintenance
Related MCP Connectors
A paid remote MCP for AI SDK benchmark dashboard, built to return verdicts, receipts, usage logs, an
A paid remote MCP for AI SDK MCP gateway registry, built to return verdicts, receipts, usage logs, a
A paid remote MCP for CLI tool MCP, built to return verdicts, receipts, usage logs, and audit-ready
One connector URL giving any MCP client live access to 21 services and 51 tools.
Related MCP Servers
- MIT
- FlicenseAqualityDmaintenanceMCP server for fetching daily hot lists from 30+ sources with built-in caching and batch requests.55 npm1-
- AlicenseAqualityCmaintenanceA unified MCP server for multi-stand infrastructure testing, enabling REST API calls, PostgreSQL queries, and OpenSearch searches through a single config file.72 npmMIT
- AlicenseAqualityCmaintenanceMCP server that provides web content fetching, summarization, comparison, and extraction capabilities, handling up to 20 URLs per request.343 npm8MIT