Microsoft & Azure intelligence →
Association is based on retained identity fields; it does not by itself prove first-party publication.
Connects Claude with OneDrive via Microsoft Graph API to list, search, create, move, copy, and share files
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
No verified installation or connection method is available in the retained evidence yet.
| Canonical slug | onedrive-mcp-server-8d1f2342 | Deployment | Local Only |
|---|---|---|---|
| Canonical package | — | Repository | emilychimbobit/BIT-OneDriveMCP |
| First published | — | Latest release | — |
| Last security verification | — | Classification confidence | 90% |
| Publication | Draft | Official distribution | Not verified |
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| source_git | emilychimbobit/bit-onedrivemcp | 68f6c47373cfd12687a83cc1a8ce01e20218d7a4 | 1 | Repository |
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| source_gitemilychimbobit/bit-onedrivemcp | 68f6c47373cfd12687a83cc1a8ce01e20218d7a4Current | Aug 25, 2026 | 10 toolsSucceeded · 0 resources · 0 prompts | Evidence restricted |
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
No public current-version evidence is available yet.
| Tool | Category | Annotations | Risk |
|---|---|---|---|
copy_fileCopia un archivo o carpeta a otra ubicacion.Input schema{
"type": "object",
"properties": {
"sourcePath": {
"type": "string",
"description": "Ruta origen con prefijo"
},
"destinationPath": {
"type": "string",
"description": "Ruta destino con prefijo"
}
},
"required": [
"sourcePath",
"destinationPath"
]
} | — | — | |
create_folderCrea una carpeta (y subcarpetas intermedias si es necesario).Input schema{
"type": "object",
"properties": {
"folderPath": {
"type": "string",
"description": "Ruta completa con prefijo de la carpeta a crear, ej: 'onedrive/PROYECTOS BIT/NuevaCarpeta'"
}
},
"required": [
"folderPath"
]
} | — | — | |
delete_fileElimina un archivo o carpeta (con todo su contenido si es carpeta). Operacion irreversible.Input schema{
"type": "object",
"properties": {
"filePath": {
"type": "string",
"description": "Ruta con prefijo del archivo o carpeta a eliminar"
}
},
"required": [
"filePath"
]
} | — | — | |
get_fileObtiene detalles (nombre, tipo, tamaño, fecha) de un archivo o carpeta.Input schema{
"type": "object",
"properties": {
"filePath": {
"type": "string",
"description": "Ruta con prefijo, ej: 'onedrive/PROYECTOS BIT/archivo.docx'"
}
},
"required": [
"filePath"
]
} | — | — | |
list_filesLista archivos y carpetas en una ruta. Usa prefijos de raiz: 'onedrive/carpeta' o 'aisquad/carpeta'. Si no se especifica ruta, lista la raiz de OneDrive.Input schema{
"type": "object",
"properties": {
"folderPath": {
"type": "string",
"description": "Ruta con prefijo, ej: 'onedrive/PROYECTOS BIT' o 'aisquad/Exploraciones'"
}
}
} | — | — | |
list_rootsLista las raices disponibles: 'onedrive' (OneDrive personal) y 'aisquad' (carpeta compartida AI Squad de Johnny Ordonez). Usa estos prefijos para navegar, ej: 'onedrive/PROYECTOS BIT'.Input schema{
"type": "object",
"properties": {}
} | — | — | |
move_fileMueve o renombra un archivo o carpeta.Input schema{
"type": "object",
"properties": {
"sourcePath": {
"type": "string",
"description": "Ruta origen con prefijo"
},
"destinationPath": {
"type": "string",
"description": "Ruta destino con prefijo (incluye el nuevo nombre si renombras)"
}
},
"required": [
"sourcePath",
"destinationPath"
]
} | — | — | |
read_fileLee el contenido de un archivo de texto (txt, md, json, csv, etc.).Input schema{
"type": "object",
"properties": {
"filePath": {
"type": "string",
"description": "Ruta con prefijo del archivo a leer"
}
},
"required": [
"filePath"
]
} | — | — | |
search_filesBusca archivos y carpetas por nombre dentro de una carpeta (busqueda recursiva).Input schema{
"type": "object",
"properties": {
"folderPath": {
"type": "string",
"description": "Carpeta donde buscar, ej: 'onedrive' o 'aisquad/Exploraciones'"
},
"query": {
"type": "string",
"description": "Texto a buscar en el nombre del archivo"
}
},
"required": [
"folderPath",
"query"
]
} | — | — | |
write_fileCrea o sobreescribe un archivo con el contenido especificado. Crea las carpetas intermedias si no existen.Input schema{
"type": "object",
"properties": {
"filePath": {
"type": "string",
"description": "Ruta con prefijo del archivo a escribir"
},
"content": {
"type": "string",
"description": "Contenido del archivo"
}
},
"required": [
"filePath",
"content"
]
} | — | — |
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
No verified package installation command is available in the retained catalog evidence.
OneDrive MCP Server exposed 10 tools during independent protocol observation, including copy_file, create_folder, delete_file, get_file, list_files, list_roots, move_file, read_file, and others.
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.
Association is based on retained identity fields; it does not by itself prove first-party publication.
Curated product and capability guides containing this catalog record.