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

com.mcparmory/files-com

PYPI · MCPARMORY-FILES-COM · 2 COMPONENTS · SCANNED SEP 20

Manage files, users, and automated workflows across cloud storage and protocols

0 this week 76 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Install-script risk not yet assessed.Unverified
  • 2 of 41 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability74
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 23890 tokens (~121/item across 197 items; 197 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety98
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 29 of 31 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "share_bundle" implies "send" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Partial
  • An AI judge read all 197 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the com.mcparmory/files-com MCP server?

com.mcparmory/files-com runs locally as a PyPI package, launched with uvx mcparmory-files-com. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · mcparmory-files-com

# add to Claude Code
claude mcp add com-mcparmory-files-com -- uvx mcparmory-files-com
// .cursor/mcp.json
{
  "mcpServers": {
    "com-mcparmory-files-com": {
      "command": "uvx",
      "args": [
        "mcparmory-files-com"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-mcparmory-files-com": {
      "command": "uvx",
      "args": [
        "mcparmory-files-com"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add com-mcparmory-files-com -- uvx mcparmory-files-com
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-mcparmory-files-com": {
      "type": "local",
      "command": [
        "uvx",
        "mcparmory-files-com"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-mcparmory-files-com --command uvx --arg mcparmory-files-com
# ~/.hermes/config.yaml
mcp_servers:
  com-mcparmory-files-com:
    command: "uvx"
    args: ["mcparmory-files-com"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-mcparmory-files-com": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "mcparmory-files-com"
      ]
    }
  }
}
# add to Vellum
assistant mcp add com-mcparmory-files-com -t stdio -c uvx -a mcparmory-files-com
// mcp.json
{
  "mcpServers": {
    "com-mcparmory-files-com": {
      "command": "uvx",
      "args": [
        "mcparmory-files-com"
      ]
    }
  }
}
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.

  • 20 Sept 26 +16
    • Malware scan: unverified → pass security
  • 18 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 17 Sept 26 −14
    • Malware scan: pass → unverified security
    • Stability: 0.97 → pass security
  • 15 Sept 26 +16
    • Malware scan: unverified → pass security
  • 14 Sept 26 −15
    • Malware scan: pass → unverified security
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +15
    • Malware scan: unverified → pass security
  • 11 Sept 26 −18
    • Malware scan: pass → unverified security
    • Stability: pass → 0.80 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 20 Sept 2026 · Analysed pypi/mcparmory-files-com@1.0.3

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Dependencies 41 packages
Packages resolved 41
Stale 1
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 197 exposed · ~23,890 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
list_bandwidth_snapshots ~108

Retrieve a paginated list of bandwidth snapshots. Results can be sorted by the logged timestamp in ascending or descending order.

NameTypeReqDescription
per_pagestringNumber of records to return per page. Recommended to use 1,000 or less for optimal performance.
sort_byobjectSort results by a specified field in ascending or descending order. Use the field name as the key and 'asc' or 'desc' as the value. Valid sortable field is 'logged_at'.

No output schema declared.

No examples provided.

list_bandwidth_snapshots_remote ~110

Retrieve a paginated list of remote bandwidth snapshots. Results can be sorted by the logged timestamp in ascending or descending order.

NameTypeReqDescription
per_pagestringNumber of records to return per page. Recommended to use 1,000 or less for optimal performance.
sort_byobjectSort results by a specified field in ascending or descending order. Use the field name as the key and 'asc' or 'desc' as the value. Valid sortable field is 'logged_at'.

No output schema declared.

No examples provided.

list_behaviors_by_path ~158

Retrieve a list of behaviors from a specified folder path, with optional filtering, sorting, and recursive traversal capabilities.

NameTypeReqDescription
pathstringyesThe folder path where behaviors are located. This path determines the starting point for the behavior listing.
per_pagestringMaximum number of behavior records to return per page. Recommended to use 1,000 or less for optimal performance.
recursivestringInclude behaviors from parent directories above the specified path when enabled. Controls whether the listing is limited to the exact path or includes the hierarchy above it.
sort_byobjectSort results by the behavior field in ascending or descending order. Specify as an object with the field name as key and sort direction as value.

No output schema declared.

No examples provided.

list_bundle_downloads ~146

Retrieve a paginated list of bundle downloads with optional filtering by bundle or bundle registration ID, and sorting capabilities.

NameTypeReqDescription
bundle_idstringFilter results to downloads associated with a specific bundle by its ID.
bundle_registration_idstringFilter results to downloads associated with a specific bundle registration by its ID.
per_pagestringNumber of records to return per page. Recommended to use 1,000 or less for optimal performance, with a maximum of 10,000 records per page.
sort_byobjectSort results by a specified field in ascending or descending order. Only `created_at` is supported as a valid sort field.

No output schema declared.

No examples provided.

list_bundle_notifications ~87

Retrieve a paginated list of notifications for a specific bundle or all bundles. Use pagination parameters to control result size and retrieval.

NameTypeReqDescription
bundle_idstringFilter notifications by a specific bundle ID. Omit to retrieve notifications for all bundles.
per_pagestringMaximum number of records to return per page. Recommended to use 1,000 or less for optimal performance.

No output schema declared.

No examples provided.

list_bundle_recipients ~113

Retrieve a list of recipients associated with a specific bundle. Supports pagination and sorting by registration status.

NameTypeReqDescription
bundle_idstringyesThe ID of the bundle for which to list recipients.
per_pagestringNumber of records to return per page. Recommended to use 1,000 or less for optimal performance, with a maximum of 10,000.
sort_byobjectSort results by a specified field in ascending or descending order. Valid field is `has_registrations`.

No output schema declared.

No examples provided.

list_bundle_registrations ~76

Retrieve a paginated list of bundle registrations, optionally filtered by a specific bundle ID.

NameTypeReqDescription
bundle_idstringFilter results to registrations associated with a specific bundle by its ID.
per_pagestringNumber of records to return per page. Recommended to use 1,000 or less for optimal performance.

No output schema declared.

No examples provided.

list_bundles ~110

Retrieve a paginated list of bundles with optional sorting. Use pagination parameters to control result size and sorting to organize bundles by creation date or code.

NameTypeReqDescription
per_pagestringNumber of bundle records to return per page. Recommended to use 1,000 or less for optimal performance, though up to 10,000 is supported.
sort_byobjectSort results by a specified field in ascending or descending order. Supports sorting by `created_at` or `code` fields.

No output schema declared.

No examples provided.

list_cipher_uses ~73

Retrieve a paginated list of cipher uses associated with the authenticated user. Use the per_page parameter to control result set size.

NameTypeReqDescription
per_pagestringNumber of records to return per page. Recommended to use 1,000 or less for optimal performance, though up to 10,000 is supported.

No output schema declared.

No examples provided.

list_cipher_uses_by_user ~115

Retrieve a paginated list of cipher uses for a specific user. Use user_id value of 0 to retrieve cipher uses for the current authenticated session's user.

NameTypeReqDescription
per_pagestringNumber of cipher use records to return per page. Maximum allowed is 10,000, though 1,000 or fewer is recommended for optimal performance.
user_idstringyesThe unique identifier of the user whose cipher uses should be retrieved. Use 0 to refer to the current session's authenticated user.

No output schema declared.

No examples provided.

list_clickwraps ~66

Retrieve a paginated list of clickwraps. Use the per_page parameter to control the number of records returned in each page.

NameTypeReqDescription
per_pagestringNumber of clickwrap records to return per page. Recommended to use 1,000 or less for optimal performance.

No output schema declared.

No examples provided.

list_dns_records ~74

Retrieve the DNS records configured for a site. Results can be paginated to manage large record sets.

NameTypeReqDescription
per_pagestringNumber of DNS records to return per page. Recommended to use 1,000 or less for optimal performance, though up to 10,000 records can be retrieved in a single request.

No output schema declared.

No examples provided.

list_dns_records_site ~75

Retrieve the DNS records configured for a site. Results can be paginated to manage large record sets.

NameTypeReqDescription
per_pagestringNumber of DNS records to return per page. Recommended to use 1,000 or less for optimal performance, though up to 10,000 records can be retrieved in a single request.

No output schema declared.

No examples provided.

list_exavault_reserved_ip_addresses ~90

Retrieve a paginated list of all public IP addresses reserved and used by ExaVault for its services. Use this to configure firewall rules or IP allowlists for ExaVault connectivity.

NameTypeReqDescription
per_pagestringNumber of records to return per page. Recommended to use 1,000 or less for optimal performance, with a maximum of 10,000 records per page.

No output schema declared.

No examples provided.

list_external_events ~119

Retrieve a paginated list of external events with optional sorting. Use this to monitor and track events from remote servers across your file management system.

NameTypeReqDescription
per_pagestringNumber of records to return per page. Recommended to use 1,000 or less for optimal performance, though up to 10,000 is supported.
sort_byobjectSort results by a specified field in ascending or descending order. Valid sortable fields are: remote_server_type, site_id, folder_behavior_id, event_type, created_at, or status.

No output schema declared.

No examples provided.

list_file_history ~195

Retrieve the change history for a specific file, with optional filtering by date range and customizable sorting and pagination.

NameTypeReqDescription
displaystringControl the detail level of returned records. Use `full` for complete details or `parent` for parent-only information.
end_atstringFilter to only include history entries created on or before this date and time.
pathstringyesThe file path to retrieve history for.
per_pagestringNumber of records to return per page. Maximum is 10,000; 1,000 or less is recommended.
sort_byobjectSort results by a specified field in ascending or descending order. Use object notation (e.g., `sort_by[user_id]=desc`). Valid fields are `user_id` and `created_at`.
start_atstringFilter to only include history entries created on or after this date and time.

No output schema declared.

No examples provided.

list_folder_history ~170

Retrieve the change history for a specific folder, with optional filtering by date range and customizable sorting and pagination.

NameTypeReqDescription
displaystringControl the detail level of returned records: `full` for complete details or `parent` for parent-only information.
end_atstringFilter to exclude history entries created after this date and time.
pathstringyesThe folder path for which to retrieve history.
per_pagestringNumber of history records to return per page. Recommended maximum is 1,000 for optimal performance.
sort_byobjectSort results by a specified field in ascending or descending order. Supported fields are `user_id` and `created_at`.
start_atstringFilter to exclude history entries created before this date and time.

No output schema declared.

No examples provided.

list_folders ~169

List folders at a specified path with optional filtering, previews, and metadata. Supports site-wide search when enabled.

NameTypeReqDescription
pathstringyesThe folder path to list contents from.
per_pagestringNumber of records to return per page. Recommended to use 1,000 or less for optimal performance.
preview_sizestringSize of file previews to include in the response.
search_allbooleanWhen enabled, searches the entire site and ignores the specified folder path. Use only for ad-hoc human searches, not automated processes, as results are best-effort and not real-time guaranteed.
with_previewsbooleanInclude file preview data in the response.
with_priority_colorbooleanInclude file priority color metadata in the response.

No output schema declared.

No examples provided.

list_form_field_sets ~69

Retrieve a paginated list of form field sets. Use pagination to control the number of records returned per page.

NameTypeReqDescription
per_pagestringNumber of records to return per page. Recommended to use 1,000 or less for optimal performance, with a maximum of 10,000.

No output schema declared.

No examples provided.

list_group_members ~95

Retrieve a paginated list of users who are members of a specific group. Use pagination parameters to control result size and navigate through large member lists.

NameTypeReqDescription
group_idstringyesThe unique identifier of the group whose members you want to retrieve.
per_pagestringNumber of user records to return per page. Recommended to use 1,000 or less for optimal performance; maximum allowed is 10,000.

No output schema declared.

No examples provided.

list_group_permissions ~167

Retrieve a paginated list of permissions for a specific group. Supports filtering, sorting, and optionally including inherited permissions from parent groups.

NameTypeReqDescription
group_idstringyesThe ID of the group for which to list permissions. Note: This parameter is deprecated; use the `filter[group_id]` query parameter for filtering instead.
include_groupsbooleanWhen enabled, includes permissions inherited from the group's parent groups in addition to directly assigned permissions.
per_pagestringNumber of permission records to return per page. Recommended to use 1,000 or less for optimal performance.
sort_byobjectSort the results by a specified field in ascending or descending order. Valid sortable fields are `group_id`, `path`, `user_id`, or `permission`.

No output schema declared.

No examples provided.

list_group_users ~113

Retrieve a paginated list of users belonging to a group. Use the per_page parameter to control result set size.

NameTypeReqDescription
group_idstringGroup ID. If provided, will return group_users of this group.
per_pagestringNumber of records to return per page. Recommended to use 1,000 or less for optimal performance, with a maximum of 10,000.
user_idstringUser ID. If provided, will return group_users of this user.

No output schema declared.

No examples provided.

list_groups ~121

Retrieve a paginated list of groups with optional filtering by IDs and sorting capabilities. Use this operation to browse available groups in your system.

NameTypeReqDescription
idsstringFilter results to include only groups with the specified IDs. Provide as a comma-separated list of group identifiers.
per_pagestringMaximum number of group records to return per page. Recommended to use 1,000 or less for optimal performance.
sort_byobjectSort results by a specified field in ascending or descending order. The `name` field is supported for sorting.

No output schema declared.

No examples provided.

list_history ~202

Retrieve the complete action history for the site with optional filtering by date range and customizable display format.

NameTypeReqDescription
displaystringControl the detail level of returned history entries. Use `full` for complete details or `parent` for parent-only view. Leave blank for default format.
end_atstringFilter to exclude history entries after this date and time. Leave blank to include all later entries.
per_pagestringNumber of history records to return per page. Maximum allowed is 10,000, though 1,000 or fewer is recommended for optimal performance.
sort_directionstringSort direction. Valid values: 'asc' or 'desc'
sort_fieldstringField to sort by. Valid values: 'path', 'folder', 'user_id', 'created_at'
start_atstringFilter to exclude history entries before this date and time. Leave blank to include all earlier entries.

No output schema declared.

No examples provided.

list_history_export_results ~98

Retrieve a paginated list of results from a completed history export. Use the history export ID to fetch the exported records with configurable page size.

NameTypeReqDescription
history_export_idstringyesThe unique identifier of the history export whose results you want to retrieve.
per_pagestringNumber of results to return per page. Recommended to use 1,000 or less for optimal performance, though up to 10,000 is supported.

No output schema declared.

No examples provided.

list_inbox_recipients ~114

Retrieve a list of recipients associated with a specific inbox. Use sorting and pagination to manage large result sets.

NameTypeReqDescription
inbox_idstringyesThe unique identifier of the inbox for which to list recipients.
per_pagestringMaximum number of records to return per page. Recommended to use 1,000 or less for optimal performance.
sort_byobjectSort results by a specified field in ascending or descending order. Only `has_registrations` is supported as a sortable field.

No output schema declared.

No examples provided.

list_inbox_registrations ~104

Retrieve a paginated list of inbox registrations, optionally filtered by a specific inbox. Use pagination parameters to control result set size.

NameTypeReqDescription
folder_behavior_idstringFilter results by the ID of the associated inbox. When provided, only registrations for that specific inbox are returned.
per_pagestringNumber of records to return per page. Recommended to use 1,000 or less for optimal performance, with a maximum of 10,000.

No output schema declared.

No examples provided.

list_inbox_uploads ~131

Retrieve a paginated list of uploads associated with inboxes. Filter by specific inbox or inbox registration, and optionally sort results by creation date.

NameTypeReqDescription
inbox_idstringFilter uploads by the associated inbox ID.
inbox_registration_idstringFilter uploads by the associated inbox registration ID.
per_pagestringNumber of records to return per page. Recommended to use 1,000 or less for optimal performance.
sort_byobjectSort results by a specified field in ascending or descending order. Only `created_at` is supported as a valid sort field.

No output schema declared.

No examples provided.

list_invoices ~61

Retrieve a paginated list of invoices. Use the per_page parameter to control the number of results returned per page.

NameTypeReqDescription
per_pagestringNumber of invoice records to return per page. Recommended to use 1,000 or less for optimal performance.

No output schema declared.

No examples provided.

list_ip_addresses ~76

Retrieve a paginated list of IP addresses associated with the current site. Use the per_page parameter to control result set size.

NameTypeReqDescription
per_pagestringNumber of records to return per page. Recommended to use 1,000 or less for optimal performance, though the API supports up to 10,000 records per page.

No output schema declared.

No examples provided.

list_locks ~103

Retrieve all locks for a specified path, with optional support for including locks from child objects and pagination control.

NameTypeReqDescription
include_childrenbooleanWhether to include locks from child objects in addition to the specified path.
pathstringyesThe resource path for which to retrieve locks.
per_pagestringNumber of records to return per page. Recommended to use 1,000 or less for optimal performance, with a maximum of 10,000.

No output schema declared.

No examples provided.

list_logins ~186

Retrieve a paginated list of site login history with optional filtering by date range and sorting capabilities.

NameTypeReqDescription
displaystringControl the response format. Use `full` for complete details or `parent` for parent-level information only.
end_atstringFilter to exclude login records after this date and time. Leave blank to include all later entries.
per_pagestringNumber of records to return per page. Recommended maximum is 1,000 for optimal performance.
sort_byobjectSort results by a specified field in ascending or descending order. Use format `sort_by[field_name]=direction` where field_name is `user_id` or `created_at` and direction is `asc` or `desc`.
start_atstringFilter to exclude login records before this date and time. Leave blank to include all earlier entries.

No output schema declared.

No examples provided.

list_message_comment_reactions ~84

Retrieve all reactions added to a specific message comment. Results are paginated and can be controlled via the per_page parameter.

NameTypeReqDescription
message_comment_idstringyesThe ID of the message comment for which to retrieve reactions.
per_pagestringMaximum number of reactions to return per page. Recommended to use 1,000 or less for optimal performance.

No output schema declared.

No examples provided.

list_message_comments ~79

Retrieve all comments associated with a specific message. Results are paginated and can be controlled via the per_page parameter.

NameTypeReqDescription
message_idstringyesThe ID of the message for which to retrieve comments.
per_pagestringMaximum number of comments to return per page. Recommended to use 1,000 or less for optimal performance.

No output schema declared.

No examples provided.

list_message_reactions ~77

Retrieve all reactions added to a specific message. Supports pagination to control the number of results returned per page.

NameTypeReqDescription
message_idstringyesThe ID of the message to retrieve reactions for.
per_pagestringMaximum number of reactions to return per page. Recommended to use 1,000 or less for optimal performance.

No output schema declared.

No examples provided.

list_messages ~86

Retrieve a paginated list of messages for a specific project. Use pagination parameters to control the number of results returned per page.

NameTypeReqDescription
per_pagestringNumber of messages to return per page. Recommended to use 1,000 or less for optimal performance.
project_idstringyesThe project ID for which to retrieve messages. Required to scope results to a specific project.

No output schema declared.

No examples provided.

list_notifications ~146

Retrieve a paginated list of notifications with optional sorting and ancestor path inclusion. Use this to display notification feeds or audit logs with flexible filtering options.

NameTypeReqDescription
include_ancestorsbooleanWhen enabled and a `path` filter is applied, include notifications from all parent paths in addition to the specified path. Has no effect if `path` is not specified.
per_pagestringMaximum number of notification records to return per page. Recommended to use 1,000 or less for optimal performance.
sort_byobjectSort results by a specified field in ascending or descending order. Valid sortable fields are `path`, `user_id`, or `group_id`.

No output schema declared.

No examples provided.

list_payments ~71

Retrieve a paginated list of payments. Use the per_page parameter to control the number of records returned per page.

NameTypeReqDescription
per_pagestringNumber of payment records to return per page. Recommended to use 1,000 or less for optimal performance, though up to 10,000 is supported.

No output schema declared.

No examples provided.

list_permissions ~143

Retrieve a paginated list of permissions with optional sorting and group inheritance filtering. Use this to view all permissions in the system, optionally including permissions inherited from group memberships.

NameTypeReqDescription
include_groupsbooleanWhen filtering by user or group, include permissions inherited from the user's group memberships in addition to directly assigned permissions.
per_pagestringNumber of records to return per page. Recommended to use 1,000 or less for optimal performance, though up to 10,000 is supported.
sort_byobjectSort results by a specified field in ascending or descending order. Valid sortable fields are: group_id, path, user_id, or permission.

No output schema declared.

No examples provided.

list_public_keys ~70

Retrieve a paginated list of public keys. Use the per_page parameter to control the number of results returned per page.

NameTypeReqDescription
per_pagestringNumber of records to return per page. Recommended to use 1,000 or less for optimal performance, with a maximum of 10,000.

No output schema declared.

No examples provided.

list_public_keys_by_user ~100

Retrieve a paginated list of public keys for a specified user. Use user ID `0` to retrieve keys for the current authenticated session.

NameTypeReqDescription
per_pagestringNumber of public keys to return per page. Recommended to use 1,000 or less for optimal performance.
user_idstringyesThe unique identifier of the user whose public keys should be retrieved. Use `0` to refer to the current authenticated user.

No output schema declared.

No examples provided.

list_public_keys_current_user ~77

Retrieve a paginated list of public keys associated with the user account. Use the per_page parameter to control pagination size.

NameTypeReqDescription
per_pagestringNumber of records to return per page. Recommended to use 1,000 or less for optimal performance, though the API supports up to 10,000 records per page.

No output schema declared.

No examples provided.

list_remote_servers ~70

Retrieve a paginated list of remote servers. Use the per_page parameter to control the number of results returned per page.

NameTypeReqDescription
per_pagestringNumber of records to return per page. Recommended to use 1,000 or less for optimal performance, with a maximum of 10,000.

No output schema declared.

No examples provided.

list_requests ~121

Retrieve a paginated list of requests with optional filtering and sorting. By default, shows only the current user's requests unless the user is a site admin.

NameTypeReqDescription
minebooleanFilter to show only requests belonging to the current user. Defaults to true for non-admin users.
per_pagestringNumber of records to return per page. Recommended to use 1,000 or less for optimal performance.
sort_byobjectSort results by a specified field in ascending or descending order. Only the `destination` field is supported for sorting.

No output schema declared.

No examples provided.

list_requests_folder ~145

Retrieve a list of requests, optionally filtered by folder path and user ownership. Results can be paginated and sorted by destination.

NameTypeReqDescription
minebooleanFilter to show only requests created by the current user. Defaults to true for non-admin users.
pathstringyesThe folder path to filter requests. Use `/` to represent the root directory. Required parameter.
per_pagestringNumber of records to return per page. Maximum allowed is 10,000, though 1,000 or less is recommended for optimal performance.
sort_byobjectSort results by a specified field in ascending or descending order. Valid field is `destination`.

No output schema declared.

No examples provided.

list_requests_user ~69

Retrieve a paginated list of user requests. Use the per_page parameter to control result set size for optimal performance.

NameTypeReqDescription
per_pagestringNumber of records to return per page. Recommended to use 1,000 or less for optimal performance, with a maximum of 10,000.

No output schema declared.

No examples provided.

list_reserved_ip_addresses ~66

Retrieve a paginated list of all reserved public IP addresses available in the system.

NameTypeReqDescription
per_pagestringNumber of records to return per page. Recommended to use 1,000 or less for optimal performance, with a maximum of 10,000 records per page.

No output schema declared.

No examples provided.

list_sftp_host_keys ~68

Retrieve a paginated list of SFTP host keys. Use pagination to manage large result sets efficiently.

NameTypeReqDescription
per_pagestringNumber of records to return per page. Recommended to use 1,000 or less for optimal performance, with a maximum of 10,000.

No output schema declared.

No examples provided.

list_site_ip_addresses ~72

Retrieve a paginated list of IP addresses associated with the current site. Use the per_page parameter to control result set size.

NameTypeReqDescription
per_pagestringNumber of records to return per page. Recommended to use 1,000 or less for optimal performance, with a maximum of 10,000.

No output schema declared.

No examples provided.

list_usage_snapshots ~62

Retrieve a paginated list of usage snapshots. Use the per_page parameter to control the number of records returned per page.

NameTypeReqDescription
per_pagestringNumber of records to return per page. Recommended to use 1,000 or less for optimal performance.

No output schema declared.

No examples provided.

Common questions

What is the com.mcparmory/files-com MCP server?

com.mcparmory/files-com is an MCP server listed in the public MCP registry as com.mcparmory/files-com. Manage files, users, and automated workflows across cloud storage and protocols. This page covers its PyPI package (mcparmory-files-com).

Is the com.mcparmory/files-com MCP server safe to use?

com.mcparmory/files-com scores 76 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the com.mcparmory/files-com MCP server expose?

com.mcparmory/files-com exposes 197 tools: list_action_notification_export_results, export_action_notifications, get_action_notification_export, retry_webhook_failure, get_current_api_key, and 192 more. Their descriptions and schemas cost roughly 23,890 tokens of context every time the server is loaded.

Is the com.mcparmory/files-com MCP server still maintained?

com.mcparmory/files-com is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.