Skip to main content
Glama
quantumtechnologies876

quantum-quote-mcp

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-mcp

The 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 + status

  • get_schema — quote JSON Schema, price book, and your authority limits

  • list_drafts — unpublished quote drafts (id, title)

  • get_draft(id) — a draft's current document

  • update_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 + authority

  • quote://{id} — a quote's current document

Prompts

  • revise-draft(id, instructions?) — revise an unpublished draft

  • revise-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

QUANTUM_API_KEY

Your quotes-scoped key (qk_…)

QUANTUM_QUOTES_URL

The platform base URL

Requirements

Node ≥ 18 (built-in fetch). No build step — plain ESM.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    Wraps Claude Code as tools for MCP clients, enabling autonomous coding tasks via a 4-tool lifecycle with session management, async polling, and permission controls.
    4
    118
    18
    MIT
  • A
    license
    C
    quality
    B
    maintenance
    Provides 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.
    100
    Apache 2.0
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to interact programmatically with Claude Code CLI, managing sessions, streaming outputs, and handling permission requests.
    7
    13
    1
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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