# AskCyborg (remote · mcp.askcyborg.com)

Analyst-debate research on every public and private company. 8 tools: search, score, compare, more.

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

## Components

- remote · `mcp.askcyborg.com`: 61/100 (this document), [markdown](https://verifymcp.io/servers/ask-cyborg-askcyborg-mcp/mcp.md), [page](https://verifymcp.io/servers/ask-cyborg-askcyborg-mcp/mcp)

## Channel facts

- Endpoint: `https://mcp.askcyborg.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.2.0`

## 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**: 46/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 8 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 check failed: the endpoint is reachable over plaintext HTTP.
  - 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**: 83/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 795 tokens (~99/item across 8 items; 8 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**: 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.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http ask-cyborg-askcyborg-mcp https://mcp.askcyborg.com/mcp
```

### Codex

```toml
[mcp_servers.ask-cyborg-askcyborg-mcp]
url = "https://mcp.askcyborg.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ask-cyborg-askcyborg-mcp": {
      "type": "remote",
      "url": "https://mcp.askcyborg.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ask-cyborg-askcyborg-mcp --url https://mcp.askcyborg.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ask-cyborg-askcyborg-mcp:
    url: "https://mcp.askcyborg.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ask-cyborg-askcyborg-mcp": {
      "type": "http",
      "url": "https://mcp.askcyborg.com/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-03 (score 61, +1)

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

### 2026-07-31 (score 60, −2)

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

### 2026-07-30 (score 62, 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 62, +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 61, +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 60, 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 60)

First indexed and scored.

## MCP tools (8)

### `search_companies` (~130 tokens)

Search AskCyborg's corpus of company research by name or industry keyword. Returns up to N matches with company name, Cyborg Score, one-line strategic profile, and the URL to the full preview report. Use this first when the user mentions a company you want to research, or to discover companies in a category.

Input parameters:

- `limit` (integer): Max results to return. Default 10, max 25.
- `query` (string, required): Company name (e.g. 'OpenAI', 'Stripe'), partial name, or industry keyword (e.g. 'semiconductor', 'biotech').

### `get_company_report` (~109 tokens)

Retrieve AskCyborg's structured research report for a single company. Includes executive summary, Cyborg Score with rationale, strategic profile, top insights, competitive positioning, and recent developments. Returns a paywall-aware summary; the full 30-page report and analyst-debate audio are available at the returned URL.

Input parameters:

- `company` (string, required): Company name or ticker (e.g. 'OpenAI', 'AAPL', 'SpaceX'). Slug form accepted (e.g. 'openai').

### `get_cyborg_score` (~90 tokens)

Retrieve just the Cyborg Score (1-10) for a company. The Cyborg Score is AskCyborg's proprietary rating, synthesized from hundreds of data points across business model, financials, leadership, competitive position, technology, marketing, and ESG. Use this when the user wants a quick rating without the full report context.

Input parameters:

- `company` (string, required): Company name or ticker.

### `compare_companies` (~67 tokens)

Compare 2-5 companies side by side on Cyborg Score, industry, key insights, and competitive positioning. Useful for portfolio decisions, M&A short-listing, or competitive analysis.

Input parameters:

- `companies` (array, required): List of 2-5 company names or slugs to compare.

### `find_competitors` (~100 tokens)

Find the named competitors of a company that AskCyborg's analyst panel identified as material to the target's strategic position. Returns each competitor with the one-line strategic tagline AskCyborg uses to characterize them. Useful for competitive landscape analysis, M&A short-listing, or pricing reference checks.

Input parameters:

- `company` (string, required): Company name, ticker, or slug (e.g. 'OpenAI', 'AAPL', 'spacex').

### `search_by_industry` (~124 tokens)

Find companies in AskCyborg's corpus that operate in a specific industry. Returns up to N companies with their Cyborg Score and one-line strategic profile, ranked by Cyborg Score. Use this for sector mapping, comparable analysis, or to discover companies you didn't know existed in a space.

Input parameters:

- `industry` (string, required): Industry name or keyword (e.g. 'semiconductor', 'fintech', 'biotech', 'enterprise SaaS', 'aerospace').
- `limit` (integer): Max results to return. Default 10, max 25.

### `get_recent_developments` (~91 tokens)

Retrieve the most recent material developments (news, deals, leadership changes, product launches, financial events) that AskCyborg's analyst panel flagged as decision-relevant for this company. Each entry is dated and concise. Use this for news catch-up before a meeting, for monitoring portfolio companies, or to spot recent strategic shifts.

Input parameters:

- `company` (string, required): Company name, ticker, or slug.

### `get_top_insights` (~84 tokens)

Retrieve just the top analyst-debate insights for a company — the punchiest, decision-relevant claims that AskCyborg's analyst panel surfaced after stress-testing the company. Faster and more focused than get_company_report when you just need 'what should I know about this company in 60 seconds'.

Input parameters:

- `company` (string, required): Company name, ticker, or slug.

## Diagnostics

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

## Score history

- 2026-08-03: 61
- 2026-08-02: 60
- 2026-08-01: 60
- 2026-07-31: 60
- 2026-07-30: 62
- 2026-07-29: 62
- 2026-07-28: 61
- 2026-07-27: 60
- 2026-07-26: 60

## Links

- Remote endpoint: https://mcp.askcyborg.com/mcp
- Repository: https://github.com/Ask-Cyborg/askcyborg-mcp
- Website: https://askcyborg.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/ask-cyborg-askcyborg-mcp/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ask-cyborg-askcyborg-mcp/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ask-cyborg-askcyborg-mcp/mcp
