MCP.so
Sign In

Dominican Congress MCP Server

@EnzoVezzaro

About Dominican Congress MCP Server

This MCP server provides access to information about the Dominican Congress, including legislative agendas, legislator activity, and new bills.

Basic information

Category

Other

License

MIT license

Runtime

node

Transports

stdio

Publisher

EnzoVezzaro

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "dominican-congress": {
      "command": "node",
      "args": [
        "/path/to/dominicans-mcp/build/index.js"
      ],
      "env": {}
    }
  }
}

Tools

7

** Fetches the legislative agenda for a given chamber.

** Gets the activity for a given legislator.

** Summarizes today's legislative activity.

** Parses a PDF file from a given URL.

** Queries the datos.gob.do API.

** Parses a CSV file from a given URL.

** Parses an XLSX file from a given URL.

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.

How do I configure the server for Claude

Comments

More Other MCP servers