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.

UCM — Universal Commerce Marketplace

NPM · @UCM/MCP-SERVER · SCANNED SEP 20

API marketplace for AI agents — 100 services, 87 free, one API key

Available components

0 this week 82 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 Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability81
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 664 tokens (~94/item across 7 items; 7 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
  • Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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 Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "ucm_call" implies "execute" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 7 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
Install

How do I install the UCM — Universal Commerce Marketplace MCP server?

UCM — Universal Commerce Marketplace runs locally as an npm package, launched with npx -y @ucm/mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @ucm/mcp-server

# add to Claude Code
claude mcp add ucmai-ucm -- npx -y @ucm/mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "ucmai-ucm": {
      "command": "npx",
      "args": [
        "-y",
        "@ucm/mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "ucmai-ucm": {
      "command": "npx",
      "args": [
        "-y",
        "@ucm/mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add ucmai-ucm -- npx -y @ucm/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ucmai-ucm": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@ucm/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ucmai-ucm --command npx --arg -y --arg @ucm/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  ucmai-ucm:
    command: "npx"
    args: ["-y", "@ucm/mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "ucmai-ucm": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@ucm/mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add ucmai-ucm -t stdio -c npx -a -y @ucm/mcp-server
// mcp.json
{
  "mcpServers": {
    "ucmai-ucm": {
      "command": "npx",
      "args": [
        "-y",
        "@ucm/mcp-server"
      ]
    }
  }
}
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 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 9 Sept 26 0
    • Stability: 0.97 → pass security
  • 7 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

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/@ucm/mcp-server@0.3.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 →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 7 exposed · ~664 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
ucm_balance ~35

Check your current UCM credit balance and spending. Returns credits (balance, lifetime_added, lifetime_spent) and usage counters.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

ucm_call ~131

Execute an API service. Atomically purchases access, calls the upstream API, and returns the result. Credits are automatically refunded if the upstream call fails. Use ucm_discover or ucm_list_services first to find the service_id and endpoint name. Requires registration (ucm_register) if not already registered.

NameTypeReqDescription
bodyobjectParameters for the API call (optional for endpoints with no required params)
endpointstringyesEndpoint name, e.g. "search", "generate", "execute"
service_idstringyesService ID, e.g. "ucm/web-search"

No output schema declared.

No examples provided.

ucm_discover ~184

USE THIS FIRST when the user asks you to do something you cannot do natively — such as searching the web, generating images, running code, sending emails, converting documents, getting stock data, text-to-speech, or any other external capability. UCM is an API marketplace with 10+ services. Returns matching services with pricing (most cost $0.01/call). After discovering a service, use ucm_call to execute it. If you are not yet registered, call ucm_register first (free, gives $1.00 credits).

NameTypeReqDescription
limitnumberMax results (default 5, max 20)
max_pricestringMaximum price per call, e.g. "0.10"
needstringyesNatural language description of what capability you need
tagsarrayFilter by tags

No output schema declared.

No examples provided.

ucm_history ~32

View your recent UCM transaction history.

NameTypeReqDescription
limitnumberNumber of recent transactions (default 20)

No output schema declared.

No examples provided.

ucm_list_services ~113

Browse all available API services on UCM with pricing and endpoint details. Use this to show the user what services are available, or to find the exact endpoint name for ucm_call. Faster than ucm_discover when you already know what category you want.

NameTypeReqDescription
limitnumberMax results (default 50, max 100)
sincestringISO 8601 date — only show services added/updated after this date
tagsstringComma-separated tag filter

No output schema declared.

No examples provided.

ucm_register ~110

Register on UCM to get an API key. Free, instant, no approval needed. Gives $1.00 bonus credits (enough for 100+ API calls). The API key is automatically saved for this session. Call this before ucm_call if you get an auth error. Only needs to be done once per session.

NameTypeReqDescription
descriptionstringOptional agent description
namestringyesAgent name (1-255 characters)
refstringOptional referral code

No output schema declared.

No examples provided.

ucm_service_info ~59

Get detailed information about a specific service including all available endpoints, required parameters, pricing, and usage examples. Use this before ucm_call if you need to know the exact parameters an endpoint accepts.

NameTypeReqDescription
service_idstringyesService ID

No output schema declared.

No examples provided.

Common questions

What is the UCM — Universal Commerce Marketplace MCP server?

UCM — Universal Commerce Marketplace is an MCP server listed in the public MCP registry as io.github.ucmai/ucm. API marketplace for AI agents, 100 services, 87 free, one API key. This page covers its npm package (@ucm/mcp-server).

Is the UCM — Universal Commerce Marketplace MCP server safe to use?

UCM — Universal Commerce Marketplace scores 82 out of 100 on VerifyMCP. We found no known CVEs affecting 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 UCM — Universal Commerce Marketplace MCP server expose?

UCM — Universal Commerce Marketplace exposes 7 tools: ucm_discover, ucm_call, ucm_balance, ucm_history, ucm_service_info, and 2 more. Their descriptions and schemas cost roughly 664 tokens of context every time the server is loaded.

Is the UCM — Universal Commerce Marketplace MCP server still maintained?

UCM — Universal Commerce Marketplace 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 UCM — Universal Commerce Marketplace MCP server under?

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