Back to Home
Technickel-Dev icon

baseline-mcp

Verified Safe

by Technickel-Dev

Overview

This MCP server provides tools and prompts for AI assistants to query and analyze baseline web features data, browser compatibility, and web standards.

Installation

Run Command
npm start

Security Notes

The server uses Zod for input validation for its tools, significantly reducing risks from malformed input. It primarily performs data lookups and string manipulations on internally managed data (`web-features` package). The `list_features_in_file` tool accepts file content as a string, shifting responsibility for file reading to the client rather than the server handling arbitrary file paths, which is a safer approach. No direct 'eval' or execution of user-controlled code is apparent. The `baseline-demo` client uses `GOOGLE_API_KEY` as an environment variable, which is good practice. The server's exposed endpoints and error handling appear standard.

Similar Servers

Stats

Interest Score37
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars6
Forks2
Last Update2025-12-04

Tags

AI AssistantWeb FeaturesBrowser CompatibilityDeveloper ToolsMCP