MCP.so
登录

Dominican Congress MCP Server

@EnzoVezzaro

关于 Dominican Congress MCP Server

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

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

EnzoVezzaro

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

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.

概览

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

评论

其他 分类下的更多 MCP 服务器