# Soracom Knowledge MCP Server (remote · knowledge-mcp.soracom.com)

Search SORACOM documentation: service guides, FAQ, API references, IoT recipes, etc.

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

## Components

- remote · `knowledge-mcp.soracom.com`: 71/100 (this document), [markdown](https://verifymcp.io/servers/com-soracom-knowledge/knowledge-mcp.md), [page](https://verifymcp.io/servers/com-soracom-knowledge/knowledge-mcp)

## Channel facts

- Endpoint: `https://knowledge-mcp.soracom.com`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.3`

## 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**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 52/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1216 tokens (~405/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - 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**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-soracom-knowledge https://knowledge-mcp.soracom.com/
```

### Codex

```toml
[mcp_servers.com-soracom-knowledge]
url = "https://knowledge-mcp.soracom.com/"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-soracom-knowledge --url https://knowledge-mcp.soracom.com/ --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-soracom-knowledge:
    url: "https://knowledge-mcp.soracom.com/"
```

### Other

```json
{
  "mcpServers": {
    "com-soracom-knowledge": {
      "type": "http",
      "url": "https://knowledge-mcp.soracom.com/"
    }
  }
}
```

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-02 (score 71, +1)

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

### 2026-08-01 (score 70, +4)

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

### 2026-07-31 (score 66, 0)

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

### 2026-07-30 (score 66, +1)

- [functional] Server version: 1.1.1 → 1.1.3

### 2026-07-29 (score 65, +5)

- [security improvement] Authorization: unverified → partial

### 2026-07-28 (score 60, +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 59, 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 59)

First indexed and scored.

## MCP tools (3)

### `get_document` (~76 tokens)

Fetch full markdown for a SORACOM documentation page. Also resolves API schema links. Exact URLs are attempted first.

Input parameters:

- `url` (string, required): A search-result URL, or the full URL of a `#/schema/<Name>` link from search_api_docs. Must start with http:// or https://; pass it exactly as returned.

### `search_api_docs` (~311 tokens)

Search SORACOM API documentation, CLI references, and SAM permissions. Use for exact API endpoints, soracom-cli commands, or SAM permission strings. Use search_soracom_docs for service guides, console how-tos, pricing, or IoT recipes. Use get_document on `#/schema/<Name>` links in results to read full API schema fields.

Input parameters:

- `language` (string): Documentation language. Omit to auto-detect; set only to pin one language.
- `max_results` (integer): Maximum results to return (1-32). Increase when exploring.
- `method` (string): Optional HTTP method to narrow results (e.g. 'GET', 'POST'). Exact, case-insensitive match.
- `path` (string): Optional API path fragment, matched as a case-insensitive substring excluding the version prefix — e.g. '/sims' or 'subscribers', not '/v1/sims'.
- `query` (string): Natural-language query or API endpoint name. Optional when tag, method, or path is supplied; omit to browse filtered operations.
- `search_mode` (string): Search strategy: 'hybrid' combines keyword and vector search; 'keyword' matches exact API paths, operationIds, and parameter names; 'semantic' uses vector similarity only.
- `tag` (string): Optional OpenAPI tag such as 'Sim', 'DataEntry', 'Stats', or 'Query'. Exact, case-insensitive; discover valid tags from result api_tag fields.

### `search_soracom_docs` (~688 tokens)

Search SORACOM service documentation, guides, and console how-to articles (user site, service overviews and pricing, IoT recipes). Covers SORACOM services, subscription plans, User Console operations, changelogs, blogs, devices, IoT Store, partners, contract terms, and use cases. Use search_api_docs for API references, CLI commands, or SAM permissions.

Input parameters:

- `document_names` (array): Optional document-name scope filter. Omit when unsure; narrowing too early can hide relevant results. Each document has a fixed language; only in-scope languages are searched. Available documents: -…
- `language` (string): Documentation language. Omit to auto-detect; set only to pin one language. This does not imply the user's market — use market for that.
- `market` (string): End-user's deployment market, not the query language. Omit if unknown.
- `max_results` (integer): Maximum results to return (1-32). Increase when exploring.
- `query` (string, required): Search query in natural language related to SORACOM services or console usage
- `search_mode` (string): Search strategy: 'hybrid' combines keyword and vector search; 'keyword' matches exact tokens; 'semantic' uses vector similarity only.

## Diagnostics

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

## Score history

- 2026-08-03: 71
- 2026-08-02: 71
- 2026-08-01: 70
- 2026-07-31: 66
- 2026-07-30: 66
- 2026-07-29: 65
- 2026-07-28: 60
- 2026-07-27: 59
- 2026-07-26: 59

## Links

- Remote endpoint: https://knowledge-mcp.soracom.com/
- Repository: https://github.com/soracom/mcp
- Website: https://developers.soracom.io/en/docs/tools/knowledge-mcp-server/
- Changelog RSS feed: https://verifymcp.io/servers/com-soracom-knowledge/knowledge-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-soracom-knowledge/knowledge-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-soracom-knowledge/knowledge-mcp
