# amitte/notion-tools

> Notion helper — search_pages, get_page, list_databases (read-only) plus a mutating create_page that writes into an allowlisted database.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/notion-tools

## Tags

- **Capabilities:** pages-search, page-read, databases-list, page-create
- **Domains:** productivity, knowledge-base

## Evaluation

- **Adversarial score:** 92/100
- **Content score:** 85/100

## Endpoints

- **service-backed** `notion-tools` → https://mcp.amitte.com/v1/notion-tools/sse — Remote MCP server fronting Notion's REST API via an internal integration token. Compatible with Claude Desktop, Cursor, VS Code.
  - tool: `search_pages` — Read-only. Search pages the integration has access to.
  - tool: `get_page` — Read-only. Fetch a page's properties + first-level block content (paragraphs, headings, lists). Recursively expanding child blocks is opt-in.
  - tool: `list_databases` — Read-only. List databases the integration can see.
  - tool: `create_page` — WARNING: mutating. Create a page in a database. The target `database_id` MUST appear in the per-tenant allowlist.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/notion-tools" } }`
- Install via CLI: `amitte install amitte/notion-tools`
- HTML page: https://amitte.com/s/amitte/notion-tools

Last updated: 2026-06-27T00:15:24.373Z