Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by burnworks • Search & Retrieval
An MCP-compatible server that exposes microCMS APIs (list, get, search, filter) so MCP clients and agents can query microCMS content programmatically.
Fetch and list the latest entries from a microCMS endpoint (e.g., retrieve the 10 most recent blog posts).
Retrieve a specific microCMS item by ID, including support for draftKey and selective fields/depth to reduce payload size.
Perform keyword searches or complex filter queries (including multi-condition filters and sorting) against microCMS content.
This project implements a Model Context Protocol (MCP) server that proxies microCMS API endpoints and exposes tools for listing contents, retrieving a specific content by ID, performing keyword searches, and applying complex filters. It is written in TypeScript and intended to be run as an MCP server (examples provided for Claude desktop configuration) with required environment variables for the microCMS base URL and API key. The server supports limiting, ordering, field selection, depth for references, and draft-key access, enabling agents to fetch targeted content efficiently. It is useful for integrating microCMS content into LLM agents and other MCP-aware clients.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.