MCP.so
登录

SORACOM MCP Server

@kenichiro-kimura

关于 SORACOM MCP Server

暂无概览

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

kenichiro-kimura

配置

使用下面的配置,将此服务器添加到你的 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.

评论

其他 分类下的更多 MCP 服务器