microcms-api-mcp-server

microcms-api-mcp-server

3.2

If you are the rightful owner of microcms-api-mcp-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.

This project implements a server to access the microCMS API using the Model Context Protocol (MCP).

The microCMS MCP server provides a robust interface for interacting with the microCMS API using the Model Context Protocol (MCP). It allows users to retrieve lists of content, access specific content by ID, perform keyword searches, and filter content based on complex conditions. This server is designed to be compatible with any MCP client, making it versatile for various applications. The server is implemented in TypeScript and can be built and run using Node.js. It is particularly useful for developers looking to integrate microCMS content management capabilities into their applications with ease.

Features

  • Content List Retrieval: Fetch lists of content from specified endpoints.
  • Specific Content Retrieval: Access specific content by providing an ID.
  • Content Search: Retrieve content using keyword searches.
  • Filter Search: Filter content using complex conditions.

Tools

  1. get_contents

    Get a list of contents

  2. get_content

    Get specific content

  3. search_contents

    Get content by keyword search

  4. filter_contents

    Filter content by complex conditions