1nce-mcp-server

1nce-mcp-server

3.2

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

  1. get_all_products

    Retrieve all available 1NCE products

  2. get_all_orders

    Get list of orders with pagination

  3. get_order_by_number

    Get details of a specific order

  4. create_order

    Create a new order

  5. get_all_sims

    List SIM cards with filtering options

  6. get_sim_details

    Get detailed information about a specific SIM

  7. get_sim_status

    Check the connectivity status of a SIM

  8. get_sim_data_quota

    Check remaining data quota for a SIM

  9. get_sim_sms_quota

    Check remaining SMS quota for a SIM

  10. update_sim_status

    Update SIM configuration

  11. get_sim_usage

    Get usage statistics for a time period

  12. get_sim_events

    Get event history for a SIM

  13. reset_sim_connectivity

    Trigger a connectivity reset for a SIM