Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Kokkaikaigiroku

БесплатноНе проверен

A Model Context Protocol (MCP) agent for accessing the Japanese National Diet Library's Kokkai Minutes API | 国会議事録APIにアクセスするためのMCPエージェント

GitHubEmbed

Описание

A Model Context Protocol (MCP) agent for accessing the Japanese National Diet Library's Kokkai Minutes API | 国会議事録APIにアクセスするためのMCPエージェント

README

A Model Context Protocol (MCP) agent that provides a structured interface to the Japanese National Diet Library's Kokkai Minutes (parliamentary proceedings) API. This agent allows AI models to search and retrieve parliamentary proceedings through a standardized interface.

🚀 Already Deployed: The agent is live and ready to use at https://kokkaikaigiroku-mcp.egeg.workers.dev/mcp

Table of Contents

Example Questions for LLMs

Here are some example questions you can ask AI models (like Claude) that use this agent:

Policy Research

  • "Give me the list of politicians that talked about problems with 仮放免 (provisional release) in the last year"
  • "What were the main arguments made about 入管法改正 (immigration law reform) in recent Diet sessions?"
  • "Summarize discussions about 待機児童 (childcare waiting lists) from 2020 to present"

Political Analysis

  • "How has the government's stance on 原発再稼働 (nuclear power plant restart) evolved over time?"
  • "Find statements by the Prime Minister about インバウンド観光 (inbound tourism) after COVID-19"
  • "Compare different party positions on 消費税 (consumption tax) in budget committee meetings"

Historical Research

  • "Find debates about 日米安保条約 (US-Japan Security Treaty) from its original ratification period"
  • "How did the Diet discuss 少子化対策 (measures against declining birthrate) when it first became a social issue?"

API Functions

The agent provides three main functions:

  1. searchMeetingList - Search for meetings with basic information
  2. searchMeetingsWithSpeechText - Search for meetings including full speech texts
  3. searchSpeeches - Search for specific speeches

Each function supports various parameters including:

  • Date range (from, until)
  • House selection (nameOfHouse)
  • Speaker information (speaker, speakerPosition, speakerGroup)
  • Content search (any)
  • Session numbers (sessionFrom, sessionTo)
  • And more

For detailed parameter information, please refer to the source code documentation.

Environment

  • Node.js
  • TypeScript
  • Cloudflare Workers
  • Model Context Protocol SDK

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Connect Claude Desktop to your MCP server

You can connect to the MCP server from local MCP clients using the mcp-remote proxy.

To connect from Claude Desktop, follow Anthropic's Quickstart and within Claude Desktop go to Settings > Developer > Edit Config.

Update with this configuration:

{
  "mcpServers": {
    "kokkaikaigiroku": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://kokkaikaigiroku-mcp.egeg.workers.dev/mcp"  // Use this for the deployed version
        // or "http://localhost:8787/mcp" for local development
      ]
    }
  }
}

Restart Claude and you should see the Kokkai Minutes search tools become available.

from github.com/egegungordu/kokkaikaigiroku-mcp

Установка Kokkaikaigiroku

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/egegungordu/kokkaikaigiroku-mcp

FAQ

Kokkaikaigiroku MCP бесплатный?

Да, Kokkaikaigiroku MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Kokkaikaigiroku?

Нет, Kokkaikaigiroku работает без API-ключей и переменных окружения.

Kokkaikaigiroku — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Kokkaikaigiroku в Claude Desktop, Claude Code или Cursor?

Открой Kokkaikaigiroku на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Fetch

Web content fetching and conversion for efficient LLM usage.

автор: Community

Roblox Studio

Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce

paralovавтор: paralov

AWS KB Retrieval

Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.

modelcontextprotocolавтор: modelcontextprotocol

Spring AI MCP Server

Provides auto-configuration for setting up an MCP server in Spring Boot applications.

автор: Community

llm-analysis-assistant

A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also

xuzexin-hzавтор: xuzexin-hz

MCP-Agent

A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)

lastmile-aiавтор: lastmile-ai

Spring AI MCP Client

Provides auto-configuration for MCP client functionality in Spring Boot applications.

автор: Community

mcp.natoma.ai

A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)

автор: Community

MCPHub

Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.

автор: Community

MCP Servers Rating and User Reviews

Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)

автор: Community

Compare Kokkaikaigiroku with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai