qubiton-setup

qubiton-setup is a skill for Claude Code, Codex from qubitonhq/qubiton-cursor-plugin. It costs 102 tokens per session (1,214 once invoked), scanned B, original, MIT.

A setup guide for QubitOn MCP, a connection that lets an AI run QubitOn's validation and data-enrichment checks. It covers authentication, connection testing, and choosing a first validation.

In plain words
What is it for?
Use it when connecting QubitOn, fixing setup or authentication problems, learning what it can check, or running a first test validation.
Why use it?
It helps determine whether QubitOn is connected and guides you through API-key setup when it is not. This avoids starting validation work with an unconfigured connection.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/qubitonhq/qubiton-cursor-plugin/qubiton-setup
Any agent
npx skills add qubitonhq/qubiton-cursor-plugin --skill qubiton-setup
Clone the repo
git clone --depth 1 https://github.com/qubitonhq/qubiton-cursor-plugin

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for qubiton-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/qubitonhq/qubiton-cursor-plugin/qubiton-setup.svg)](https://agentmods.dev/skills/qubitonhq/qubiton-cursor-plugin/qubiton-setup)
Your own site
<a href="https://agentmods.dev/skills/qubitonhq/qubiton-cursor-plugin/qubiton-setup"><img src="https://agentmods.dev/badge/skills/qubitonhq/qubiton-cursor-plugin/qubiton-setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 102 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,214 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00102 $0.01214
Opus 5 $0.00051 $0.00607
Sonnet 5 $0.00020 $0.00243
Haiku 4.5 $0.00010 $0.00121

Measured 5d ago against content hash 93087921ddc9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade B, and why

qubiton-setup scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Reads MCP configurationmediumAgent snooping

mcp.json carries server URLs and auth tokens; reading it lets a mod discover and abuse other integrations.

- The plugin's `mcp.json` header substitutes `${QUBITON_API_KEY}` at
plugins/qubiton/skills/qubiton-setup/SKILL.md · 109 lines

How it starts

The opening of the file, as written. The whole thing — 109 lines — stays where its author put it; the contents beside it link to each section on GitHub.

QubitOn setup

Introduce QubitOn MCP, get the user authenticated, verify the connection, and suggest a first validation to run.

Step 1: Introduction

Start with a short pitch so the user understands what QubitOn unlocks:

"QubitOn MCP connects your AI to global vendor and supplier data validation — addresses (USPS, Royal Mail, BAN, and 200+ country authorities), tax IDs (VAT, GSTIN, EIN, and many more), bank accounts (IBAN, SWIFT, ACH, and country-specific routing), phone and email validation, firmographic enrichment, and sanctions/PEP screening against OFAC, EU, UN, and UK HMT lists. Ask in plain language — 'validate this address', 'check this VAT number', 'screen this company against sanctions' — and I'll run it."

Then check connection.

Check connection

Attempt to list available QubitOn tools. Based on what you find:

  • Tools are available: The user is already connected. Give a shorter intro — "You've got QubitOn MCP connected. Let me verify your setup and suggest a first test." — then skip to Step 3.
  • No QubitOn tools available: The server is installed but needs authentication. Proceed to Step 2.

Step 2: Authentication

QubitOn MCP uses an API key sent in the apikey header.

  1. Get an API key. Direct the user to www.qubiton.com:

    • If they don't have an account: Get Started → sign up → verify email. A free plan with limited quota is available.
    • Once signed in: Dashboard → API Keys → copy the key (prefix svm_...).
  2. Configure the MCP client. The plugin's mcp.json references a QUBITON_API_KEY environment variable. Two paths work:

    Path A — environment variable (preferred):

    • Set QUBITON_API_KEY=<key> in the shell where you launch Cursor (e.g., your shell profile, .zshenv / .bashrc). Relaunch Cursor.
    • The plugin's mcp.json header substitutes ${QUBITON_API_KEY} at load time.

    Path B — direct header (fallback, always works):

    • Open Settings → Cursor Settings → Tools & MCP → find the qubiton server.
    • If the apikey header shows the literal string ${QUBITON_API_KEY} instead of being expanded (you'll see a 401 on the first call), paste the key value directly into the apikey header field in Cursor's UI.

Read the full file on GitHub · 109 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 109 lines · 102 tokens per session scan B 93087921ddc9

Subscribe to this mod's changes

qubiton-setup is a skill published in the GitHub repository qubitonhq/qubiton-cursor-plugin (5 stars, last pushed 4mo ago), licensed MIT. It adds 102 tokens to every session and 1,214 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it B with 1 finding (reads mcp configuration). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.