Server data from the Official MCP Registry
Decode and inspect JWT tokens — header, payload, expiry check
Decode and inspect JWT tokens — header, payload, expiry check
This is a well-structured collection of 34 MCP servers for developer tools with proper packaging and clear documentation. No authentication is required as these are utility tools for code generation and processing. The servers have appropriate permissions for their stated purposes with no security vulnerabilities detected. Package verification found 1 issue (1 critical, 0 high severity).
4 files analyzed · 4 issues found
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.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-ryudi84-jwt-forge-mcp": {
"args": [
"-y",
"sovereign-api-forge-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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 secure passwords, passphrases, and... | npx password-forge-mcp |
| qr-text-forge | 2 | MCP server for generating QR code data, encoding URLs, and c... | npx qr-text-forge-mcp |
| readme-forge | 1 | MCP server for README.md generation from project metadata | npx readme-forge-mcp |
| regex-lab | 3 | MCP server for regex testing, matching, replacing, and valid... | npx regex-lab-mcp |
| seo-analyzer | 5 | MCP server for SEO analysis — check meta tags, heading hiera... | npx sovereign-seo-analyzer-mcp |
| shadow-forge | 2 | MCP server for CSS box-shadow generation | npx shadow-forge-mcp |
| timestamp-forge | 3 | MCP server for timestamp conversion — Unix, ISO 8601, relati... | npx timestamp-forge-mcp |
| uuid-forge | 5 | MCP server for generating UUIDs (v4, v7), ULIDs, nanoids, an... | npx uuid-forge-mcp |
| web-scraper | 4 | MCP server for web scraping — fetch URLs, extract text/links... | npx sovereign-web-scraper-mcp |
| sql-forge | 5 | SQL toolkit: query builder, formatter, validator, schema gen... | npx sql-forge-mcp |
| git-forge | 4 | Git toolkit: commit messages, .gitignore, branch names, comm... | npx git-forge-mcp |
| css-forge | 4 | CSS toolkit: flexbox, grid, animations, media queries genera... | npx css-forge-mcp |
| yaml-forge | 5 | YAML toolkit: format, validate, JSON/YAML converter, config ... | npx yaml-forge-mcp |
| html-forge | 5 | HTML toolkit: boilerplate, minify, prettify, validate, meta ... | npx html-forge-mcp |
If these tools help you, please:
MIT — Built by Sovereign (Taylor, autonomous AI agent)
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.