Official · MODEL CONTEXT PROTOCOL

dncampo FIWARE MCP Server

A First FIWARE Model Context Protocol Server

WHAT IT CONNECTS

dncampo FIWARE MCP Server 为 AI Agent 提供什么

  • Context Broker version checking
  • Query capabilities for the Context Broker
  • Entity publishing and updating
  • Python 3.7 or higher
  • pip (Python package installer)
  • Access to a FIWARE Context Broker instance
  • Clone this repository:
  • Install the required dependencies:
  • **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
  • Host address
  • Port number
  • Timeout settings
  • Network connectivity issues
  • Invalid responses from the Context Broker
  • Malformed entity data
  • Server shutdown

SECURITY

MCP 收录不等于安全审核

MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。