Notion for your agents.
Connect Notion once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 14 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Notion.
What agents can do with Notion
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
notion_meCheck the token: returns the integration's bot user.
notion_searchSearch pages and databases the integration can access.
notion_get_pageFetch a page's properties by id.
notion_query_databaseQuery a database's rows. `filter` and `sorts` follow the Notion API shapes.
notion_create_pageCreate a page in a database. `properties` follows the Notion properties shape for that database.
notion_get_databaseFetch a database's metadata and property schema by id.
notion_update_pageUpdate a page's properties by id.
notion_get_blockRetrieve a block by id.
notion_get_block_childrenRetrieve the list of child blocks from a parent block.
notion_append_block_childrenAppend new child blocks to a given parent block.
notion_update_blockUpdate a block by id (e.g. change text content).
notion_delete_blockDelete a block (also works for pages, sets block to archived).
notion_list_usersList all users in the workspace.
notion_get_userRetrieve a user by id.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Create a new internal integration (or open your existing one).
- Copy the Internal Integration Secret.
- In Notion, open the pages or databases agents should reach: ... menu, Connections, add your integration.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Notion to Even: call connect_begin("notion") on the even-connect MCP and walk me through it.
Search pages and databases in Notion and query rows from a specific database.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.