Back to Home
Tocky14 icon

qiita-trending-mcp-server

Verified Safe

by 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

Run Command
No command provided

Security 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-07

Tags

QiitaAPI IntegrationArticle FetchingTypeScriptMicroservice