# Losbeto — Market Data for AI Agents (remote · api.losbeto.xyz)

Cross-asset market data and LLM inference for AI agents. Pay-per-call in USDC via x402.

- Trust score: 76/100 (medium)
- Change this week: +2
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- remote · `api.losbeto.xyz`: 76/100 (this document), [markdown](https://verifymcp.io/servers/rmartins1451-losbeto/api.md), [page](https://verifymcp.io/servers/rmartins1451-losbeto/api)

## Channel facts

- Endpoint: `https://api.losbeto.xyz/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `48.9.19`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-25.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 81/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 605 tokens (~121/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 100/100
  - No destabilizing schema changes in the last 30 days.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### How do I install the Losbeto — Market Data for AI Agents MCP server?

Losbeto — Market Data for AI Agents is a hosted endpoint at https://api.losbeto.xyz/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http rmartins1451-losbeto 'https://api.losbeto.xyz/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "rmartins1451-losbeto": {
      "url": "https://api.losbeto.xyz/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "rmartins1451-losbeto": {
      "type": "http",
      "url": "https://api.losbeto.xyz/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.rmartins1451-losbeto]
url = "https://api.losbeto.xyz/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "rmartins1451-losbeto": {
      "type": "remote",
      "url": "https://api.losbeto.xyz/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add rmartins1451-losbeto --url 'https://api.losbeto.xyz/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  rmartins1451-losbeto:
    url: "https://api.losbeto.xyz/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "rmartins1451-losbeto": {
      "Transport": "http",
      "Url": "https://api.losbeto.xyz/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add rmartins1451-losbeto -t streamable-http -u 'https://api.losbeto.xyz/mcp'
```

### Other

```json
{
  "mcpServers": {
    "rmartins1451-losbeto": {
      "type": "http",
      "url": "https://api.losbeto.xyz/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-25 (score 76, 0)

- [security] Tool “list_categories” rewrote its description, which is the text the model reads
- [security] Tool “market_snapshot” rewrote its description, which is the text the model reads
- [security] Tool “account_status” rewrote its description, which is the text the model reads
- [security] Tool “get_market_data” rewrote its description, which is the text the model reads
- [security] Tool “search_market_data” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: pass → fail
- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server
- [functional] Server version: 48.9.17-HYGIENE → 48.9.18-DEMAND
- [functional] Server version: 48.9.16-SELLER → 48.9.17-HYGIENE
- [functional] Server version: 48.9.15-ROUTE → 48.9.16-SELLER

### 2026-09-24 (score 76, 0)

- [functional] Server version: 48.9.12-DUAL → 48.9.14-V1FIX2

### 2026-09-23 (score 76, 0)

- [functional] Server version: 48.9.11-PITCH → 48.9.12-DUAL
- [functional] Server version: 48.9.9-DISCO → 48.9.11-PITCH

### 2026-09-22 (score 76, 0)

- [security] Stability: 0.97 → pass
- [functional] Server version: 48.9.8-SOLPAY → 48.9.9-DISCO
- [functional] Server version: 48.9.7-LINKS → 48.9.8-SOLPAY

### 2026-09-21 (score 76, +1)

- [functional] Server version: 48.9.5-SKILLS → 48.9.7-LINKS

### 2026-09-20 (score 75, 0)

- [functional] Server version: 48.9.4-SYNC → 48.9.5-SKILLS
- [functional] Server version: 48.9.3-TRUST → 48.9.4-SYNC

### 2026-09-19 (score 75, +1)

- [functional] Server version: 48.9.1-TOOLKIT → 48.9.3-TRUST
- [functional] Server version: 48.6.0-REGISTER → 48.9.1-TOOLKIT
- [functional] Server version: 48.5.1-LOGO → 48.6.0-REGISTER
- [functional] Server version: 48.3.9.4-PROXYFIX → 48.5.1-LOGO

### 2026-09-18 (score 74, 0)

- [functional] Server version: 48.3.9.2-ALIAS → 48.3.9.4-PROXYFIX

## MCP tools (5)

### `search_market_data` (~136 tokens)

FREE. FIRST STEP for any market-data question. Describe what you need in plain language and get back the endpoints that cover it, with their price and parameters. Covers Brazil (central bank, B3), US equities, forex, commodities, macro, crypto and AI research. Examples: 'Brazilian interest rate and inflation', 'gold price', 'is this Solana token a rug pull', 'correlation between bitcoin and the S&P', 'what is the Ibovespa doing'.

Input parameters:

- `limit` (integer): Max results (default 8).
- `query` (string, required): What you are looking for, in plain language.

### `get_market_data` (~150 tokens)

FREE for the delayed sample; the endpoint's x402 price applies for live data (from $0.005/call). Fetch data from an endpoint returned by search_market_data. Without a subscription this returns a REAL but delayed sample at no cost — enough to see the exact response shape and judge the data. With an active subscription key it returns live data. Live data is also purchasable per call in USDC over x402 at https://api.losbeto.xyz.

Input parameters:

- `endpoint` (string, required): Endpoint path, e.g. '/br-macro' or '/oracle-consensus'.
- `params` (object): Query parameters, e.g. {"symbol": "PETR4"}.

### `market_snapshot` (~107 tokens)

FREE for delayed samples; live components billed at each endpoint's x402 price. One call for a whole area instead of several. 'brazil' returns central-bank macro, the real interest rate, Ibovespa and B3 blue chips together; 'global' returns forex, commodities, equities and macro regime; 'crypto' returns oracle consensus, sentiment and market regime. Use this when the question is broad rather than about one number.

Input parameters:

- `scope` (string, required): Which area to snapshot.

### `list_categories` (~44 tokens)

FREE. The catalog at a glance: every category, how many endpoints it holds and the cheapest price in it. Use when you want to know what this service covers before searching.

### `account_status` (~55 tokens)

FREE. Check whether this connection has an active subscription, how much credit is left and when it expires. Also returns how to subscribe (plans from $0.99). Call this if a request returned delayed data and you need live.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/rmartins1451-losbeto/api#diagnostics

## Score history

- 2026-09-25: 76
- 2026-09-24: 76
- 2026-09-23: 76
- 2026-09-22: 76
- 2026-09-21: 76
- 2026-09-20: 75
- 2026-09-19: 75
- 2026-09-18: 74
- 2026-09-17: 74
- 2026-09-16: 73
- 2026-09-15: 73
- 2026-09-14: 72
- 2026-09-13: 72
- 2026-09-12: 71
- 2026-09-11: 71
- 2026-09-10: 70
- 2026-09-09: 70
- 2026-09-08: 69
- 2026-09-07: 69
- 2026-09-06: 69
- 2026-09-05: 68
- 2026-09-04: 68
- 2026-09-03: 67
- 2026-09-02: 67
- 2026-09-01: 66
- 2026-08-31: 66
- 2026-08-30: 65
- 2026-08-29: 64
- 2026-08-28: 64
- 2026-08-27: 64

## Common questions

### What is the Losbeto — Market Data for AI Agents MCP server?

Losbeto — Market Data for AI Agents is an MCP server listed in the public MCP registry as io.github.rmartins1451/losbeto. Cross-asset market data and LLM inference for AI agents. Pay-per-call in USDC via x402. This page covers its hosted endpoint (https://api.losbeto.xyz/mcp).

### Is the Losbeto — Market Data for AI Agents MCP server safe to use?

Losbeto — Market Data for AI Agents scores 76 out of 100 on VerifyMCP. 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 — Market Data for AI Agents MCP server expose?

Losbeto — Market Data for AI Agents exposes 5 tools: search_market_data, get_market_data, market_snapshot, list_categories, account_status. Their descriptions and schemas cost roughly 492 tokens of context every time the server is loaded.

### Does the Losbeto — Market Data for AI Agents MCP server require authentication?

No. We connected to Losbeto — Market Data for AI Agents without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Losbeto — Market Data for AI Agents MCP server still maintained?

Losbeto — Market Data for AI Agents is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://api.losbeto.xyz/mcp
- Repository: https://github.com/rmartins1451/losbeto
- Website: https://api.losbeto.xyz/
- Changelog RSS feed: https://verifymcp.io/servers/rmartins1451-losbeto/api.xml
- Changelog JSON feed: https://verifymcp.io/servers/rmartins1451-losbeto/api.json
- HTML version of this page: https://verifymcp.io/servers/rmartins1451-losbeto/api
