product-specs-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., "@product-specs-mcpSearch docs for component lifecycle examples"
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.
product-specs-mcp
MCP server over the QCObjects product-specs docs — lets AI agents learn framework usage for building apps (specs 01–16 + examples). Runs on Cloudflare Workers via Streamable HTTP (stateless).
Tools
Tool | What it does |
| Lists all 16 spec docs with site paths |
| Full-text search over the published site (title-weighted ranking) |
| Fetches a docs page as plain text (~12k chars) |
| Fetches one numbered spec (01–16) as plain text |
| Returns the docs base URL (provenance) |
Endpoints: GET / (health) · POST /mcp (MCP Streamable HTTP).
Related MCP server: Documentation Fetcher & RAG Search
How it reads the docs
No vendored content — the Worker fetches the live Pages site at runtime:
search/search_index.json for search (cached per isolate, INDEX_TTL_SECONDS),
page HTML stripped to text for reads. Override the source with the
DOCS_BASE_URL var (e.g. a preview deploy).
Local dev
npm ci
npm run check # tsc + vitest
npm run dev # wrangler dev (http://127.0.0.1:8787)Deploy (Cloudflare Workers)
CI deploys main automatically. Required GitHub Actions secrets
(repo Settings → Secrets and variables → Actions):
Secret | Value |
| API token with Workers Scripts: Edit on the account (create at dash.cloudflare.com → My Profile → API Tokens) |
| Account ID (Workers & Pages → Overview, right sidebar) |
Manual deploy: wrangler login && npm run deploy.
Git workflow
Topic branches from development (feature/*), PR into development,
release development → main. Never rebase. SSH only.
This server cannot be deployed
Maintenance
Related MCP Connectors
The documentation, as a tool your agent can call: 950+ AI-dev guides. Search + fetch tools.
Search @imqueue docs and scaffold typed services & clients from your AI coding agent.
Versioned documentation registry and semantic search for AI tools and coding assistants.
Connect AI agents to ProductNow's context engine to search, create, review, and act.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to search and retrieve information from the official Godot game engine documentation. Provides tools to search documentation, get page content, and access detailed class information.25MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to fetch, index, and perform semantic RAG-based searches on API documentation from various sources. It provides tools for hybrid search and collection management, allowing users to access up-to-date documentation from projects like Gemini and FastMCP.-
- AlicenseNot gradedqualityDmaintenanceProvides MCP tools to list and search OpenAI Agents SDK documentation, enabling LLMs to retrieve documentation topics and content via natural language queries.MIT
- AlicenseAqualityCmaintenanceProvides AI agents with access to the Colyseus documentation, enabling searching, reading, and listing of documentation pages.311 npmMIT