Coming soon
Notion MCP server with OAuth
Search a Notion workspace, read a page and append a block from any agent, with the workspace consent held once in the vault.
This upstream is in the catalog and is not connectable yet. The snippet below is the shape it will have. GitHub is connectable today, and the credential you mint now is the same one this upstream will answer to.
What agents do with it
- Ground an answer in the team wiki instead of model memory
- File a meeting summary into the right database with the right properties
- Keep a running changelog page updated by the agent that ships the change
The call it will answer
curl -s -X POST https://api.selat.weekndlabs.com/v1/tools/notion__search/call \
-H "Authorization: Bearer slt_live_..." \
-H 'content-type: application/json' \
-d '{"query":"onboarding checklist","limit":10}'The same tool is on POST /mcp under the name notion__search. One credential serves both surfaces.