SORACOM MCP Server
@kenichiro-kimura
About SORACOM MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"soracom-mcp-server": {
"command": "docker",
"args": [
"build",
"-t",
"soracom-mcp-server:latest",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is SORACOM MCP Server?
It is a Model Context Protocol (MCP) server that provides integration with SORACOM APIs (partially). It enables AI assistants to interact with SORACOM services for retrieving information and managing IoT resources.
How to use SORACOM MCP Server?
Build the Docker image from the repository, then configure in VS Code using the provided MCP settings with the SORACOM_AUTH_KEY and SORACOM_AUTH_KEY_ID environment variables as shown.
Key features of SORACOM MCP Server
- Retrieve past billing history and current billing details.
- Export billing details CSV to storage.
- List and get details of SIMs and subscribers.
- Manage and monitor SoraCam devices.
- List orders, products, and long-term discounts.
Use cases of SORACOM MCP Server
- Retrieve and analyze billing information for a Soracom account.
- Monitor SIM status and subscriber details.
- Manage SoraCam device settings and events.
- Automate order tracking and product lookups.
- Access Soralet logs and test Soralet executions.
FAQ from SORACOM MCP Server
What data does SORACOM MCP Server access?
It accesses SORACOM APIs (partially) through the provided tools, mainly for retrieving information. It requires SORACOM authentication credentials (Auth Key and Auth Key ID).
How do I install SORACOM MCP Server?
Build the Docker image using the Dockerfile from the repository, then configure in VS Code MCP settings with the SORACOM_AUTH_KEY and SORACOM_AUTH_KEY_ID environment variables as shown in the setup instructions.
What are the dependencies?
Docker is required to run the server. The tools support a subset of SORACOM APIs, and the service classes for all APIs (as of April 15, 2025) are located in src/generated for extension.
Can I add more API tools?
Yes, you can refer to the file src/handlers/toolsMap to add more tools from the generated service classes.
Does SORACOM MCP Server support write operations?
The provided tools mainly support retrieving information; write operations are not explicitly listed beyond export functions.
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Awesome Mlops
visengerA curated list of references for MLOps
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments