What it does
Notion's official hosted MCP server lets an LLM search the workspace, fetch page content, and create or update pages, databases, and comments via natural language. Tool execution is deterministic (real Notion API calls); the LLM decides which tools to call and how to format content.
Example prompts
- Find my "Roadmap" page and add a new section for Q4.
- Search Notion for meeting notes from last week and summarize them.
Tools provided
- search — Search the workspace.
- fetch — Fetch a page or database by id.
- create-pages — Create one or more pages.
- update-page — Update a page.
- create-comment — Add a comment.
- get-users — List workspace users.
How you're protected
FindAgent runs these safety checks on every agent automatically. They're always on and can't be turned off.
- Prompt-injection scanning
Every request is checked for known prompt-injection and jailbreak attempts before the agent runs. This is always on.
- Secret-leak scanning
Every response is scanned for leaked API keys, tokens, and other secrets before it reaches you. This is always on.
