S

SUPOS

Integrates with SUPOS platform, enabling applications to leverage SUPOS services and capabilities wi...

100 views
0 installs
Updated Sep 9, 2025
Not audited
Integrates with SUPOS platform, enabling applications to leverage SUPOS services and capabilities within MCP-based workflows.
  1. Obtain your supOS Community Edition Instance

    • Visit supos.ai/trial and follow the instructions to sign up or log in. This will give you access to a supOS Community Edition instance.
  2. Get your SUPOS_API_KEY

    • Log in to your supOS instance.
    • Locate the section for open-api or API management (this is typically found in developer settings or integrations).
    • Create a new API Key if needed. Copy the generated API key; you’ll need this for configuration.
  3. Get your SUPOS_API_URL

    • This is the base URL of your supOS instance (e.g., https://<your-instance>.supos.ai).
    • If you’re using the trial or a specific deployment, use its unique address as the SUPOS_API_URL.
  4. Get your SUPOS_MQTT_URL

    • In your supOS admin interface, navigate to UNS -> MqttBroker -> Listeners.
    • Copy the MQTT broker’s subscribable address. This will be your SUPOS_MQTT_URL.
  5. Get your SUPOS_PG_URL

    • Obtain database access details from your supOS configuration or administrator.
    • Construct the URL in the following format:
      postgresql://<user>:<password>@<host>:<port>/<db-name>
      
    • Make sure you have the required username, password, host, port, and database name.
  6. Fill in the FastMCP Connection Interface

    • In the FastMCP interface, click the “Install Now” button for supOS MCP.
    • Enter the four values you collected in the corresponding fields:
      • SUPOS_API_KEY
      • SUPOS_API_URL
      • SUPOS_MQTT_URL
      • SUPOS_PG_URL
    • Save or confirm the configuration as directed by the interface.

You’re ready to use the supOS MCP integration!

Quick Start

View on GitHub

More for Database

View All →

More for Analytics and Data

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.