MCP server exposing 5 tools for notion_connect.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/notion_connect/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
notion_search — Search your Notion workspace by keyword. Returns matching page/database titles, IDs, and types to locate content quickly.notion_get_page — Get a Notion page by ID. Returns full properties, metadata, and content structure for reading or editing.notion_get_database — Get a Notion database schema by ID. Returns all properties, field types, and configuration to understand structure.notion_query_database — Query a Notion database with filters and sorting (e.g., status='Done', sort by date). Returns matching rows with property values.notion_list_pages — List all accessible pages in your Notion workspace. Returns titles and IDs to discover available content.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/notion_connect/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io