# io.github.Sofiia7/actually (npm · actually-mcp-server)

Matches news to Polymarket markets and returns the market's probability. Optional capped trading.

- Trust score: 0/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-26

## Components

- npm · `actually-mcp-server`: 0/100 (this document), [markdown](https://verifymcp.io/servers/sofiia7-actually/actually-mcp-server.md), [page](https://verifymcp.io/servers/sofiia7-actually/actually-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `actually-mcp-server`
- Version: `0.1.7`
- Transport: `stdio`

## Trust breakdown

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. 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-26.

- **Supply Chain Security**: 73/100
  - No malware found by supply-chain analysis.
  - CVE check failed: an unpatched critical CVE affects this package; the score is capped at 0.
  - No install/post-install scripts declared.
  - 84 of 300 dependencies flagged as unhealthy (1 deprecated).
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 171 tokens (~85/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% 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 2 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 2 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### How do I install the io.github.Sofiia7/actually MCP server?

io.github.Sofiia7/actually runs locally as an npm package, launched with npx -y actually-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.

### Claude

```bash
claude mcp add sofiia7-actually -- npx -y actually-mcp-server
```

### Cursor

```json
{
  "mcpServers": {
    "sofiia7-actually": {
      "command": "npx",
      "args": [
        "-y",
        "actually-mcp-server"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "sofiia7-actually": {
      "command": "npx",
      "args": [
        "-y",
        "actually-mcp-server"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add sofiia7-actually -- npx -y actually-mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "sofiia7-actually": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "actually-mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add sofiia7-actually --command npx --arg -y --arg actually-mcp-server
```

### Hermes

```yaml
mcp_servers:
  sofiia7-actually:
    command: "npx"
    args: ["-y", "actually-mcp-server"]
```

### Netclaw

```json
{
  "McpServers": {
    "sofiia7-actually": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "actually-mcp-server"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add sofiia7-actually -t stdio -c npx -a -y actually-mcp-server
```

### Other

```json
{
  "mcpServers": {
    "sofiia7-actually": {
      "command": "npx",
      "args": [
        "-y",
        "actually-mcp-server"
      ]
    }
  }
}
```

## 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-26 (score 0)

First indexed and scored.

## MCP tools (2)

### `check_news` (~111 tokens)

Map a piece of news text to the relevant Polymarket market and return its objective YES probability. Does not classify whether the news is dramatized or accurate relative to the market - that interpretation is left to the calling agent, which has both the original text and this market anchor. The probability comes from a precomputed cache refreshed on a cron cadence (can be up to ~2 hours stale) - for a live price before trading, call get_market with the returned marketId.

Input parameters:

- `text` (string, required)

### `get_market` (~60 tokens)

Look up a specific Polymarket market by id: details, live price, and an orderbook snapshot. Falls back to a direct Gamma lookup when the id is outside the precomputed cache's top markets by volume.

Input parameters:

- `marketId` (string, required)

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/sofiia7-actually/actually-mcp-server#diagnostics

## Score history

- 2026-08-26: 0

## Common questions

### What is the io.github.Sofiia7/actually MCP server?

io.github.Sofiia7/actually is an MCP server listed in the public MCP registry as io.github.Sofiia7/actually. Matches news to Polymarket markets and returns the market's probability. Optional capped trading. This page covers its npm package (actually-mcp-server).

### What tools does the io.github.Sofiia7/actually MCP server expose?

io.github.Sofiia7/actually exposes 2 tools: check_news, get_market. Their descriptions and schemas cost roughly 171 tokens of context every time the server is loaded.

### Is the io.github.Sofiia7/actually MCP server still maintained?

io.github.Sofiia7/actually is still listed as active in the MCP registry. We last reached this channel on 26 August 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 io.github.Sofiia7/actually MCP server under?

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

## Links

- npm package: https://www.npmjs.com/package/actually-mcp-server
- Socket report: https://socket.dev/npm/package/actually-mcp-server
- Repository: https://github.com/Sofiia7/actually
- Changelog RSS feed: https://verifymcp.io/servers/sofiia7-actually/actually-mcp-server.xml
- Changelog JSON feed: https://verifymcp.io/servers/sofiia7-actually/actually-mcp-server.json
- HTML version of this page: https://verifymcp.io/servers/sofiia7-actually/actually-mcp-server
