KosmoKrator

productivity

Droplr MCP, CLI, and Lua Integration for AI Agents

Droplr integration docs for AI agents: MCP gateway setup, Droplr CLI commands, Lua API reference, credentials, and function schemas.

6 functions 4 read 2 write Bearer token auth

Droplr for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
droplr
route_slug
droplr
package
droplr
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Droplr MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Droplr.

Droplr CLI Matrix

Use these pages for direct Droplr CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
droplr.droplr_list_drops Read read 4 List drops (short links, files, images, notes) from Droplr. Supports filtering by type and search query, with pagination.
droplr.droplr_get_drop Read read 1 Get details of a specific drop (short link, file, image, or note) by its ID.
droplr.droplr_create_drop Write write 3 Create a new drop (short link) in Droplr. Provide a long URL to shorten, with optional title and variant.
droplr.droplr_delete_drop Write write 1 Delete a drop (short link, file, image, or note) from Droplr by its ID. This action is permanent.
droplr.droplr_list_boards Read read 2 List boards (collections of drops) from Droplr. Supports pagination.
droplr.droplr_get_current_user Read read 0 Get the authenticated Droplr user's profile, including name, email, and plan information.