kiwamizamurai_mcp-kibela-server

MCP-Mirror/kiwamizamurai_mcp-kibela-server

3.1

If you are the rightful owner of kiwamizamurai_mcp-kibela-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP server implementation for Kibela API integration, enabling LLMs to interact with Kibela content.

Tools

Functions exposed to the LLM to take actions

kibela_search_notes

Search Kibela notes with given query. Input: query (string). Returns: List of matching notes with ID, title and URL.

kibela_get_my_notes

Get your latest notes from Kibela. Input: limit (number, optional). Returns: List of your latest notes.

kibela_get_note_content

Get content and comments of a specific note. Input: id (string). Returns: Note content in HTML format and recent comments.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources