Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

apimodels

NPM · APIMODELS-MCP · SCANNED SEP 20

Image, video, chat and speech models with one API key. The model can review its own images.

Available components

64 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security81
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects sharp 0.34.5, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • 31 of 126 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability68
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1325 tokens (~220/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the apimodels MCP server?

apimodels runs locally as an npm package, launched with npx -y apimodels-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · apimodels-mcp

# add to Claude Code
claude mcp add stimqq-apimodels-mcp -- npx -y apimodels-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "stimqq-apimodels-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "apimodels-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "stimqq-apimodels-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "apimodels-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add stimqq-apimodels-mcp -- npx -y apimodels-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "stimqq-apimodels-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "apimodels-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add stimqq-apimodels-mcp --command npx --arg -y --arg apimodels-mcp
# ~/.hermes/config.yaml
mcp_servers:
  stimqq-apimodels-mcp:
    command: "npx"
    args: ["-y", "apimodels-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "stimqq-apimodels-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "apimodels-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add stimqq-apimodels-mcp -t stdio -c npx -a -y apimodels-mcp
// mcp.json
{
  "mcpServers": {
    "stimqq-apimodels-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "apimodels-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +15
    • Malware scan: unverified → pass security
  • 18 Sept 26 49

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/apimodels-mcp@0.2.3

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Vulnerabilities 2 findings
ID CVE Severity Vector Fix available
GHSA-f88m-g3jw-g9cj high yes
GHSA-rgj7-g3m4-5g8c high yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 126 packages
Packages resolved 126
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 6 exposed · ~1,325 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
chat ~133

Chat / text completion with any LLM on apimodels.app (GPT-5.5, Claude, Gemini, GLM, DeepSeek, Qwen, …). Returns the assistant reply text.

NameTypeReqDescription
max_tokensintegerOptional max output tokens.
modelstringModel id, e.g. gpt-5-5, claude-opus-4-8, claude-sonnet-4-6, gemini-3-pro-preview, deepseek-v4-pro.
promptstringyesThe user message / prompt.
systemstringOptional system prompt.

No output schema declared.

No examples provided.

generate_image ~328

Generate an image from a text prompt (or edit an input image). Returns the URL(s) of the generated image, valid 7 days, plus a downscaled preview of the image itself when the client can show tool-result images to you. If you cannot see the image in the result, call review_image with the returned URL to get a written critique and a revised prompt, then generate again. Roughly $0.025 per image on the default model; gpt-image-2-lite is $0.008.

NameTypeReqDescription
aspect_ratiostringOptional aspect ratio, e.g. 1:1, 16:9, 9:16.
image_urlstringOptional input image for image-to-image edits. Accepts a public https:// URL, a LOCAL FILE PATH, a localhost URL, or a data: URI — local sources are uploaded for you automatically.
modelstringImage model id, e.g. gpt-image-2, gpt-image-2-lite (cheapest), gemini-3-pro-image, gemini-2.5-flash-image, doubao-seedream-4-5-251128.
promptstringyesText description of the image to generate.
resolutionstringOptional resolution, e.g. 1K, 2K, 4K.
return_imagebooleanAttach a downscaled preview (max 1024px JPEG) of the result so you can look at it. Set false to save context when you only need the URL.

No output schema declared.

No examples provided.

generate_video ~325

Generate a video from a text prompt (and optional reference image). Polls until done and returns the video URL(s), valid 7 days. May take a few minutes. Video is the most expensive modality here — the default model costs roughly $0.30-$0.50 per clip; pass model:"veo-3.1-fast-fhd" for the cheapest option at $0.07 flat.

NameTypeReqDescription
aspect_ratiostringOptional aspect ratio, e.g. 16:9, 9:16, 1:1.
durationnumber|stringOptional duration in seconds, e.g. 5 or 10.
image_urlstringOptional first-frame / reference image for image-to-video. Accepts a public https:// URL, a LOCAL FILE PATH, a localhost URL, or a data: URI — local sources are uploaded for you automatically.
modelstringVideo model id. Use the dotted public names: seedance-2.0-fast, seedance-2.0, seedance-2.5, veo-3.1-fast-fhd ($0.07 flat, cheapest), veo-3.1, grok-video-3, kling-v2-6, minimax-h3. The bare forms seed…
promptstringyesText description of the video.
resolutionstringOptional resolution, e.g. 480p, 720p, 1080p.

No output schema declared.

No examples provided.

list_models ~107

List the model ids available on apimodels.app (chat, image, video, audio). Use the returned ids with the other tools. Caveat: a handful of entries are internal names that the generation endpoints reject (e.g. seedance-2-fast, seedance-2, motion-control) — the public alias is the dotted form, e.g. seedance-2.0-fast. If an id comes back "Invalid model", try the dotted variant before giving up.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

review_image ~217

Have a vision model look at an image and critique it against a brief. Returns what matches, what is wrong (garbled text, composition, colors, artifacts) and a revised prompt. Use it after generate_image to check the result and decide whether to regenerate — this works in every MCP client, including ones that do not pass tool-result images to you. Costs one small vision chat call (well under $0.01 on the default model).

NameTypeReqDescription
briefstringyesWhat the image is supposed to show — usually the prompt it was generated from, plus any requirements the user stated (exact text, aspect ratio, style).
image_urlstringyesThe image to review: a URL returned by generate_image, any public https:// URL, a LOCAL FILE PATH, a localhost URL, or a data: URI.
modelstringVision-capable chat model that does the looking. gpt-5.6-luna (default, cheapest) or claude-sonnet-5 for a more careful read.

No output schema declared.

No examples provided.

text_to_speech ~215

Convert text to speech (MiniMax voices). Returns the audio file URL (valid 7 days). Costs about $0.004 for a short line; billed at $0.04 per 1000 characters.

NameTypeReqDescription
modelstringTTS model id, e.g. minimax-speech-02-turbo (fast), minimax-speech-02-hd / minimax-speech-2.8-hd (higher quality). Note: eleven-tts-* models are NOT available here — they stream from POST /v1/tts/stre…
speednumberOptional speaking rate, 0.5-2 (1 = normal).
textstringyesThe text to speak.
voice_idstringVoice id. English: English_Trustworthy_Man, English_Graceful_Lady, Serene_Woman. Chinese: male-qn-qingse, female-tianmei. Full list: GET /v1/minimax/voices.

No output schema declared.

No examples provided.

Common questions

What is the apimodels MCP server?

apimodels is an MCP server listed in the public MCP registry as io.github.stimQQ/apimodels-mcp. Image, video, chat and speech models with one API key. The model can review its own images. This page covers its npm package (apimodels-mcp).

Is the apimodels MCP server safe to use?

apimodels scores 64 out of 100 on VerifyMCP. We recorded 2 known advisories against it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the apimodels MCP server expose?

apimodels exposes 6 tools: list_models, chat, generate_image, review_image, generate_video, text_to_speech. Their descriptions and schemas cost roughly 1,325 tokens of context every time the server is loaded.

Is the apimodels MCP server still maintained?

apimodels is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the apimodels MCP server under?

apimodels declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.