# Soracom Knowledge MCP Server

**Category:** 🏠 Home Automation  
**Repository:** https://github.com/soracom/mcp  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/soracom-knowledge-mcp-server

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

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

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

## Documentation & README

# SORACOM MCP Catalog

Official catalog of remote [Model Context Protocol (MCP)](https://modelcontextprotocol.io) servers provided by [SORACOM](https://soracom.io).

> [!NOTE]
> This repository contains documentation and MCP registry manifests (`server.json`) only.
> The server implementations are hosted by SORACOM and are not open source.

## Servers

| Server | Registry name | Endpoint | Auth | Docs |
|---|---|---|---|---|
| Soracom Knowledge MCP Server | `com.soracom/knowledge` | `https://knowledge-mcp.soracom.com` | None | [servers/knowledge](servers/knowledge/) · [EN](https://developers.soracom.io/en/docs/tools/knowledge-mcp-server/) · [JA](https://users.soracom.io/ja-jp/tools/soracom-knowledge-mcp-server/) |

All servers are published to the [Official MCP Registry](https://registry.modelcontextprotocol.io) under the `com.soracom` namespace. To verify:

```bash
curl -sS "https://registry.modelcontextprotocol.io/v0/servers?search=soracom"
```

## Repository layout

- `servers/<name>/README.md` — what the server does, its tools, and client setup
- `servers/<name>/server.json` — the canonical manifest for publication to the Official MCP Registry

## Feedback

For questions and feedback about the servers listed here, contact [SORACOM Support](https://support.soracom.io/hc/).

## License

[MIT](LICENSE)

