quantum-quote-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., "@quantum-quote-mcplist my quotes"
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.
quantum-quote-mcp
An MCP server for authoring custom Quantum quotes from Claude Code — from any folder, no repo to clone. It's a thin, authenticated proxy over the platform's quote API. Publishing creates a new immutable version of the same quote, so the customer's link never changes.
Connect
Generate your connect command from the custom-quote flow in the platform (or Settings). It looks like this (key + URL filled in for you):
claude mcp add quantum-quotes \
--env QUANTUM_API_KEY=qk_xxxxxxxx \
--env QUANTUM_QUOTES_URL=https://your-quantum-app \
-- npx -y github:quantumtechnologies876/quantum-quote-mcpThe key is a quotes-scoped key (qk_…) — separate from your CLI key, and
limited to quote authoring.
Run it once (terminal, or paste into Claude Code and let it set up).
Use
Customize quote Q-2026-0142 — add a tiered plan selector and a rollout timeline, keep the totals.
What it exposes
Tools
list_quotes— quotes (id, ref, customer, status, total)get_quote(id)— a quote's current document + statusget_schema— quote JSON Schema, price book, and your authority limitspublish_quote_version(id, document)— publish a new version (same link)
Resources
schema://quote— document schema + price book + authorityquote://{id}— a quote's current document
Prompt
customize-quote(id, instructions?)
Environment
Var | Meaning |
| Your quotes-scoped key ( |
| The platform base URL |
Requirements
Node ≥ 18 (built-in fetch). No build step — plain ESM.
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
- 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/quantumtechnologies876/quantum-quote-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server