1nce-mcp-server
If you are the rightful owner of 1nce-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that enables AI agents to interact with the 1NCE IoT connectivity management platform through natural language.
The 1NCE IoT Platform MCP Server acts as a middleware layer that connects Large Language Models (LLMs) to the 1NCE API, facilitating the management of IoT connectivity. This server allows AI assistants to perform various tasks such as retrieving product information, managing orders, monitoring SIM card status, checking data and SMS quotas, updating SIM configurations, and viewing connectivity information. By leveraging the Model Context Protocol, the server enables AI agents to interact with IoT infrastructure using natural language, thereby simplifying the management of connected devices. This integration enhances the efficiency and accessibility of IoT management by providing a natural language interface to complex backend operations.
Features
- Authentication: Secure OAuth 2.0 token-based authentication with 1NCE API
- Product Management: Query available IoT connectivity products
- Order Management: Create and track orders
- SIM Management: Monitor and configure SIM cards
- Resources: Direct access to SIM status and product data
Tools
get_all_products
Retrieve all available 1NCE products
get_all_orders
Get list of orders with pagination
get_order_by_number
Get details of a specific order
create_order
Create a new order
get_all_sims
List SIM cards with filtering options
get_sim_details
Get detailed information about a specific SIM
get_sim_status
Check the connectivity status of a SIM
get_sim_data_quota
Check remaining data quota for a SIM
get_sim_sms_quota
Check remaining SMS quota for a SIM
update_sim_status
Update SIM configuration
get_sim_usage
Get usage statistics for a time period
get_sim_events
Get event history for a SIM
reset_sim_connectivity
Trigger a connectivity reset for a SIM