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.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.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
droplr.droplr_list_drops | Read read | 0 | List drops with filtering and sorting. |
droplr.droplr_get_drop | Read read | 0 | Get one drop. |
droplr.droplr_create_drop | Write write | 0 | Create a short-link drop. |
droplr.droplr_create_note | Write write | 0 | Create a note drop. |
droplr.droplr_create_drop_raw | Write write | 0 | Create a drop from a raw payload. |
droplr.droplr_update_drop | Write write | 0 | Update one drop. |
droplr.droplr_delete_drop | Write write | 0 | Delete a drop. |
droplr.droplr_list_boards | Read read | 0 | List boards. |
droplr.droplr_get_current_user | Read read | 0 | Get current user profile. |
droplr.droplr_update_current_user | Write write | 0 | Update account fields. |
droplr.droplr_api_get | Read read | 0 | Call a Droplr GET endpoint. |
droplr.droplr_api_post | Write write | 0 | Call a Droplr POST endpoint. |
droplr.droplr_api_put | Write write | 0 | Call a Droplr PUT endpoint. |
droplr.droplr_api_delete | Write write | 0 | Call a Droplr DELETE endpoint. |