Developer Tools
soracom.io
Provides search and retrieval of SORACOM documentation, API references, and guides.
ENDPOINT 1
https://knowledge-mcp.soracom.com
MCP server metadata
- Name
- soracom-knowledge
- Version
- 1.1.1
Tools for searching SORACOM documentation. - search_soracom_docs: service guides, console how-tos, service overviews/pricing, IoT recipes. - search_api_docs: API references, CLI commands, SAM permissions. - get_document: fetch the full page for a `url` from either search tool (also expands `#/schema/<Name>` links). Search broadly first: omit document_names unless confident, raise max_results when exploring, reword narrow queries, then fetch the right URL with get_document. For exact tokens such as error codes, API paths, operationIds, or parameter names, retry with search_mode='keyword' if hybrid misses the expected page.
Known tools 3
search_api_docsSearch SORACOM API documentation, CLI references, and SAM permissions.
Inferred read-onlysearch_soracom_docsSearch SORACOM service documentation, guides, and console how-to articles (user site, service overviews and pricing, IoT recipes).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.soracom-knowledge]
url = "https://knowledge-mcp.soracom.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"soracom-knowledge": {
"type": "http",
"url": "https://knowledge-mcp.soracom.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: soracom-knowledge
Remote MCP URL: https://knowledge-mcp.soracom.com
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"soracom-knowledge": {
"url": "https://knowledge-mcp.soracom.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"soracom-knowledge": {
"type": "http",
"url": "https://knowledge-mcp.soracom.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "soracom-knowledge",
"transport": "streamable-http",
"url": "https://knowledge-mcp.soracom.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.