← soracom.io
INDIVIDUAL MCP TOOL
search_api_docs
Search SORACOM API documentation, CLI references, and SAM permissions.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.
Related tools
get_document— Fetch full markdown for a SORACOM documentation page.search_soracom_docs— Search SORACOM service documentation, guides, and console how-to articles (user site, service overviews and pricing, IoT recipes).