Dominican Congress MCP Server
@EnzoVezzaro
This MCP server provides access to information about the Dominican Congress, including legislative agendas, legislator activity, and new bills.
Overview
What is Dominican Congress MCP Server?
An MCP server that provides access to information about the Dominican Congress, including legislative agendas, legislator activity, and new bills. It integrates with the Model Context Protocol and is intended for developers and researchers needing legislative data from the Dominican Republic.
How to use Dominican Congress MCP Server?
Clone the repository, run npm install and npm run build, then configure your MCP client (e.g., Claude Desktop) to point to the built build/index.js file. Tools are automatically discovered and can be invoked with parameters such as chamber (senado or diputados) or name.
Key features of Dominican Congress MCP Server
- Fetch legislative agenda for any chamber
- Get activity details for a named legislator
- Summarize today’s legislative activity
- Fetch new bills for a selected chamber
- Parse PDF, CSV, and XLSX files from URLs
- Query the Dominican open data API (datos.gob.do)
- Daily bulletin resource template (
bulletin://{date})
Use cases of Dominican Congress MCP Server
- Monitoring daily legislative activities and new bills
- Researching a specific legislator’s voting record or appearances
- Extracting structured data from official PDF bulletins
- Querying government datasets via the datos.gob.do API
- Automating retrieval of legislative agendas for analysis
FAQ from Dominican Congress MCP Server
What runtime dependencies are required?
Node.js and npm must be installed on your system to build and run the server.