Scrapbox MCP Server

get_page_content

Fetch content from a Scrapbox page by URL

Input Schema

NameRequiredDescriptionDefault
urlYesScrapbox page URL (e.g., https://scrapbox.io/project-name/page-title)

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "Scrapbox page URL (e.g., https://scrapbox.io/project-name/page-title)", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools