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 reading and revising 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.
Scope: a quote is line items + Quantum Care
There is no "custom quote" flow. Narrative selling — the story, the comparison matrix, the rollout plan — lives in a proposal, which is a kind of demo authored with the sibling quantum-demos-mcp server; the rep then pulls a proposal's priced elements into a quote draft.
So use this server to inspect quotes and adjust what is priced. The
hero/prose/tierSelector/addOns/timeline/image/customHtml block types
still exist in the schema — published versions are immutable, so old quotes
contain them — but they are legacy and new work should not add them.
careMatrix (Quantum Care, priced per device per month) is the one tier-bearing
block the platform still authors.
Related MCP server: claude-code-mcp
Connect
Generate your connect command in the platform under Settings → Quote Authoring. 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
Show me quote Q-2026-0142 and check every line's SKU against the price book.
Bump the device count on the Northwind draft to 60 and tell me what that does to the monthly figure.
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 limitslist_drafts— unpublished quote drafts (id, title)get_draft(id)— a draft's current documentupdate_draft(id, document)— validate + save a draft (the rep publishes it)publish_quote_version(id, document)— publish a new version (same link)
Resources
schema://quote— document schema + price book + authorityquote://{id}— a quote's current document
Prompts
revise-draft(id, instructions?)— revise an unpublished draftrevise-quote(id, instructions?)— revise a published quote as a new version
Renamed from
customize-draft/customize-quote, which described the removed custom-quote flow.
Totals
totalCents on a quote is the due-now figure, not the contract value — a
Care-only (monthly) quote shows 0 there and carries its money in the recurring
monthly figure. Don't read the headline as the deal size.
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.
Related MCP Servers
- Alicense-qualityDmaintenanceIntegrates the Context Overflow Q\&A platform with Claude Code, enabling question posting, answering, voting, and platform health monitoring.MIT
- AlicenseAqualityDmaintenanceWraps Claude Code as tools for MCP clients, enabling autonomous coding tasks via a 4-tool lifecycle with session management, async polling, and permission controls.411818MIT
- AlicenseCqualityBmaintenanceProvides complete QuickBooks Online API integration for Claude Code and other MCP-compatible clients, enabling full CRUD operations on 29 entity types and 11 financial reports.100Apache 2.0
- AlicenseAqualityDmaintenanceEnables AI agents to interact programmatically with Claude Code CLI, managing sessions, streaming outputs, and handling permission requests.7131MIT
Related MCP Connectors
Read, edit, publish, and preview your pepita websites from Claude.
Trade Robinhood through natural language in Claude Code.
Live SEO workflow tools for Claude Code, Codex, and AI agents.
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/quantumtechnologies876/quantum-quote-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server