MCP Substack Server

download_substack

Download and parse content from a Substack post

Input Schema

NameRequiredDescriptionDefault
urlYesURL of the Substack post

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "URL of the Substack post", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools