Back to Home
carlos-dev icon

medium-mcp-server

Verified Safe

by carlos-dev

Overview

An MCP server to search, filter, extract, and summarize articles about AI from Medium for AI agents.

Installation

Run Command
npm run dev

Security Notes

The server uses Zod for input validation, preventing common injection vulnerabilities. URLs are explicitly checked to ensure they are from medium.com, mitigating SSRF risks. HTML parsing uses cheerio in the local server code to extract content, and regex parsing in the Vercel deployment code. While the scraper attempts to remove script/style tags from extracted content, consumers of this tool should still perform their own sanitization if the content is to be rendered in a browser to prevent XSS. No hardcoded secrets or 'eval' usage found. CORS is set to allow all origins, which is typical for public MCP servers.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1800
Stars0
Forks0
Last Update2025-12-15

Tags

Web ScrapingArticle ExtractionAI NewsMediumSummarization