Server data from the Official MCP Registry
Let AI agents interact with any website through natural language instead of CSS selectors
Let AI agents interact with any website through natural language instead of CSS selectors
Set these up before or after installing:
Environment variable: BABELWRAP_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-soulfir-babelwrap-mcp": {
"env": {
"BABELWRAP_API_KEY": "your-babelwrap-api-key-here"
},
"args": [
"babelwrap-mcp"
],
"command": "uvx"
}
}
}This is a well-structured MCP server that provides web browsing capabilities through the BabelWrap API. The code demonstrates good security practices with proper authentication via API keys stored in environment variables, appropriate error handling, and secure HTTP client configuration. Supply chain analysis found 5 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.
Scanned 5 files · 8 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!
by Toleno
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace
Create, build, and publish Python MCP servers to PyPI — conversationally.
by mcp-marketplace
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally