Skip to main content
Glama
7robots

Micro.blog Books MCP Server

by 7robots

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MICRO_BLOG_BEARER_TOKENYesYour bearer token from Micro.blog account settings for API authentication

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_bookshelvesB

Get all bookshelves from Micro.blog.

get_bookshelf_booksB

Get books in a specific bookshelf.

Args: bookshelf_id: The ID of the bookshelf to get books from

add_bookshelfB

Add a new bookshelf.

Args: name: The name of the new bookshelf

rename_bookshelfC

Rename a bookshelf.

Args: bookshelf_id: The ID of the bookshelf to rename name: The new name for the bookshelf

add_bookB

Add a new book.

Args: title: The title of the book author: The author of the book bookshelf_id: The ID of the bookshelf to add the book to isbn: The ISBN of the book (optional) cover_url: URL to the book cover image (optional)

move_bookB

Move a book to a different bookshelf.

Args: book_id: The ID of the book to move bookshelf_id: The ID of the target bookshelf

remove_bookB

Remove a book from a bookshelf.

Args: bookshelf_id: The ID of the bookshelf book_id: The ID of the book to remove

change_book_coverC

Change the cover for a book.

Args: bookshelf_id: The ID of the bookshelf book_id: The ID of the book cover_url: URL to the new cover image

get_reading_goalsC

Get reading goals.

get_goal_progressC

Get books list progress toward a goal.

Args: goal_id: The ID of the reading goal

update_reading_goalB

Update reading goal.

Args: goal_id: The ID of the reading goal value: The target number of books for the goal progress: The current progress (number of books read, optional)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/7robots/micro-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server