Publish articles to Qiita, Japan's largest technical knowledge sharing platform
Do not connect
The assessed surface is high-risk. Remediate the findings before connecting.
Scanned 7 days ago Due for re-check
A server can change after it's graded. Re-run the automated scan to refresh this report.
This grade is deterministic and reproducible: the same server surface always yields the same grade under a given algorithm version. It is a real automated assessment computed by the MCPGrade engine from what the probe actually observed — not a fabricated or opinion score. It is not a manual human pentest, so it can miss context-specific risks.
Every signal below was measured directly by the automated probe. The grade is derived only from evidence like this — nothing is assumed.
The Qiita MCP MCP server exposes 6 tools, focused primarily on general-purpose capabilities. Its published description reads: "Publish articles to Qiita, Japan's largest technical knowledge sharing platform". It communicates over Streamable HTTP using the 2025-06-18 protocol revision, and does not require authorization to connect. MCPGrade currently rates Qiita MCP D+ — the assessed surface is high-risk and should be remediated before use. Its most notable findings include "Data-exfiltration parameters" and "Cross-tool shadowing". This report is a deterministic, reproducible automated assessment: the same observed surface always yields the same grade under a given algorithm version, and it is refreshed as new scans arrive and free to read — but it is not a substitute for a manual human security review. Always re-check Qiita MCP's advertised tools, transport security, and authorization posture before connecting an autonomous agent or sharing sensitive context with it.
Add Qiita MCP to an MCP client using the endpoint below. Review the grade and findings above before granting an autonomous agent access.
MCP endpoint
https://qiita-com.fastmcp.app/mcpStreamable HTTP transport. This is the MCP endpoint, not a website — paste it into your MCP client server list rather than a browser.
Captured passively during the read-only scan. Click any value to find servers that match it.
The tools this server advertises via tools/list — names, purposes, and the parameters each accepts, exactly as enumerated read-only.
Qiita 公開記事を検索します (GET /api/v2/items?query=...). Args: query: 検索クエリ(例: "tag:python fastmcp") page: ページ番号 (1..) per_page: 件数 (1..100) Returns: results: [{id, title, url, likes_count, stocks_count, creat
記事IDで取得します (GET /api/v2/items/:item_id). Returns: {id, title, body(markdown), rendered_body(html), tags, url, user, ...}
自分の投稿一覧を取得します (GET /api/v2/authenticated_user/items). 要アクセストークン(read_qiita)
Sorted worst-first. Each finding shows its severity, what it means, its OWASP MCP Top-10 mapping, and a recommended fix — the check id links to the exact methodology row that produced it.
tool: post_qiita_article
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
parameter "organization_url_name"RecommendationRemove side-channel parameters; constrain tool inputs.
tool: (server instructions)
A tool description tries to alter the model’s use of another tool.
以下のツールを提供します: - search_qiita_items: キーワード検索(公開記事) - get_qiita_item: 記事IDで取得 - get_RecommendationDescriptions must describe only their own tool.
The server accepts tool enumeration (and likely invocation) with no authentication.
RecommendationRequire OAuth 2.1 authorization for any server exposing non-public tools.
AWS's official fully managed remote server that provides real-time access to comprehensive AWS documentation, API references, troubleshooting guides, and architectural guidance across multiple knowledge sources including What's New posts, Builder Center content, blog posts, and Well-Architected frameworks for building applications, managing infrastructure, and learning AWS services through natural language queries.
Search live events, conference weeks, host cities, venues, and artist tour schedules.
Live verifiable on-chain data for the $BOBAI token on BNB Chain.
Identity certification, public registry, reputation scoring, and x402 micropayments for AI agents built on Base and Solana.
Search 11M+ products across SG, SEA, and US. Agent-native catalog for AI shopping agents.
Real-time and historical market data for forex, stocks, crypto, indices, and metals via the TickDB API.
Qiita に新規投稿します (POST /api/v2/items). 要アクセストークン(write_qiita) Args: title: 記事タイトル body: 本文 (Markdown) tags: 例: [{"name":"python","versions":["3.11"]}] private: 下書き/限定公開にしたい場合 True tweet: 投稿時にTwitter連携(現
既存記事を更新します (PATCH /api/v2/items/:item_id). 要アクセストークン(write_qiita) 指定した項目のみ部分更新します。
Qiita の Markdown 仕様やチートシートの参考リンクを返します(説明目的のリソース)。