Notion
Pages, databases and comments for agentic knowledge work.
Overview
Read and write Notion pages, query databases, create entries, add comments. The Notion MCP is great for building research agents that maintain a living knowledge base, or triage agents that file structured tickets into a database.
Why this matters
- Block-level writes — the agent can append to a page without replacing it.
- OAuth scopes are preview-then-approve, so owners see exactly what access is granted.
- Automatic rate-limit backoff.
Tools exposed
5 toolscreate_pageCreate a page under a parent page or database.
update_pagePatch page properties and content blocks.
query_databaseFilter, sort and paginate a database.
create_database_entryInsert a row into a database.
searchFull-text search across the workspace.
Read-only and list_* calls are free in all plans. Standard calls consume 1 credit. Heavy operations (bulk writes, cross-resource) may consume more — see docs.
Quickstart
- 1
Install from your workspace
Click Install on this page. You'll land in Aladia signed in and the connector will be added to your team.
- 2
Team owner connects the service
Paste credentials or OAuth once as the team owner. Your Notion keys never leave Aladia's encrypted store.
- 3
Members link their identity
Each team member authorises their own Notion user so calls are attributed per-human.
- 4
Call from any agent
Tools appear immediately in the agent picker. Drafts go to the source system for human approval before any side-effect.
Frequently asked questions
How much does the Notion connector cost?
The Notion MCP connector is billed at €1.20 per 1,000 tool calls on the Aladia Team plan. Read-only list endpoints such as query_database are counted but included in your team's shared credit pool.
Does the Notion connector support OAuth?
Yes. Each team member authenticates with their own Notion account, so every call carries the real human actor in the audit trail — no shared service account.
How many tools does the Notion connector expose?
5 tools covering create_page, update_page, query_database and 2 more. Each tool is versioned and invocations are attributed to the calling team member.
Can I try the Notion connector before subscribing?
Yes — new workspaces get 1,000 credits free, enough to explore Notion and a few other connectors before you upgrade. Install takes one click from your dashboard once you have an Aladia account.
Changelog
- v0.9.0
Block-level patch + subpage creation.
2026-03-22
- v0.8.0
Initial public release.
2026-01-11