microcms-api-mcp-server

microcms-api-mcp-server

0

This project implements a server to access the microCMS API using the Model Context Protocol (MCP). It offers features like content retrieval, keyword search, and filtering with complex conditions, facilitating seamless integration with any MCP client.

microCMS MCP Server

microCMS MCP Server offers the following features:

  • Content List Retrieval: Get a list of contents from a specified endpoint.
  • Specific Content Retrieval: Retrieve specific content by ID.
  • Content Search: Obtain content through keyword search.
  • Filter Search: Filter content using complex conditions.

The server adheres to the MCP protocol and can be accessed using any MCP client. It provides tools to access the microCMS API, such as retrieving the latest 10 articles' titles from a blog endpoint.

Available Tools

get_contents

Retrieve a content list, with parameters for endpoint, limit, offset, orders, search query, filters, fields, and reference depth.

get_content

Retrieve specific content using parameters such as endpoint, content ID, and optional fields and depth.

search_contents

Obtain contents via keyword search, with parameters for endpoint, keyword, limit, offset, fields, and depth.

filter_contents

Filter content based on complex conditions, with parameters for endpoint, filters, limit, offset, fields, and depth.