Research MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NOTION_TOKENYesYour Notion API token obtained from Notion Integrations
NOTION_ROOT_DATABASE_IDYesThe ID of your Notion database (the last part of the database page URL)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription
survey

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_survey_summaries

Get survey summaries

get_survey_summary

Get survey summary

get_property_definition

Get property definition for survey summary

update_survey_summary_property
Update survey summary property To know definition of properties, use `get_property_definition` tool in advance.
update_survey_summary_block-
create_new_survey_summary-