Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"json-forge": {
"args": [
"-y",
"json-forge-mcp"
],
"command": "npx"
},
"web-scraper": {
"args": [
"-y",
"sovereign-web-scraper-mcp"
],
"command": "npx"
},
"seo-analyzer": {
"args": [
"-y",
"sovereign-seo-analyzer-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
34 MCP servers. 121 tools. One npx command away.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'sovereign-web-scraper-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked sovereign-web-scraper-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in design / developer-tools
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Manage Supabase projects — databases, auth, storage, and edge functions
MCP server for using the GitLab API
MCP Security Weekly
Get CVE alerts and security updates for io.github.ryudi84/shadow and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
34 MCP servers. 121 tools. One npx command away.
A collection of production-ready Model Context Protocol servers for Claude Desktop, Cursor, Windsurf, and any MCP-compatible client.
Pick any server and run it:
# Web scraping
npx sovereign-web-scraper-mcp
# SQL toolkit
npx sql-forge-mcp
# Git helpers
npx git-forge-mcp
# CSS generator
npx css-forge-mcp
# JSON Swiss Army knife
npx json-forge-mcp
Or add to your MCP configuration:
{
"mcpServers": {
"web-scraper": { "command": "npx", "args": ["-y", "sovereign-web-scraper-mcp"] },
"seo-analyzer": { "command": "npx", "args": ["-y", "sovereign-seo-analyzer-mcp"] },
"json-forge": { "command": "npx", "args": ["-y", "json-forge-mcp"] }
}
}
| Server | Tools | Description | Install |
|---|---|---|---|
| api-forge-mcp | 3 | MCP server for generating REST API boilerplate — Express end... | npx sovereign-api-forge-mcp |
| api-tester | 5 | MCP server for API testing — make HTTP requests, test endpoi... | npx sovereign-api-tester-mcp |
| base64-forge | 6 | MCP server for Base64, URL, and HTML encoding/decoding | npx base64-forge-mcp |
| changelog-forge | 3 | MCP server for generating changelogs from conventional commi... | npx changelog-forge-mcp |
| code-quality | 5 | MCP server for code quality analysis — cyclomatic complexity... | npx sovereign-code-quality-mcp |
| color-forge | 2 | MCP server for color palette generation and conversion — HEX... | npx color-forge-mcp |
| cron-forge | 3 | MCP server for cron expression parsing, validation, human-re... | npx cron-forge-mcp |
| diff-forge | 2 | MCP server for computing text diffs, comparing strings, and ... | npx diff-forge-mcp |
| env-forge | 3 | MCP server for .env file validation, parsing, comparison, an... | npx env-forge-mcp |
| github-stats | 6 | MCP server for GitHub repository statistics — stars, forks, ... | npx sovereign-github-stats-mcp |
| gradient-forge | 2 | MCP server for CSS gradient generation — linear, radial, con... | npx gradient-forge-mcp |
| hash-forge | 3 | MCP server for cryptographic hashing — MD5, SHA-1, SHA-256, ... | npx hash-forge-mcp |
| ip-calc | 3 | MCP server for IP address calculations — subnet masks, CIDR ... | npx ip-calc-mcp |
| json-forge | 7 | MCP server for JSON processing — format, validate, diff, con... | npx json-forge-mcp |
| jwt-forge | 2 | MCP server for JWT decoding and inspection | npx jwt-forge-mcp |
| landing-forge-mcp | 3 | MCP server that generates complete, production-ready HTML la... | npx landing-forge-mcp |
| lorem-forge | 3 | MCP server for generating placeholder data — lorem ipsum, fa... | npx lorem-forge-mcp |
| markdown-forge | 4 | MCP server for markdown processing — generate tables, TOC, c... | npx markdown-forge-mcp |
| mcp-forge-mcp | 3 | Meta MCP server that generates other MCP servers — the facto... | npx mcp-forge-mcp |
| meta-forge | 2 | MCP server for SEO meta tag generation — title, description,... | npx meta-forge-mcp |
| password-forge | 3 | MCP server for generating secur |