qiita-trending-mcp-server
Verified Safeby Tocky14
Overview
Fetches trending articles from the Qiita API based on specified tags, intended as a component of a larger Microservice Composer Platform (MCP) server.
Installation
No command providedSecurity Notes
The code primarily involves making HTTP GET requests to the public Qiita API using axios. User input for 'tag' and 'per_page' is passed as query parameters, which is handled safely by axios and the Qiita API, reducing direct injection risks. No 'eval', 'child_process', or direct execution of untrusted input is observed. No hardcoded secrets are present. Error logging is implemented.
Similar Servers
qiniu-mcp-server
Provides a Model Context Protocol (MCP) server that enables AI models to interact with Qiniu cloud services including storage, intelligent multimedia processing, CDN, and live streaming.
dokku-mcp
Exposes Dokku's management capabilities through the Model Context Protocol (MCP), enabling Large Language Models (LLMs) to interact with and manage a Dokku instance.
mcp-video-extraction-plus
The server extracts text from various video and audio sources using multiple Automatic Speech Recognition (ASR) providers, including local Whisper and online services from JianYing (CapCut) and Bilibili.
mcp-server-requests
An MCP server that provides HTTP request capabilities, enabling LLMs to fetch and process web content, including saving to files.