install-isingq-mcp

install-isingq-mcp is a skill for Claude Code, Codex from ising-tech/isingq-toolkit. It costs 49 tokens per session (2,089 once invoked), scanned A, original, Apache-2.0.

A setup tool for making IsingQ available in one chosen agent host through MCP, a standard way for AI tools to connect to external services.

In plain words
What is it for?
It installs, updates, connects, or diagnoses IsingQ in the host named by the user, then checks the available tools and reports the version.
Why use it?
It avoids manually configuring the wrong host or exposing an IsingQ API key in chat, logs, or configuration files.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

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/ising-tech/isingq-toolkit/install-isingq-mcp
Any agent
npx skills add ising-tech/isingq-toolkit --skill install-isingq-mcp
Clone the repo
git clone --depth 1 https://github.com/ising-tech/isingq-toolkit

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/ising-tech/isingq-toolkit/install-isingq-mcp.svg)](https://agentmods.dev/skills/ising-tech/isingq-toolkit/install-isingq-mcp)
Your own site
<a href="https://agentmods.dev/skills/ising-tech/isingq-toolkit/install-isingq-mcp"><img src="https://agentmods.dev/badge/skills/ising-tech/isingq-toolkit/install-isingq-mcp.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,089 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00049 $0.02089
Opus 5 $0.00024 $0.01045
Sonnet 5 $0.00010 $0.00418
Haiku 4.5 $0.00005 $0.00209

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

Security

Grade A, and why

install-isingq-mcp scanned grade A with 0 findings 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.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/install-linux.sh, scripts/install-macos.sh, scripts/install-windows.ps1), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/install-isingq-mcp/SKILL.md · 136 lines

How it starts

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

Install IsingQ MCP

中文版本:SKILL.zh-CN.md

Outcome

Make IsingQ available in the one Agent Host named by the user. Select exactly one distribution path, configure a personal API Key through private local input, verify native tools inside that Host, report the observed version and stop.

Host-specific config boundaries and fallbacks are in HOSTS.md. Read only the section for the selected Host.

Non-negotiable boundaries

  • Never receive an IsingQ API Key in chat, command arguments, environment variables, logs, Host config, or Agent-visible output.
  • A Headless deployment administrator may preconfigure ISINGQ_API_KEY before the Agent starts. Treat it only as an already-configured runtime source; never inspect, set, copy, or echo it.
  • If the user has no Key, direct them to https://console.isingq.com/ and Settings → API → Create API. Never register, read, copy, or expose it for them.
  • Ask before opening the operating system's private API Key prompt. Use force=true only when the user explicitly asks to replace an existing Key.
  • Configure only the Host from the current request. Do not detect installed apps and configure all of them.
  • Never bypass a Host sandbox or move credentials into a project directory. Request access only to the exact user install, private config, and selected Host config locations required by the chosen path.
  • Use only the official npm organization and https://github.com/ising-tech/isingq-toolkit as distribution origins.
  • Do not submit a real solve as an installation test. A hand-written NDJSON call proves process reachability, not Host integration.
  • isingq_solve_start submits immediately after the Host permits it. Before calling it, the Agent must show the model summary and matrix SHA-256 and obtain explicit user confirmation.

Choose one distribution path

Preserve an already working distribution when updating. Switch paths only when the user requests it or the existing path is unavailable.

Read the full file on GitHub · 136 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 136 lines · 49 tokens per session scan A 89819a9d3424

Subscribe to this mod's changes

install-isingq-mcp is a skill published in the GitHub repository ising-tech/isingq-toolkit (2 stars, last pushed 10d ago), licensed Apache-2.0. It adds 49 tokens to every session and 2,089 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

xcatcher

Fetch fresh or recent public X (Twitter) posts from one or many named account handles through Xcatcher, with structured JSON results and optional x402 v2 USDC pay-per-crawl access on Base. Use for account monitoring, social intelligence, OSINT, tweet/post collection, timeline snapshots, or requests to scrape, crawl…

lvpiggyqq/xcatcher-mcp-manifest · 86 tokens

use-404-directory

Preflight a specific Polymarket observation or contemplated Yes/No action for settlement, timing, liquidity, slippage, geoblock, and execution risk; also assess an unfamiliar third-party Agent tool before installation or first use. Use when an exact Polymarket market reference or actual external-tool action is…

MM-sheng/404-directory · 83 tokens

using-boardstate

Drive a Boardstate dashboard as an agent — connect the MCP server, compose tabs/widgets/bindings well (catalog-first, living answers), scaffold sandboxed custom widgets, and use external tools through the grant loop. Use when boardstate tools are available, or when asked to build/update a dashboard or board.

100yenadmin/boardstate · 67 tokens

cowork-review

Worker-prompt lifecycle and the Architect/Analyst review gates — prompt frontmatter (status, reviewround, outputstatus), the draft→in-review→approved loop, the append-only review logs, the output gate (review-output → promote), and the tasks/{todo,run,done} transitions. Use when drafting, reviewing, or executing a…

Maless88/Roadboard · 77 tokens

boardstate-dev

The Boardstate development loop — monorepo commands, scoped testing, changesets + release trains, the security-invariant verify discipline, and the house rules (wire-contract tests, inert rendering, reads≠actions). Use when implementing, reviewing, or releasing any change in this repo.

100yenadmin/boardstate · 62 tokens

onboarding

Onboard a code project into RoadBoard — analyze the cloned repo and populate RoadBoard (project, phase, tasks, memory and the architecture graph / Atlas) via the RoadBoard MCP tools, then render the per-repo CLAUDE.md. Use when the user asks to onboard a project, or when a project that has a repo is not yet onboarded…

Maless88/Roadboard · 80 tokens