# Research Mcp Server

> MCP server from h-yanagawa/research-mcp-server.

- **Type:** MCP server
- **Install:** `agentstack add mcp-h-yanagawa-research-mcp-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [h-yanagawa](https://agentstack.voostack.com/s/h-yanagawa)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [h-yanagawa](https://github.com/h-yanagawa)
- **Source:** https://github.com/h-yanagawa/research-mcp-server

## Install

```sh
agentstack add mcp-h-yanagawa-research-mcp-server
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Research MCP Server

This is a repository for the research project on the MCP server.

## Features
* Work as an MCP server.
* Retrieve survey data from Notion.
* Create survey pages in Notion.

## Prerequisites

* Python 3.12.1 or later
* uv 0.5.25 or later
* Claude Desktop Client

## How to Use

1. Clone the repository.
2. Obtain a Notion token from [Notion Integrations](https://www.notion.so/my-integrations).
3. Create a database page in Notion and retrieve the database ID. The database ID is the last part of the page URL.
4. Create a `.env` file as shown below:
    ```shell
    NOTION_TOKEN=[YOUR_NOTION_TOKEN]
    NOTION_ROOT_DATABASE_ID=[YOUR_NOTION_DATABASE_ID]
    ```
5. Add an MCP server definition to `claude_desktop.json`:
    ```json
    {
      ...
      "mcpServers": {
        "Research MCP Server": {
          "command": "uv",
          "args": [
            "run",
            "--with", "mcp[cli]",
            "--with", "notion-client",
            "--with", "pydantic",
            "mcp",
            "run",
            "/path/to/research-mcp-server/server.py"
          ]
        }
      }
    }
    ```
6. Restart the Claude Desktop Client to launch the Research MCP Server.
7. Ask Claude to perform a survey and review the results.

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [h-yanagawa](https://github.com/h-yanagawa)
- **Source:** [h-yanagawa/research-mcp-server](https://github.com/h-yanagawa/research-mcp-server)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** yes
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-h-yanagawa-research-mcp-server
- Seller: https://agentstack.voostack.com/s/h-yanagawa
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
