FIWARE-MCP-Server
If you are the rightful owner of FIWARE-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is a first implementation of a FIWARE Model Context Protocol (MCP) Server that provides a bridge between the Context Broker and other services.
The FIWARE MCP Server is designed to facilitate interaction between a FIWARE Context Broker and other services by implementing basic operations. It serves as a foundational tool for developers looking to create more complex MCP implementations. The server supports basic CRUD operations, allowing users to check the version of the Context Broker, query it, and publish or update entities. It is built with Python and requires a FIWARE Context Broker instance to function. The server is intended to be a simple yet effective tool for developers to integrate with FIWARE's ecosystem, providing a starting point for more advanced MCP solutions.
Features
- Context Broker version checking
- Query capabilities for the Context Broker
- Entity publishing and updating