Skip to main content
Glama

Bookstore MCP Server

by hongfanmeng

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_all_books

Get all books.

get_book_by_id

Get book by ID.

search_books_by_title

Search books by title.

search_books_by_author

Search books by author.

get_books_in_stock

Get books with count > 0.

buy_book

Buy a book.

check_availability

Check if book is available.

restock_book

Add stock to a book.

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/hongfanmeng/bookstore-mcp'

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