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: 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 installed
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
- MIT
- FlicenseAqualityDmaintenanceMCP server for fetching daily hot lists from 30+ sources with built-in caching and batch requests.591
- AlicenseAqualityCmaintenanceA unified MCP server for multi-stand infrastructure testing, enabling REST API calls, PostgreSQL queries, and OpenSearch searches through a single config file.712MIT
- AlicenseAqualityCmaintenanceMCP server that provides web content fetching, summarization, comparison, and extraction capabilities, handling up to 20 URLs per request.3578MIT
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
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