Notion (after install)
Create a Notion Connect client so an installed catalog agent’s MCP connection can reach your workspace.
Listings with the Notion chip usually ship an MCP connection file that authenticates through Vercel Connect. After install you create the connector for your project — the catalog file already points at Notion’s MCP URL.
Official setup: Connections · eve.dev/integrations
What the listing ships
import { connect } from "@vercel/connect/eve";
import { defineMcpClientConnection } from "eve/connections";
export default defineMcpClientConnection({
url: "https://mcp.notion.com/mcp",
description: "Notion workspace: search and edit pages and databases.",
auth: connect({ connector: "notion", principalType: "app" }),
});principalType: "app" lets schedules use Notion without a user session. Change that only if you understand Eve’s connection auth model.
Adapt after install
vercel link
vercel connect create notion
vercel env pullThen run the agent locally or deploy. Grant the Connect Notion client access to the workspace pages/databases the agent should touch.
MCP tool surface, auth principals, and connection APIs: Eve connections — this page only covers the post-install Connect step for Directory listings.
Agents using Notion
PR Review Sentinel
Review pull requests against team conventions, flag risky changes, and post structured, actionable feedback.
API Contract Guardian
Detect drift between API specs, real behavior, and docs; draft changelogs, migration notes, and fixes.
Competitive Intel Scout
Track competitors' pricing, changelogs, and traffic; report evidence-cited changes since the last check.
AI Search Visibility Analyst
Measure how your brand appears in AI answers and search, diagnose citation gaps, and prioritize content fixes.
Chief of Staff (WhatsApp)
A pocket chief of staff: captures tasks from quick messages, tracks commitments, and remembers what matters across weeks.
Developer Community Manager
Triage community questions, escalate real bugs with reproductions, and turn recurring pain into roadmap signal.