productivity
Pinboard MCP, CLI, and Lua Integration for AI Agents
Pinboard integration docs for AI agents: MCP gateway setup, Pinboard CLI commands, Lua API reference, credentials, and function schemas.Pinboard 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 |
|---|---|---|---|
pinboard.pinboard_posts_update | Read read | 0 | Return the most recent bookmark add, update, or delete time. |
pinboard.pinboard_posts_add | Write write | 0 | Add or update a bookmark. |
pinboard.pinboard_posts_delete | Write write | 0 | Delete an existing bookmark. |
pinboard.pinboard_posts_get | Read read | 0 | Return one or more posts for a date or URL. |
pinboard.pinboard_posts_recent | Read read | 0 | Return recent posts, optionally filtered by tag. |
pinboard.pinboard_posts_all | Read read | 0 | Return all bookmarks in the account. |
pinboard.pinboard_posts_dates | Read read | 0 | Return dates with bookmark counts. |
pinboard.pinboard_posts_suggest | Read read | 0 | Return popular and recommended tags for a URL. |
pinboard.pinboard_tags_get | Read read | 0 | Return tags and usage counts. |
pinboard.pinboard_tags_delete | Write write | 0 | Delete all instances of a tag. |
pinboard.pinboard_tags_rename | Write write | 0 | Rename a tag or fold it into an existing tag. |
pinboard.pinboard_user_secret | Read read | 0 | Return the secret RSS key. |
pinboard.pinboard_user_api_token | Read read | 0 | Return the user API token. |
pinboard.pinboard_notes_list | Read read | 0 | Return a list of notes without note text detail. |
pinboard.pinboard_notes_get | Read read | 0 | Return an individual note. |
pinboard.pinboard_api_get | Read read | 2 | Call a safe relative Pinboard GET path for endpoints not covered by first-class tools. |