Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

NotebookLM

REMOTE · API.MCP.AI · SCANNED AUG 3

Google NotebookLM via natural language: create notebooks, add sources (PDF, URL, YouTube) and ask gr

Available components

+8 this week 64 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability64
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 3297 tokens (~76/item across 43 items; 43 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · api.mcp.ai

# add to Claude Code
claude mcp add --transport http mcp-dir-notebooklm-mcp https://api.mcp.ai/p_notebooklm
# ~/.codex/config.toml
[mcp_servers.mcp-dir-notebooklm-mcp]
url = "https://api.mcp.ai/p_notebooklm"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mcp-dir-notebooklm-mcp": {
      "type": "remote",
      "url": "https://api.mcp.ai/p_notebooklm",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add mcp-dir-notebooklm-mcp --url https://api.mcp.ai/p_notebooklm --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  mcp-dir-notebooklm-mcp:
    url: "https://api.mcp.ai/p_notebooklm"
// mcp.json
{
  "mcpServers": {
    "mcp-dir-notebooklm-mcp": {
      "type": "http",
      "url": "https://api.mcp.ai/p_notebooklm"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1
    • The server rewrote its instructions, which are the text every model session reads security
    • Server version: 0.9.200 → 0.9.201 functional
  • 2 Aug 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • Server version: 0.9.197 → 0.9.200 functional
  • 1 Aug 26 +2
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “marketplace” rewrote its description, which is the text the model reads security
    • Schema quality: fair → good functional
    • Server version: 0.9.196 → 0.9.197 functional
  • 31 Jul 26 +3
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +4
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 −3
    • HSTS header: fail → unverified security
    • Authorization: partial → unverified security
    • The server rewrote its instructions, which are the text every model session reads security
    • Server version: 0.9.183 → 0.9.190 functional
  • 28 Jul 26 +1
    • The server rewrote its instructions, which are the text every model session reads security
    • Server version: 0.9.179 → 0.9.183 functional
  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://api.mcp.ai/p_notebooklm

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=mcp.ai CN=WE1,O=Google Trust Services,C=US 31 Jul 2026 29 Oct 2026 ECDSA 256 ECDSA-SHA256 796a3b1f576e3f2e133c5d19d8f7be3b
SANs: mcp.ai, *.mcp.ai
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of api.mcp.ai. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
ai. present 3799 8 Verified
mcp.ai. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://api.mcp.ai/p_notebooklm Verified 200
http (plaintext) http://api.mcp.ai/p_notebooklm Inconclusive 406
MCP tools — 43 exposed · ~3,172 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
authenticate ~99

MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header `Authorization: Bearer <token>` for a permanent, non-expiring connection. Or paste it here for a session-only login: call with { token: "<jwt>" } after the user pastes, or with no args to get the link.

NameTypeReqDescription
tokenstring

No output schema declared.

No examples provided.

connect ~42

Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install URLs.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

marketplace ~402

The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for Y". Core flow: action=search discovers MCPs by intent → describe returns one MCP's full profile (every tool with its id + params, pricing, auth) so you pick the right tool_id → invoke RUNS that tool. KEY: invoke works even when the MCP is NOT installed — it runs the tool pontualmente (one-off), without adding the MCP to the toolkit and without bloating the tool list. If the MCP needs a credential/login, invoke returns a connect link; if it is paid and the wallet is empty, invoke returns a checkout/top-up link (the user opens it, then you retry). Use install only to make an MCP PERMANENT in the active toolkit (its tools then show up natively in future sessions); prefer invoke for a single/occasional use. list_tools lists what is callable right now. subscribe/cancel handle per-MCP billing; report_bug sends feedback; request_mcp asks us to build a NEW MCP when nothing fits. Search/describe flag installed_in_toolkit vs installed_in_workspace. Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin.

NameTypeReqDescription
actionstring
argumentsstring
cancel_commentstring
cancel_reasonstring
conversationstring
immediateboolean
limitnumber
mcp_idstring
messagestring
querystring
report_contextstring
request_detailsstring
request_namestring
tier_slugstring
tool_idstring

No output schema declared.

No examples provided.

notebooklm_artifact_delete ~62

Apaga um artifact. Bulk support: accepts notebook_ids, artifact_ids for batched execution.

NameTypeReqDescription
artifact_idstringyes
artifact_idsarray
notebook_idstringyes
notebook_idsarray

No output schema declared.

No examples provided.

notebooklm_artifact_get ~65

Detalhes/status de um artifact. Bulk support: accepts notebook_ids, artifact_ids for batched execution.

NameTypeReqDescription
artifact_idstringyes
artifact_idsarray
notebook_idstringyes
notebook_idsarray

No output schema declared.

No examples provided.

notebooklm_artifact_list ~81

Lista os artifacts do notebook. `type` filtra (audio|video|slide-deck|quiz|flashcard|infographic|data-table|mind-map|report). Bulk support: accepts notebook_ids for batched execution.

NameTypeReqDescription
notebook_idstringyes
notebook_idsarray
typestring

No output schema declared.

No examples provided.

notebooklm_artifact_poll ~69

Aguarda/consulta o status de uma geração de artifact. Bulk support: accepts notebook_ids, task_ids for batched execution.

NameTypeReqDescription
notebook_idstringyes
notebook_idsarray
task_idstringyes
task_idsarray

No output schema declared.

No examples provided.

notebooklm_artifact_rename ~72

Renomeia um artifact. Bulk support: accepts notebook_ids, artifact_ids for batched execution.

NameTypeReqDescription
artifact_idstringyes
artifact_idsarray
new_titlestringyes
notebook_idstringyes
notebook_idsarray

No output schema declared.

No examples provided.

notebooklm_artifact_retry ~69

Re-tenta a geração de um artifact que falhou. Bulk support: accepts notebook_ids, artifact_ids for batched execution.

NameTypeReqDescription
artifact_idstringyes
artifact_idsarray
notebook_idstringyes
notebook_idsarray

No output schema declared.

No examples provided.

notebooklm_artifact_suggestions ~48

Sugestões de artifacts para o notebook. Bulk support: accepts notebook_ids for batched execution.

NameTypeReqDescription
notebook_idstringyes
notebook_idsarray

No output schema declared.

No examples provided.

notebooklm_ask ~64

Pergunta ao notebook; resposta FUNDAMENTADA nas fontes, com citações. Pode demorar. Bulk support: accepts notebook_ids for batched execution.

NameTypeReqDescription
notebook_idstringyes
notebook_idsarray
questionstringyes

No output schema declared.

No examples provided.

notebooklm_download ~120

Baixa o conteúdo de um artifact. Texto (report/mind_map/quiz/flashcards/data_table) retorna inline em `content`; binário (audio/video/slide_deck/infographic) retorna metadados + tamanho (entrega por URL é tratada à parte). Bulk support: accepts notebook_ids, artifact_ids for batched execution.

NameTypeReqDescription
artifact_idstring
artifact_idsarray
kindstringyes
notebook_idstringyes
notebook_idsarray

No output schema declared.

No examples provided.

notebooklm_generate ~245

Gera um artifact do notebook (assíncrono — retorna o artifact em geração). `kind`: audio (podcast), video, cinematic_video, slide_deck, report, mind_map, quiz, flashcards, infographic, data_table. `instructions` = foco/estilo. `options` = flags específicas do tipo (ex.: audio {format:deep-dive|brief|critique|debate, length:short|default|long}; video/cinematic_video {format:explainer|brief|cinematic, style:...}; slide_deck {format:detailed|presenter, length}; report {format:briefing-doc|study-guide|blog-post|custom}; quiz/flashcards {quantity:fewer|standard|more, difficulty:easy|medium|hard}; infographic {orientation, detail, style}; mind_map {kind:interactive|note-backed}). Acompanhe com notebooklm_artifact_list/get.

NameTypeReqDescription
instructionsstring
kindstringyes
languagestring
notebook_idstringyes
optionsobject
source_idsarray

No output schema declared.

No examples provided.

notebooklm_history ~60

Histórico de Q&A da conversa do notebook. Bulk support: accepts notebook_ids for batched execution.

NameTypeReqDescription
limitnumber
notebook_idstringyes
notebook_idsarray
show_allboolean

No output schema declared.

No examples provided.

notebooklm_list ~34

Lista os notebooks do usuário. Retorna [{ id, title, ... }] — use o `id` nas demais tools.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

notebooklm_note_create ~58

Cria uma nota no notebook. Bulk support: accepts notebook_ids for batched execution.

NameTypeReqDescription
contentstringyes
notebook_idstringyes
notebook_idsarray
titlestring

No output schema declared.

No examples provided.

notebooklm_note_delete ~61

Apaga uma nota. Bulk support: accepts notebook_ids, note_ids for batched execution.

NameTypeReqDescription
note_idstringyes
note_idsarray
notebook_idstringyes
notebook_idsarray

No output schema declared.

No examples provided.

notebooklm_note_get ~62

Conteúdo de uma nota. Bulk support: accepts notebook_ids, note_ids for batched execution.

NameTypeReqDescription
note_idstringyes
note_idsarray
notebook_idstringyes
notebook_idsarray

No output schema declared.

No examples provided.

notebooklm_note_list ~43

Lista as notas do notebook. Bulk support: accepts notebook_ids for batched execution.

NameTypeReqDescription
notebook_idstringyes
notebook_idsarray

No output schema declared.

No examples provided.

notebooklm_note_rename ~71

Renomeia uma nota. Bulk support: accepts notebook_ids, note_ids for batched execution.

NameTypeReqDescription
new_titlestringyes
note_idstringyes
note_idsarray
notebook_idstringyes
notebook_idsarray

No output schema declared.

No examples provided.

notebooklm_notebook_create ~36

Cria um notebook novo (vazio). Retorna o notebook com seu `id`.

NameTypeReqDescription
titlestringyes

No output schema declared.

No examples provided.

notebooklm_notebook_delete ~47

Apaga um notebook (irreversível). Bulk support: accepts notebook_ids for batched execution.

NameTypeReqDescription
notebook_idstringyes
notebook_idsarray

No output schema declared.

No examples provided.

notebooklm_notebook_metadata ~48

Metadados do notebook + lista de fontes. Bulk support: accepts notebook_ids for batched execution.

NameTypeReqDescription
notebook_idstringyes
notebook_idsarray

No output schema declared.

No examples provided.

notebooklm_notebook_rename ~53

Renomeia um notebook. Bulk support: accepts notebook_ids for batched execution.

NameTypeReqDescription
new_titlestringyes
notebook_idstringyes
notebook_idsarray

No output schema declared.

No examples provided.

notebooklm_notebook_summary ~66

Resumo do notebook com insights gerados por IA. `topics:true` inclui tópicos sugeridos. Bulk support: accepts notebook_ids for batched execution.

NameTypeReqDescription
notebook_idstringyes
notebook_idsarray
topicsboolean

No output schema declared.

No examples provided.

notebooklm_share_add ~70

Compartilha o notebook com um email (editor/viewer). Bulk support: accepts notebook_ids for batched execution.

NameTypeReqDescription
emailstringyes
messagestring
notebook_idstringyes
notebook_idsarray
permissionstring

No output schema declared.

No examples provided.

notebooklm_share_public ~53

Liga/desliga o link público do notebook. Bulk support: accepts notebook_ids for batched execution.

NameTypeReqDescription
enableboolean
notebook_idstringyes
notebook_idsarray

No output schema declared.

No examples provided.

notebooklm_share_remove ~52

Remove o acesso de um colaborador. Bulk support: accepts notebook_ids for batched execution.

NameTypeReqDescription
emailstringyes
notebook_idstringyes
notebook_idsarray

No output schema declared.

No examples provided.

notebooklm_share_status ~44

Status de compartilhamento do notebook. Bulk support: accepts notebook_ids for batched execution.

NameTypeReqDescription
notebook_idstringyes
notebook_idsarray

No output schema declared.

No examples provided.

notebooklm_share_update ~61

Atualiza a permissão de um colaborador. Bulk support: accepts notebook_ids for batched execution.

NameTypeReqDescription
emailstringyes
notebook_idstringyes
notebook_idsarray
permissionstring

No output schema declared.

No examples provided.

notebooklm_share_view_level ~67

Define o nível de acesso do link público: full (notebook todo) ou chat (só chat). Bulk support: accepts notebook_ids for batched execution.

NameTypeReqDescription
levelstringyes
notebook_idstringyes
notebook_idsarray

No output schema declared.

No examples provided.

notebooklm_source_add ~101

Adiciona uma fonte ao notebook: URL (página/YouTube) ou texto. `type` é auto-detectado; use `type:"text"` + `title` para colar texto. Bulk support: accepts notebook_ids for batched execution.

NameTypeReqDescription
contentstringyes
notebook_idstringyes
notebook_idsarray
titlestring
typestring

No output schema declared.

No examples provided.

notebooklm_source_add_research ~85

Pesquisa na web (ou Drive) e adiciona fontes a partir dos resultados. Bulk support: accepts notebook_ids for batched execution.

NameTypeReqDescription
from_sourcestring
import_allboolean
modestring
notebook_idstringyes
notebook_idsarray
querystringyes

No output schema declared.

No examples provided.

notebooklm_source_delete ~62

Remove uma fonte do notebook. Bulk support: accepts notebook_ids, source_ids for batched execution.

NameTypeReqDescription
notebook_idstringyes
notebook_idsarray
source_idstringyes
source_idsarray

No output schema declared.

No examples provided.

notebooklm_source_fulltext ~72

Texto completo indexado de uma fonte. Bulk support: accepts notebook_ids, source_ids for batched execution.

NameTypeReqDescription
formatstring
notebook_idstringyes
notebook_idsarray
source_idstringyes
source_idsarray

No output schema declared.

No examples provided.

notebooklm_source_get ~63

Detalhes de uma fonte. Bulk support: accepts notebook_ids, source_ids for batched execution.

NameTypeReqDescription
notebook_idstringyes
notebook_idsarray
source_idstringyes
source_idsarray

No output schema declared.

No examples provided.

notebooklm_source_guide ~71

Resumo + palavras-chave de uma fonte (gerado por IA). Bulk support: accepts notebook_ids, source_ids for batched execution.

NameTypeReqDescription
notebook_idstringyes
notebook_idsarray
source_idstringyes
source_idsarray

No output schema declared.

No examples provided.

notebooklm_source_list ~53

Lista as fontes do notebook. Retorna [{ id, title, ... }]. Bulk support: accepts notebook_ids for batched execution.

NameTypeReqDescription
notebook_idstringyes
notebook_idsarray

No output schema declared.

No examples provided.

notebooklm_source_refresh ~73

Reprocessa uma fonte de URL/Drive (re-indexa o conteúdo atual). Bulk support: accepts notebook_ids, source_ids for batched execution.

NameTypeReqDescription
notebook_idstringyes
notebook_idsarray
source_idstringyes
source_idsarray

No output schema declared.

No examples provided.

notebooklm_source_rename ~71

Renomeia uma fonte. Bulk support: accepts notebook_ids, source_ids for batched execution.

NameTypeReqDescription
new_titlestringyes
notebook_idstringyes
notebook_idsarray
source_idstringyes
source_idsarray

No output schema declared.

No examples provided.

report_bug ~50

Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.

NameTypeReqDescription
contextstring
conversationstring
messagestringyes

No output schema declared.

No examples provided.

show_version ~17

Show the current MCP platform and adapter versions.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

toolkit_info ~30

Returns the current toolkit state: installed MCPs, their connection status, and how many catalog tools each exposes.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.