En

1nce

Natural Language Management for the 1NCE IoT Connectivity Platform

开发流程 管理物联网设备开发物联网应用 claude通用 ★ 20 Updated 2026-08-02

Install & Use

Copy this prompt and send it to your AI assistant (Claude / Cursor / TRAE / Codex / WorkBuddy etc.) to auto-install:

Help me install this AI Skill: 1nce.
It is used for: Natural Language Management for the 1NCE IoT Connectivity Platform
Full Skill content: https://321skill.com/skills/1nce/raw/index.md
Read that page and install it.

The prompt includes a link to the full Skill content. You can also view the full content.

This Skill addresses the pain point of frequently needing to call REST APIs during IoT device management. In practical development, developers often need to query SIM card status, data quotas, order information, or update SIM configurations, requiring manual construction of HTTP requests each time, which is inefficient and error-prone. Through natural language interaction, the AI assistant can directly perform these operations without needing to memorize complex API endpoints.

Usage is simple: you only need to set your 1NCE API credentials (ONCE_CLIENT_ID and ONCE_CLIENT_SECRET), then install and start the MCP server. After that, you can manage products, orders, and SIM cards using natural language commands, such as "Query the status of SIM card 8988303000123456789" or "List all orders." It supports advanced parameters like pagination, sorting, and filtering, with the AI intelligently parsing your intent.

It is well-suited for teams or individuals who frequently manage IoT devices, particularly those already using the 1NCE platform as their IoT connectivity solution and wishing to integrate device management into their AI assistant workflow. Agent developers can quickly build an AI assistant capable of automatically monitoring SIM data usage, sending top-up reminders, and managing orders.

It is recommended to use this MCP server uniformly within a team, in conjunction with Claude Desktop or other MCP-compatible clients. Note that it is primarily designed for the 1NCE platform and does not support other IoT providers. Before first use, ensure you have obtained valid API credentials and securely store the client_secret.

Key Features

Unlike generic IoT API gateway MCP tools, the 1NCE MCP server directly encapsulates all core APIs of the 1NCE platform (Products, Orders, SIM Management), providing an out-of-the-box natural language interface without requiring any manual HTTP request coding.

Limitations

Requires Python 3.8+ and FastMCP v2. It only supports the 1NCE platform, relies on OAuth 2.0 credentials, and is not compatible with other IoT platforms.

FAQ

How do I obtain 1NCE API credentials?

Log in to the 1NCE platform, create an application in the Developer Center to obtain your client_id and client_secret, then set them as the environment variables `ONCE_CLIENT_ID` and `ONCE_CLIENT_SECRET`.

Which MCP clients are supported?

It supports all clients that adhere to the MCP protocol, including Claude Desktop, Cursor, etc. Claude Desktop is recommended; after installation, you can invoke it directly via natural language.

Installation guide for AI assistants

If your AI coding assistant (Claude Code, Cursor, TRAE etc.) can see this page, send it this message to auto-install:

Visit https://321skill.com/skills/1nce/raw/index.md to read the original Skill definition (Markdown format) for 1nce, and install it according to the instructions.