Back to the episode map

Research Note

MCP Meeting Workflow Security Research Note

Model Context Protocol standardizes how an AI application discovers and invokes capabilities. It does not decide whether a capability is trustworthy, appropriate, or auth

Aug 4, 20261 min readBy Dalton Anderson

MCP Meeting Workflow Security Research Note

Model Context Protocol standardizes how an AI application discovers and invokes capabilities. It does not decide whether a capability is trustworthy, appropriate, or authorized for a particular meeting.

The current MCP server concepts documentation distinguishes resources, prompts, and schema-defined tools. The November 2025 specification uses JSON Schema and defines an authorization framework for HTTP transports.

The official MCP security guidance requires explicit consent around local server commands and describes OAuth, redirect, and confused-deputy risks. OWASP's MCP security guidance adds tool poisoning, over-scoped credentials, cross-server escalation, untrusted results, and package-supply-chain risk.

A meeting agent should inventory every read and write tool, isolate privileged capabilities, bind credentials to the intended server and user, validate parameters and results, preview consequential calls, and log the final outcome. Tool descriptions and returned text are untrusted inputs.

Sources

Follow the evidence.

  1. security guidancemodelcontextprotocol.io
  2. 18 U.S.C. 2511law.cornell.edu
  3. agent identity and authorization concept papernccoe.nist.gov
  4. local-first software essayinkandswitch.com
  5. device encryption guidancecisa.gov
  6. meeting recap studymicrosoft.com
  7. MCP specificationmodelcontextprotocol.io
  8. reader-focused meeting summarization researchaclanthology.org
  9. authorization guidemodelcontextprotocol.io
  10. agent evaluation worknist.gov
  11. current Quill documentationquillmeetings.com
  12. key-management guidancecsrc.nist.gov
  13. server conceptsmodelcontextprotocol.io
  14. California Penal Code section 632leginfo.legislature.ca.gov
  15. AI RMF Measure playbookairc.nist.gov
  16. data sovereignty pagequillmeetings.com
  17. current About pagequillmeetings.com
  18. OWASP's MCP security guidancecheatsheetseries.owasp.org
  19. SP 800-209nist.gov
  20. query-focused meeting summarization researchaclanthology.org
MCP Meeting Workflow Security Research Note