Integrates with SUPOS platform, enabling applications to leverage SUPOS services and capabilities within MCP-based workflows.
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.
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.
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
.
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
.
Get your SUPOS_PG_URL
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!