FIWARE Context Broker
Summary
FIWARE MCP Server provides a bridge between AI assistants and FIWARE Context Brokers, enabling interaction with IoT data through natural language. This implementation offers tools for checking broker versions, querying entities, and publishing or updating data in the Context Broker using NGSI-LD format. Built with FastMCP, the server includes robust error handling and timeout management, making it valuable for users who need to monitor and control IoT devices or access contextual data without leaving their AI assistant interface.
Available Actions(3)
CB_version
Checks the version of the Context Broker. Default parameters: address='localhost', port=1026. Returns: JSON string with version information.
query_CB
Queries the Context Broker. Parameters: address (default: 'localhost'), port (default: 1026), query (default: ''). Returns: JSON string with query results.
publish_to_CB
Publishes or updates entities in the Context Broker. Parameters: address (default: 'localhost'), port (default: 1026), entity_data (required: dictionary with entity information). Returns: JSON string with operation status.
Avis de la Communauté
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation