opendata-mcp-lab

chrisbrooksbank-parliament/opendata-mcp-lab

3.3

If you are the rightful owner of opendata-mcp-lab 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 project provides access to UK Parliamentary data for AI tools using the Model Context Protocol (MCP).

The UK Parliament Open Data - Model Context Protocol Server is designed to make UK Parliamentary data accessible to large language models (LLMs) and AI tools that support the Model Context Protocol (MCP). This project aims to facilitate AI-driven interactions with public parliamentary data, enabling users to query and retrieve information about UK Parliament activities, members, and legislative processes. While the project currently does not cover all possible public parliamentary data, it is structured to allow for easy expansion and integration of additional data sources. The server is particularly useful for AI tools like Microsoft Copilot, which can leverage the MCP protocol to provide accurate and contextually relevant responses to user queries. The project is actively developed, with ongoing efforts to enhance data coverage and interaction quality.

Features

  • Facilitates AI access to UK Parliamentary data via MCP.
  • Supports integration with Microsoft Copilot in Visual Studio Code.
  • Allows querying of parliamentary activities, members, and legislative processes.
  • Structured for easy expansion to include more data sources.
  • Actively developed to improve data coverage and interaction quality.

Usages

usage with VS Code

{
  "mcp": {
    "servers": {
      "uk-parliament": {
        "command": "dotnet",
        "args": [
          "run",
          "--project",
          "C:\code\opendata-mcp-lab\OpenData.Mcp.Server\OpenData.Mcp.Server.csproj"
        ]
      }
    }
  }
}