# io.github.fiberfinder/telecom-truth (remote · mcp.fiberfinder.ai)

US telecom availability and intelligence by address, with FCC provenance. Fiber-first.

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

## Components

- remote · `mcp.fiberfinder.ai`: 61/100 (this document), [markdown](https://verifymcp.io/servers/fiberfinder-telecom-truth/mcp.md), [page](https://verifymcp.io/servers/fiberfinder-telecom-truth/mcp)

## Channel facts

- Endpoint: `https://mcp.fiberfinder.ai/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-03.

- **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 5 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**: 74/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 676 tokens (~135/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 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 fiberfinder-telecom-truth https://mcp.fiberfinder.ai/mcp
```

### Codex

```toml
[mcp_servers.fiberfinder-telecom-truth]
url = "https://mcp.fiberfinder.ai/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "fiberfinder-telecom-truth": {
      "type": "remote",
      "url": "https://mcp.fiberfinder.ai/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add fiberfinder-telecom-truth --url https://mcp.fiberfinder.ai/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  fiberfinder-telecom-truth:
    url: "https://mcp.fiberfinder.ai/mcp"
```

### Other

```json
{
  "mcpServers": {
    "fiberfinder-telecom-truth": {
      "type": "http",
      "url": "https://mcp.fiberfinder.ai/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, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-02 (score 61)

First indexed and scored.

## MCP tools (5)

### `check_availability` (~164 tokens)

Authoritative internet availability for one US location. Give a street address (or lat/lng, or an FCC location_id from a previous call) and get every provider that files service there — technology, download/upload speeds — fiber options first, with the FCC filing vintage the answer derives from and a link to the live page. Data: FCC Broadband Data Collection filings cross-verified against a 200M-address evidence ledger.

Input parameters:

- `address` (string): US street address, e.g. '520 South 5th Street, Goshen, Indiana'
- `lat` (number): Latitude (use with lng as an alternative to address)
- `lng` (number): Longitude
- `location_id` (string): FCC location id from a previous check (skips address resolution)

### `provider_profile` (~80 tokens)

Canonical profile of a US internet provider by name (handles brand variants, e.g. 'ATT', 'Google Fiber'). Returns the canonical identity, FCC registration numbers, technologies filed, and the live profile URL. Use it to disambiguate providers before making claims about them.

Input parameters:

- `name` (string, required): Provider name or brand as a user said it

### `area_intelligence` (~80 tokens)

Coverage intelligence for a US city: how many providers file service, fiber availability share, and the dominant technologies — honest numbers with their grain and vintage stated. Give city and two-letter state.

Input parameters:

- `city` (string, required): City name, e.g. 'Goshen'
- `state` (string, required): Two-letter state, e.g. 'IN'

### `location_intelligence` (~131 tokens)

Res-8 hex intelligence (~0.46 km cells) for any US coordinate: how many FCC locations, providers by technology, fiber density, competition and underserved status, and best available speeds in that immediate neighborhood. This is the herd-mentality context (how much of the block already has fiber) and the build-predictability grain. Give lat+lng, or an H3 res-8 hex_id directly.

Input parameters:

- `hex_id` (string): H3 res-8 cell id (alternative to lat/lng)
- `lat` (number): Latitude
- `lng` (number): Longitude

### `industry_overview` (~69 tokens)

US telecom market at national scale: total providers, total FCC-registered locations, technology mix (how many locations have fiber vs cable vs other filed), and the filing vintages held. The market-context tool for questions about the US broadband industry, the fiber transition, or how big the space is.

## Diagnostics

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

## Score history

- 2026-08-03: 61
- 2026-08-02: 61

## Links

- Remote endpoint: https://mcp.fiberfinder.ai/mcp
- Repository: https://github.com/fiberfinder/ff-app
- Changelog RSS feed: https://verifymcp.io/servers/fiberfinder-telecom-truth/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/fiberfinder-telecom-truth/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/fiberfinder-telecom-truth/mcp
