SORACOM MCP Server
@kenichiro-kimura
SORACOM MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"soracom-mcp-server": {
"command": "docker",
"args": [
"build",
"-t",
"soracom-mcp-server:latest",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「その他」の他のコンテンツ
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Awesome Mlops
visengerA curated list of references for MLOps
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
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
Nginx UI
0xJackyYet another WebUI for Nginx
コメント