FIWARE MCP ServerServer

dncampo
GitHub
FIWAREMCPContext Broker

Loading subscription status...

💡 Description

The FIWARE Model Context Protocol (MCP) Server offers a bridge between the Context Broker and other services. It implements basic operations to interact with the FIWARE Context Broker.

📝 JSON Entries

{
  "mcpServers": [
    {
      "FIWARE MCP Server": {
        "env": {
          "DB_URL": "postgres://...",
          "API_KEY": "abc123"
        },
        "args": [],
        "command": "python server.py"
      }
    }
  ]
}

🛠️ Tools

mcppython

Features

  • Version check of the Context Broker
  • Querying capabilities to the Context Broker
  • Publishing and updating entities

💬 Example Queries

  • Check the version of the Context Broker
  • Query the Context Broker for specific entity data
  • Publish or update an entity in the Context Broker