Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Microsoft OneDrive MCP server with 46 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Microsoft OneDrive — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Microsoft OneDrive MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Microsoft OneDrive 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 Microsoft OneDrive call.
Tools Discovery →A Microsoft OneDrive MCP server lets AI agents read and write Microsoft OneDrive data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Microsoft OneDrive MCP server ships with 46 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 Microsoft OneDrive's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Upload a new file to Microsoft OneDrive using the StackOne unified upload schema
List unified files in Microsoft OneDrive with StackOne unified filters
Get a unified file by ID from Microsoft OneDrive with metadata mapped to the StackOne unified schema
Download the content of a unified file from Microsoft OneDrive
List unified folders from the root of the authenticated user's OneDrive
Get a unified folder by ID from Microsoft OneDrive
List unified drives available to the authenticated user in Microsoft OneDrive
Get a unified drive by ID from Microsoft OneDrive
Create a copy of a driveItem including any children
Search for items in a drive
Search for items in a drive
Retrieve metadata for a driveItem in a drive
Download the contents of a driveItem
Update the properties of a driveItem
Move a driveItem to a new parent item
Delete a driveItem
Retrieve the versions of a file
Retrieve metadata for a specific version of a driveItem
Download the contents of a specific version
List permissions on a driveItem
Get a specific permission on a driveItem
Update a permission on a driveItem
Remove a permission from a driveItem
Create a new user account in the organization with the specified properties
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.
Create a new folder in a drive
Upload a new file to a drive location
Create a sharing link for a driveItem
Send a sharing invitation to users
Retrieve the list of drive resources available for the authenticated user
Retrieve the list of drive resources available for a specific user
Get metadata about a specific drive
Get the user's default OneDrive
Get the root folder of a drive
List children of the root folder of a drive
List items the user is following
Access a special folder by its canonical name
List children of a driveItem
Retrieve a driveItem by file system path
List thumbnails for a driveItem
Follow a driveItem
Unfollow a driveItem
Restore a deleted driveItem from the recycle bin
Check in a checked out driveItem
Check out a driveItem
One endpoint. Any framework. Your agent is talking to Microsoft OneDrive 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>"
]
}
}
}83+ actions
82+ actions
47+ actions
19+ actions
2+ 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.