Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready OneNote MCP server with 37 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across OneNote — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your OneNote MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every OneNote tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every OneNote call.
Tools Discovery →A OneNote MCP server lets AI agents read and write OneNote data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's OneNote MCP server ships with 37 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from OneNote's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Creates a new notebook in the user's default notebooks location
Creates a copy of a notebook to a specified destination
Retrieves a collection of all notebooks accessible to the user
Retrieves the properties and metadata of a specific notebook by ID
Creates a new notebook for a specific user in their default notebooks location
Retrieves a collection of notebooks for a specific user by ID or userPrincipalName
Retrieves the properties and metadata of a specific notebook for a specific user by ID
Retrieve a list of user objects. By default, returns a limited set of properties (businessPhones, displayName, givenName, id, jobTitle, mail, mobilePhone, officeLocation, preferredLanguage, surname, userPrincipalName). Use $select to specify alternative properties.
Retrieve the properties and relationships of a specific user by their ID or userPrincipalName. By default, only a limited set of properties are returned (businessPhones, displayName, givenName, id, jobTitle, mail, mobilePhone, officeLocation, preferredLanguage, surname, userPrincipalName). Use the select parameter to return an alternative property set.
Creates a new section in a specified notebook
Retrieves the properties and metadata of a specific section by ID
Retrieves all sections accessible to a specific user across all their notebooks
Retrieves the properties and metadata of a specific section for a specific user by ID
Creates a new page in a specified section with HTML content
Retrieves the properties and metadata of a specific page by ID
Deletes a page from OneNote
Creates a new page in a specific user's OneNote default section with HTML content
Retrieves all pages accessible to a specific user across all their notebooks and sections
Copies a section to a specific notebook
Copies a section to a specific section group
Creates a new section within a specific section group
Copies a page to a different section
Retrieves all sections within a specific notebook
Retrieves all section groups within a specific notebook
Retrieves the most recently accessed notebooks for the user
Retrieves all sections accessible to the user across all notebooks
Retrieves all pages within a specific section
Retrieves all section groups accessible to the user
Retrieves the properties and metadata of a specific section group by ID
Retrieves all sections within a specific section group
Retrieves all nested section groups within a parent section group
Retrieves all section groups accessible to a specific user
Retrieves all pages accessible to the user across all notebooks and sections
Retrieves the HTML content of a specific page
Retrieves a preview image and excerpt text of a page
Retrieves the status of a long-running asynchronous operation
Retrieves the binary content of a specific resource (image or file) from a page
One endpoint. Any framework. Your agent is talking to OneNote in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}133+ actions
101+ actions
92+ actions
67+ actions
47+ actions
44+ actions
39+ actions
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.