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.

Losbeto

NPM · LOSBETO-MCP · SCANNED SEP 20

x402-paid market intelligence: forex, stocks, Brazil macro (BCB/B3) + crypto.

Available components

+5 this week 71 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 Security90
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects x402 0.3.7, reached via x402-fetch > x402. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • 31 of 113 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability69
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 378 tokens (~42/item across 9 items; 9 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
  • Stability observed for 9 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 Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 9 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 Losbeto MCP server?

Losbeto runs locally as an npm package, launched with npx -y losbeto-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 · losbeto-mcp

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

  • 20 Sept 26 +1
    • Security disclosure: unverified → fail functional
  • 19 Sept 26 +4
    • Security disclosure: fail → unverified functional
    • Stability: unverified → 0.27 functional
  • 15 Sept 26 0
    • Security disclosure: unverified → fail functional
  • 14 Sept 26 0
    • Security disclosure: fail → unverified functional
  • 11 Sept 26 +30
    • Injection markers: unverified → pass security
    • First check of Judged manipulation: pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool safety: Tool safety not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Tool coverage: unverified → 100 functional
    • MCP protocol: unverified → pass functional
    • First check of Schema quality: fail functional
    • First check of Destructive annotations: pass functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: good functional
    • First check of Tool coverage: 100 functional
    • Capabilities: Protocol version not yet verified: we do not have a sandbox capture of the MCP handshake this version of the package performs yet. functional
    • Tool coverage: Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Package version: 1.0.1 → 1.1.2 functional
  • 31 Aug 26 0
    • Security disclosure: unverified → fail functional
  • 30 Aug 26 0
    • Security disclosure: fail → unverified functional
  • 26 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
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/losbeto-mcp@1.1.2

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 1 finding
ID CVE Severity Vector Fix available
GHSA-3j63-5h8p-gf7c high yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 113 packages
Packages resolved 113
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 9 exposed · ~378 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
br_macro ~56

PAID ($0.05): Brazil central-bank macro in one call — Selic, CDI, IPCA 12m, IGP-M, official PTAX and EUR/BRL, plus the real rate (Fisher relation).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

fear_greed ~26

PAID ($0.01): live crypto Fear & Greed index with interpretation.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

launch_risk_brief ~95

PAID (~$0.10 USDC via x402): full launch risk brief — on-chain checks (mint authority, holder concentration), DEX liquidity/socials, risk score 0-100, AI verdict (AVOID/WATCH/SMALL-SIZE-ONLY). Optional token arg = Solana mint; omit to analyze the freshest launch.

NameTypeReqDescription
tokenstringSolana mint address (optional)

No output schema declared.

No examples provided.

launch_risk_preview ~25

FREE: latest Solana token launches + what the full risk brief includes.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

oracle_consensus ~66

PAID ($0.03): price consensus across multiple oracles/exchanges — median, spread in bps, outlier detection and execution verdict. Optional symbol arg (default SOL).

NameTypeReqDescription
symbolstringAsset symbol, e.g. BTC, ETH, SOL (optional)

No output schema declared.

No examples provided.

receipts ~27

FREE: audit Losbeto's on-chain sales receipts (radical transparency, operator tests labelled).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

sol_price ~23

PAID ($0.003): SOL/USD from Pyth Network oracle.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

try_samples ~31

FREE: six live endpoint samples in one call — the fastest way to see what Losbeto data looks like.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

welcome_free_call ~29

FREE: get a welcome token good for ONE real-time call on any endpoint, no wallet needed.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Common questions

What is the Losbeto MCP server?

Losbeto is an MCP server listed in the public MCP registry as io.github.rmartins1451/losbeto-mcp. x402-paid market intelligence: forex, stocks, Brazil macro (BCB/B3) + crypto. This page covers its npm package (losbeto-mcp).

Is the Losbeto MCP server safe to use?

Losbeto scores 71 out of 100 on VerifyMCP. We recorded 1 known advisory 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 Losbeto MCP server expose?

Losbeto exposes 9 tools: try_samples, welcome_free_call, launch_risk_preview, receipts, launch_risk_brief, and 4 more. Their descriptions and schemas cost roughly 378 tokens of context every time the server is loaded.

Is the Losbeto MCP server still maintained?

Losbeto 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 Losbeto MCP server under?

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