# io.github.oswarld/technical (remote · www.bullbear.ninja)

Technical analysis (RSI, MA, signal score) for 9,400+ global stocks, by ticker or name.

- Trust score: 73/100 (medium)
- Change this week: +8
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `www.bullbear.ninja`: 73/100 (this document), [markdown](https://verifymcp.io/servers/oswarld-technical/api-mcp.md), [page](https://verifymcp.io/servers/oswarld-technical/api-mcp)

## Channel facts

- Endpoint: `https://www.bullbear.ninja/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.2.1`

## 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-08-03.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 513 tokens (~102/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 80/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 41% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http oswarld-technical https://www.bullbear.ninja/api/mcp
```

### Codex

```toml
[mcp_servers.oswarld-technical]
url = "https://www.bullbear.ninja/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "oswarld-technical": {
      "type": "remote",
      "url": "https://www.bullbear.ninja/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add oswarld-technical --url https://www.bullbear.ninja/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  oswarld-technical:
    url: "https://www.bullbear.ninja/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "oswarld-technical": {
      "type": "http",
      "url": "https://www.bullbear.ninja/api/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-08-02 (score 73, +1)

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

### 2026-07-31 (score 72, +5)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 67, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 67, +1)

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

### 2026-07-28 (score 66, +1)

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

### 2026-07-27 (score 65, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 65)

First indexed and scored.

## MCP tools (5)

### `get_technical_analysis` (~114 tokens)

Get technical analysis

Technical levels for one or more covered stocks (KR/US/HK/CN/JP/TW/EU) from the precomputed cache: price, MA5/20/60/120, RSI14, Bollinger position, support/resistance, 52-week range, momentum, volatility, trend, and a 0-100 signal score. Accepts tickers or Korean/English company names.

Input parameters:

- `tickers` (array, required): Tickers or company names (KR/EN), up to 25.

### `screen_technicals` (~145 tokens)

Screen by technicals

Screen the covered universe by trend, signal score, RSI, market, and sector. Sort by 'below_high' or 'rsi_asc' for pullbacks/oversold stocks, or 'signal_desc'/'momentum_desc' for leaders.

Input parameters:

- `limit` (integer): Default 50, max 200.
- `market` (string)
- `max_signal_score` (number)
- `min_signal_score` (number)
- `rsi_above` (number)
- `rsi_below` (number)
- `sector` (string)
- `sort` (string): Default 'signal_desc'.
- `trend` (string)

### `list_covered_stocks` (~73 tokens)

List covered stocks

Browse the covered universe, optionally filtered by market, sector, or ticker/name. Results include the latest signal score and trend when available.

Input parameters:

- `limit` (integer): Default 50, max 200.
- `market` (string)
- `query` (string)
- `sector` (string)

### `search` (~72 tokens)

Search stocks

Search the covered stock universe by company name or ticker (KR/EN). Returns ids, titles, URLs, and short technical snippets. Pair with fetch for a full record.

Input parameters:

- `limit` (integer): Default 20, max 50.
- `query` (string, required): Company name or ticker substring (KR/EN).

### `fetch` (~58 tokens)

Fetch stock technicals

Fetch the full technical record for one stock by id, ticker, or company name. Returns a readable summary and structured metadata.

Input parameters:

- `id` (string, required): Ticker or company name, e.g. '005930' or 'SK Hynix'.

## Diagnostics

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

## Score history

- 2026-08-03: 73
- 2026-08-02: 73
- 2026-08-01: 72
- 2026-07-31: 72
- 2026-07-30: 67
- 2026-07-29: 67
- 2026-07-28: 66
- 2026-07-27: 65
- 2026-07-26: 65

## Links

- Remote endpoint: https://www.bullbear.ninja/api/mcp
- Changelog RSS feed: https://verifymcp.io/servers/oswarld-technical/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/oswarld-technical/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/oswarld-technical/api-mcp
