handbook

MCP serverSearch

MCP server for the Handbook API – manage handbook entries via CRUD, overview and tag search.

This server has no hosted endpoint yet, so ahel can't serve it. You can still add it. It stays paused until ahel can serve it.

Serve it through your gateway

One link, every agent. Your own credentials, stored once.

Tools it gives your agents (7)

ToolWhat it does
handbook_list_entriesRetrieve all handbook entries. Returns a list with title, ID, app, active status and tags for every entry. Returns: Array of HandbookEntry objects. Use when: you need an overview of all existing...
handbook_get_entryRetrieve a single handbook entry by its ID, including full content in markdown. Args: - id (string): The MongoDB ObjectId of the entry Returns: Full HandbookEntry object with content.
handbook_create_entryCreate a new handbook entry. Args: - title (string): Entry title - content (string, optional): Markdown content - active (boolean): Whether the entry is active - app (string): App...
handbook_update_entryUpdate an existing handbook entry by ID. Args: - id (string): ID of the entry to update - title (string): Updated title - content (string, optional): Updated markdown content - active...
handbook_delete_entryPermanently delete a handbook entry by ID. Args: - id (string): ID of the entry to delete Returns: Confirmation of deletion.
handbook_get_overviewGet a lightweight overview of all handbook entries for a specific app. Returns only title, ID, app and tags (no full content). Args: - app (string): App identifier (e.g.
handbook_search_tagsSearch for tags across all handbook entries. Args: - searchQuery (string): Search string to filter tags (e.g. 'meet') Returns: HandbookTagsResponse with an array of matching tag strings.

Signals

Last commit
Mar 2026
Tools captured
7

ahel review

  • S4low
    published under jannks's namespace; repository belongs to ah-oh

Automated review, not a security audit. Ruleset v1.