Back to Home
Technickel-Dev icon

baseline-mcp

Verified Safe

by Technickel-Dev

Overview

Provides an MCP server to query and analyze baseline web features, browser compatibility, and web standards data for developers and AI assistants.

Installation

Run Command
npm start

Security Notes

The server processes JSON-RPC requests and uses internal, trusted data sources from the `web-features` npm package and local JSON files. It relies on the `@modelcontextprotocol/sdk` for transport and request handling. No direct `eval` of user input, unvalidated external network calls, or hardcoded sensitive secrets are evident in the server's code. Tools designed for file analysis, such as `list_features_in_file` and `get_min_browser_support_for_file`, expect `fileContent` (the content of the file) as input, not `filePath`, meaning the server does not directly access the filesystem based on user-provided paths. The prompts for LLMs (`find-features-in-file`, `min-browser-support-report`) suggest operations involving file paths, but the actual server tools that implement these operations require the file content to be provided by the client, preventing server-side arbitrary file access.

Similar Servers

Stats

Interest Score37
Security Score9
Cost ClassMedium
Avg Tokens10000
Stars7
Forks3
Last Update2026-01-18

Tags

Web DevelopmentBrowser CompatibilityBaseline FeaturesMCPAI Tools