{
	"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
	"name": "io.speaknotes/speaknotes",
	"title": "SpeakNotes",
	"description": "Transcribe audio and video, summarize text and YouTube videos, and read and write the SpeakNotes note library. Connect with OAuth, or with an API key created at https://speaknotes.io/settings/api-keys.",
	"version": "1.1.0",
	"websiteUrl": "https://speaknotes.io/integrations/mcp",
	"documentationUrl": "https://speaknotes.io/developers",
	"remotes": [
		{
			"type": "streamable-http",
			"url": "https://api.speaknotes.io/mcp",
			"headers": [
				{
					"name": "Authorization",
					"description": "Bearer token: a SpeakNotes API key from https://speaknotes.io/settings/api-keys, or an OAuth access token. Clients that support OAuth can register themselves at https://api.speaknotes.io/oauth/register and skip the key entirely. initialize and tools/list work without a credential.",
					"isRequired": false,
					"isSecret": true,
					"format": "string"
				}
			]
		}
	],
	"tools": [
		{
			"name": "list_speaknotes_styles",
			"description": "List supported SpeakNotes summary styles and language codes for MCP tools."
		},
		{
			"name": "transcribe_audio_url",
			"description": "Transcribe audio from a public URL using SpeakNotes transcription infrastructure. Costs one credit per started minute."
		},
		{
			"name": "summarize_text",
			"description": "Summarize raw text or a transcript into a selected SpeakNotes output style. Costs two credits."
		},
		{
			"name": "summarize_youtube",
			"description": "Summarize a YouTube URL using SpeakNotes multimodal processing. Costs one credit per started minute of video."
		},
		{
			"name": "transcribe_and_summarize_audio_url",
			"description": "Transcribe audio from a public URL and immediately summarize it in one MCP call, optionally saving the result as a note."
		},
		{
			"name": "list_speaknotes_notes",
			"description": "List the notes in the SpeakNotes account, newest first. Free."
		},
		{
			"name": "get_speaknotes_note",
			"description": "Read one note in full, including its transcript and summary. Free."
		},
		{
			"name": "create_speaknotes_note",
			"description": "Save text into the SpeakNotes library as a new note. Free."
		},
		{
			"name": "update_speaknotes_note",
			"description": "Rename a note, replace its summary, move it between folders, or pin it. Free."
		},
		{
			"name": "delete_speaknotes_note",
			"description": "Permanently delete a note. Free, and not reversible."
		},
		{
			"name": "list_speaknotes_folders",
			"description": "List folders in the SpeakNotes account. Free."
		},
		{
			"name": "create_speaknotes_folder",
			"description": "Create a folder to organize notes. Free."
		},
		{
			"name": "get_speaknotes_usage",
			"description": "Check the credit balance before starting a job, and see what each operation costs."
		}
	]
}
