Pinboard MCP Server
by rossshannon
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PINBOARD_TOKEN | Yes | Your Pinboard API token in format username:token |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_bookmarksA | Search bookmarks by query string across titles, notes, and tags (recent focus). |
| search_bookmarks_extendedA | Extended search for comprehensive historical results across titles, notes, and tags. |
| list_recent_bookmarksA | List bookmarks saved in the last N days. |
| list_bookmarks_by_tagsA | List ALL bookmarks filtered by tags and optional date range. |
| list_tagsA | List all tags with their usage counts. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rossshannon/pinboard-bookmarks-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server