MCP.so
Sign In
Servers

SORACOM MCP Server

@kenichiro-kimura

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 from Other