mytime-mcp
Collects product and inventory data from competitor WooCommerce stores to estimate demand and track stock depletion via the WooCommerce Store API.
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., "@mytime-mcpshow demand estimates for top 5 competitors"
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.
MY:TIME — Competitive Intelligence Platform
Ingestion pipeline + remote MCP server over a Supabase Postgres single source of truth. Crawls competitor e-commerce sites and infers demand from inventory depletion, tracks social performance, and exposes everything to Claude, Power BI, and the team through one MCP endpoint.
Honesty note: depletion-derived sales are estimates, labeled as such in all outputs. Competitor social = public metrics only. MY:TIME's own data comes from official APIs and the Adform product feed, never guessed.
Architecture
SOURCES competitor e-commerce sites + social platforms
COLLECTION Apify + FireCrawl + official social APIs + MY:TIME XML feed
INGESTION Node/TS pipeline — route, normalize, dedupe, date-stamp (modular per source)
STORAGE Supabase Postgres (Frankfurt) — single source of truth
MCP SERVER remote, Streamable HTTP, https://mcp.mytimeprime.mk ← the hub
CONSUMERS Claude · Power BI / dashboards · internal teamRelated MCP server: Metrx MCP Server
Workspace layout
Package | Purpose |
| Types, env loader (fail-fast), logger, DB pool factory, |
| Drizzle schema + migrations + ER diagram |
| One bolt-on collector module per source + routing/scheduler |
| MCP tools (role-tagged), auth middleware, health |
|
|
Stack
Node 20+ · TypeScript (ESM, NodeNext) · pnpm workspaces · Drizzle ORM · Biome (lint + format) · pino logging · zod validation · Supabase Postgres.
Getting started
corepack enable && pnpm install # pnpm 11.x
cp .env.example .env # fill in credentials (gitignored)
pnpm build # build all packages
pnpm validate:targets # validate config/targets.json
pnpm lint # BiomeEvery runtime variable is documented in .env.example; missing required vars fail fast naming the variable.
Adding a new data source (modularity contract)
A new source is new module + new table + new MCP tool, with no edits to existing sources. See ingestion/src/sources/README.md.
Build phases
Phase 0 — Scaffold (current): monorepo, tooling,
targets.jsonschema, env.Phase 1 — Site profiling & crawler selection →
crawler-plan.mdPhase 2 — Database schema (full time-series model + ER diagram)
Phase 3 — Ingestion pipeline — A–G done: idempotent writer; all 9 web sites live (WC Store API, Adform feed, sitemap+JSON-LD, Zia API, FireCrawl-map+OG, Magento listing, nopCommerce); competitor social (Apify IG/FB/TikTok); own-brand social (MY:TIME IG/FB via the official Meta Graph API,
meta-own-brandcollector, see docs/step-f-own-brand-social-setup.md); daily scheduler (systemd timer + runbook, see deploy/).Phase 4 — Demand inference + MCP server core — depletion engine (exact/assumed
qty_basis) + Streamable HTTP MCP server with 4 tools (get_inventory_velocity,compare_market_share,social_benchmark,price_assortment); see mcp-server/.Phase 5 — OAuth 2.1 + two-layer authorization — Google upstream via a custom MCP
OAuthServerProvider(PKCE/S256, DCR, Protected Resource Metadata, 401+WWW-Authenticate); Layer 1 signed-Google-ID-token domain gate (@mytime.mk), Layer 2authorized_userswhitelist/role, per-tool role enforcement (admin/analyst/viewer). Needs your Google OAuth client (see docs/phase-5-google-oauth-setup.md) for the end-to-end browser flow.Phase 6 — Deploy to Hetzner (Caddy, TLS, daily ingestion)
This 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/dragan-mytime/mytime-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server