# spendtron (remote · spendtron.com)

Finds the GitHub Actions workflow eating your CI bill and suggests fix diffs, verified against runs.

- Trust score: 66/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-26

## Components

- remote · `spendtron.com`: 66/100 (this document), [markdown](https://verifymcp.io/servers/swantron-spendtron/spendtron.md), [page](https://verifymcp.io/servers/swantron-spendtron/spendtron)

## Channel facts

- Endpoint: `https://spendtron.com/mcp`
- Transports: `streamable-http`
- Auth: `required`
- Version: `1.1.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-09-26.

- **Endpoint Security**: 60/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 1 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 is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 43 tokens (~43/item across 1 items; 1 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 13/100
  - Stability observed for 4 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).
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 1 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 1 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.

## Install

### How do I install the spendtron MCP server?

spendtron is a hosted endpoint at https://spendtron.com/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 swantron-spendtron 'https://spendtron.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "swantron-spendtron": {
      "url": "https://spendtron.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "swantron-spendtron": {
      "type": "http",
      "url": "https://spendtron.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.swantron-spendtron]
url = "https://spendtron.com/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add swantron-spendtron --url 'https://spendtron.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  swantron-spendtron:
    url: "https://spendtron.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "swantron-spendtron": {
      "Transport": "http",
      "Url": "https://spendtron.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add swantron-spendtron -t streamable-http -u 'https://spendtron.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "swantron-spendtron": {
      "type": "http",
      "url": "https://spendtron.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-09-25 (score 66, +1)

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

### 2026-09-23 (score 65, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-22 (score 64)

First indexed and scored.

## MCP tools (1)

### `check_actions_cost` (~43 tokens)

Audit GitHub Actions cost

Ranks your GitHub org's Actions workflows and repos by real compute cost, using your account's spendtron connection (no arguments needed — identified by your API key).

## Diagnostics

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

## Score history

- 2026-09-26: 66
- 2026-09-25: 66
- 2026-09-24: 65
- 2026-09-23: 65
- 2026-09-22: 64

## Common questions

### What is the spendtron MCP server?

spendtron is an MCP server listed in the public MCP registry as io.github.swantron/spendtron. Finds the GitHub Actions workflow eating your CI bill and suggests fix diffs, verified against runs. This page covers its hosted endpoint (https://spendtron.com/mcp).

### Is the spendtron MCP server safe to use?

spendtron scores 66 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 spendtron MCP server expose?

spendtron exposes 1 tool: check_actions_cost. Their descriptions and schemas cost roughly 43 tokens of context every time the server is loaded.

### Does the spendtron MCP server require authentication?

No. We connected to spendtron without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the spendtron MCP server still maintained?

spendtron is still listed as active in the MCP registry. We last reached this channel on 26 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://spendtron.com/mcp
- Authorisation metadata: https://spendtron.com/.well-known/oauth-protected-resource/mcp
- Repository: https://github.com/swantron/spendtron
- Website: https://spendtron.com/
- Changelog RSS feed: https://verifymcp.io/servers/swantron-spendtron/spendtron.xml
- Changelog JSON feed: https://verifymcp.io/servers/swantron-spendtron/spendtron.json
- HTML version of this page: https://verifymcp.io/servers/swantron-spendtron/spendtron
