# io.github.eltociear/tokenguard-mcp (remote · eltociear-tokenguard.hf.space)

Real-world data for agents: air quality, geocoding, quakes, holidays, web search

- Trust score: 64/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- remote · `eltociear-tokenguard.hf.space`: 64/100 (this document), [markdown](https://verifymcp.io/servers/eltociear-tokenguard-mcp/eltociear-tokenguard.md), [page](https://verifymcp.io/servers/eltociear-tokenguard-mcp/eltociear-tokenguard)

## Channel facts

- Endpoint: `https://eltociear-tokenguard.hf.space/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.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-04.

- **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 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 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**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 574 tokens (~71/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 20/100
  - Stability observed for 6 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**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http eltociear-tokenguard-mcp https://eltociear-tokenguard.hf.space/mcp
```

### Codex

```toml
[mcp_servers.eltociear-tokenguard-mcp]
url = "https://eltociear-tokenguard.hf.space/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "eltociear-tokenguard-mcp": {
      "type": "remote",
      "url": "https://eltociear-tokenguard.hf.space/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add eltociear-tokenguard-mcp --url https://eltociear-tokenguard.hf.space/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  eltociear-tokenguard-mcp:
    url: "https://eltociear-tokenguard.hf.space/mcp"
```

### Other

```json
{
  "mcpServers": {
    "eltociear-tokenguard-mcp": {
      "type": "http",
      "url": "https://eltociear-tokenguard.hf.space/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 64, +1)

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

### 2026-08-01 (score 63, 0)

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

### 2026-07-31 (score 63, −1)

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

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

- [functional improvement] Stability: unverified → 0.03

### 2026-07-29 (score 64)

First indexed and scored.

## MCP tools (8)

### `air_quality` (~79 tokens)

Current air quality for a place: PM2.5, PM10, ozone, NO2, SO2, CO and dust, plus the US and European AQI and the US AQI band ('Good', 'Unhealthy'). Takes a place name — no coordinates needed.

Input parameters:

- `location` (string, required): Place name, e.g. 'Tokyo'

### `geocode` (~53 tokens)

Resolve a place name to coordinates, country, admin region, timezone, elevation and population.

Input parameters:

- `count` (integer): 1-20 candidates (default 5)
- `name` (string, required): Place name to resolve

### `earthquakes` (~115 tokens)

Recent earthquakes from the USGS feed — worldwide, or within a radius of a named place. Returns magnitude, depth, tsunami flag and felt reports.

Input parameters:

- `days` (integer): 1-30 days back (default 1)
- `limit` (integer): 1-100 events (default 20)
- `location` (string): Centre on a place name
- `min_magnitude` (number): Lower bound (default 4.5)
- `radius_km` (number): Radius around location (default 500)

### `public_holidays` (~58 tokens)

Public holidays for a country and year, with local names and a past/upcoming flag.

Input parameters:

- `country` (string, required): ISO 2-letter country code, e.g. JP
- `year` (integer): Calendar year (defaults to current)

### `country_indicator` (~94 tokens)

World Bank time series for a country: gdp, gdp_per_capita, population, inflation, unemployment, life_expectancy, co2_per_capita or internet_users.

Input parameters:

- `country` (string, required): ISO 2- or 3-letter country code
- `indicator` (string): Alias above, or a World Bank code
- `years` (integer): 1-60 most recent years (default 5)

### `elevation` (~25 tokens)

Ground elevation in metres for a place name.

Input parameters:

- `location` (string, required): Place name

### `web_search` (~55 tokens)

Search the live web and return ranked title/url/snippet results, through an automatic multi-engine failover chain.

Input parameters:

- `max_results` (integer): 1-25 (default 10)
- `query` (string, required): Search query

### `read_url` (~34 tokens)

Fetch a URL and return its main content as clean Markdown, boilerplate stripped.

Input parameters:

- `url` (string, required): Page to fetch

## Diagnostics

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

## Score history

- 2026-08-04: 64
- 2026-08-03: 64
- 2026-08-02: 63
- 2026-08-01: 63
- 2026-07-31: 63
- 2026-07-30: 64
- 2026-07-29: 64

## Links

- Remote endpoint: https://eltociear-tokenguard.hf.space/mcp
- Repository: https://github.com/eltociear/tokenguard-mcp
- Changelog RSS feed: https://verifymcp.io/servers/eltociear-tokenguard-mcp/eltociear-tokenguard/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/eltociear-tokenguard-mcp/eltociear-tokenguard/changelog.json
- HTML version of this page: https://verifymcp.io/servers/eltociear-tokenguard-mcp/eltociear-tokenguard
