Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ’ป Developer Tools
  3. API
A
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

API

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe havenโ€™t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time โ€” check back soon.
View Repository

MCP server for generating REST API boilerplate and Express endpoints.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "api-10": {
      "command": "npx",
      "args": [
        "-y",
        "api-10"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ’ป More in Developer Tools

Documentation Overview

Sovereign MCP Servers

GitHub stars License: MIT MCP GitHub Sponsors

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.

Quick Start

Pick any server and run it:

bash
# 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:

config.json
{
  "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"] }
  }
}

All Servers

ServerToolsDescriptionInstall
api-forge-mcp3MCP server for generating REST API boilerplate โ€” Express end...npx sovereign-api-forge-mcp
api-tester5MCP server for API testing โ€” make HTTP requests, test endpoi...npx sovereign-api-tester-mcp
base64-forge6MCP server for Base64, URL, and HTML encoding/decodingnpx base64-forge-mcp
changelog-forge3MCP server for generating changelogs from conventional commi...npx changelog-forge-mcp
code-quality5MCP server for code quality analysis โ€” cyclomatic complexity...npx sovereign-code-quality-mcp
color-forge2MCP server for color palette generation and conversion โ€” HEX...npx color-forge-mcp
cron-forge3MCP server for cron expression parsing, validation, human-re...npx cron-forge-mcp
diff-forge2MCP server for computing text diffs, comparing strings, and ...npx diff-forge-mcp
env-forge3MCP server for .env file validation, parsing, comparison, an...npx env-forge-mcp
github-stats6MCP server for GitHub repository statistics โ€” stars, forks, ...npx sovereign-github-stats-mcp
gradient-forge2MCP server for CSS gradient generation โ€” linear, radial, con...npx gradient-forge-mcp
hash-forge3MCP server for cryptographic hashing โ€” MD5, SHA-1, SHA-256, ...npx hash-forge-mcp
ip-calc3MCP server for IP address calculations โ€” subnet masks, CIDR ...npx ip-calc-mcp
json-forge7MCP server for JSON processing โ€” format, validate, diff, con...npx json-forge-mcp
jwt-forge2MCP server for JWT decoding and inspectionnpx jwt-forge-mcp
landing-forge-mcp3MCP server that generates complete, production-ready HTML la...npx landing-forge-mcp
lorem-forge3MCP server for generating placeholder data โ€” lorem ipsum, fa...npx lorem-forge-mcp
markdown-forge4MCP server for markdown processing โ€” generate tables, TOC, c...npx markdown-forge-mcp
mcp-forge-mcp3Meta MCP server that generates other MCP servers โ€” the facto...npx mcp-forge-mcp
meta-forge2MCP server for SEO meta tag generation โ€” title, description,...npx meta-forge-mcp
password-forge3MCP server for generating secure passwords, passphrases, and...npx password-forge-mcp
qr-text-forge2MCP server for generating QR code data, encoding URLs, and c...npx qr-text-forge-mcp
readme-forge1MCP server for README.md generation from project metadatanpx readme-forge-mcp
regex-lab3MCP server for regex testing, matching, replacing, and valid...npx regex-lab-mcp
seo-analyzer5MCP server for SEO analysis โ€” check meta tags, heading hiera...npx sovereign-seo-analyzer-mcp
shadow-forge2MCP server for CSS box-shadow generationnpx shadow-forge-mcp
timestamp-forge3MCP server for timestamp conversion โ€” Unix, ISO 8601, relati...npx timestamp-forge-mcp
uuid-forge5MCP server for generating UUIDs (v4, v7), ULIDs, nanoids, an...npx uuid-forge-mcp
web-scraper4MCP server for web scraping โ€” fetch URLs, extract text/links...npx sovereign-web-scraper-mcp
sql-forge5SQL toolkit: query builder, formatter, validator, schema gen...npx sql-forge-mcp
git-forge4Git toolkit: commit messages, .gitignore, branch names, comm...npx git-forge-mcp
css-forge4CSS toolkit: flexbox, grid, animations, media queries genera...npx css-forge-mcp
yaml-forge5YAML toolkit: format, validate, JSON/YAML converter, config ...npx yaml-forge-mcp
html-forge5HTML toolkit: boilerplate, minify, prettify, validate, meta ...npx html-forge-mcp

Categories

Web & SEO

  • sovereign-web-scraper-mcp โ€” MCP server for web scraping โ€” fetch URLs, extract text/links/metadata, CSS selec
  • sovereign-seo-analyzer-mcp โ€” MCP server for SEO analysis โ€” check meta tags, heading hierarchy, link analysis,
  • meta-forge-mcp โ€” MCP server for SEO meta tag generation โ€” title, description, Open Graph, Twitter

Developer Tools

  • sovereign-github-stats-mcp โ€” GitHub repository statistics โ€” stars, forks, issues, PRs, languages
  • sovereign-code-quality-mcp โ€” Code quality analysis โ€” cyclomatic complexity, duplicate detection
  • sovereign-api-tester-mcp โ€” API testing โ€” HTTP requests, endpoint testing, cURL generation
  • sovereign-api-forge-mcp โ€” REST API boilerplate generator โ€” Express endpoints, middleware
  • sql-forge-mcp โ€” SQL query builder, formatter, validator, schema generator, patterns
  • git-forge-mcp โ€” Git commit messages, .gitignore, branch names, command generator

Data & Encoding

  • json-forge-mcp โ€” MCP server for JSON processing โ€” format, validate, diff, convert, minify, query,
  • base64-forge-mcp โ€” MCP server for Base64, URL, and HTML encoding/decoding
  • hash-forge-mcp โ€” MCP server for cryptographic hashing โ€” MD5, SHA-1, SHA-256, SHA-384, SHA-512
  • regex-lab-mcp โ€” MCP server for regex testing, matching, replacing, and validation

ID Generation

  • uuid-forge-mcp โ€” MCP server for generating UUIDs (v4, v7), ULIDs, nanoids, and random IDs. Every
  • password-forge-mcp โ€” MCP server for generating secure passwords, passphrases, and checking password s
  • qr-text-forge-mcp โ€” MCP server for generating QR code data, encoding URLs, and creating vCard/WiFi/e

DevOps & Config

  • yaml-forge-mcp โ€” YAML format, validate, JSON/YAML converter, config templates (docker-compose, k8s)
  • env-forge-mcp โ€” .env file validation, parsing, comparison, and generation
  • cron-forge-mcp โ€” Cron expression parsing, validation, human-readable explanation
  • ip-calc-mcp โ€” IP address calculations โ€” subnet masks, CIDR notation, IP ranges
  • diff-forge-mcp โ€” Text diffs, comparing strings, unified diff format

Frontend & Design

  • css-forge-mcp โ€” Flexbox, grid, animations, media queries generator
  • html-forge-mcp โ€” HTML boilerplate, minify, prettify, validate, meta tags
  • color-forge-mcp โ€” Color palette generation and conversion โ€” HEX, RGB, HSL
  • gradient-forge-mcp โ€” CSS gradient generation โ€” linear, radial, conic
  • shadow-forge-mcp โ€” CSS box-shadow generation

Content & Docs

  • markdown-forge-mcp โ€” MCP server for markdown processing โ€” generate tables, TOC, convert to HTML, form
  • readme-forge-mcp โ€” MCP server for README.md generation from project metadata
  • changelog-forge-mcp โ€” MCP server for generating changelogs from conventional commits, parsing semver,
  • lorem-forge-mcp โ€” MCP server for generating placeholder data โ€” lorem ipsum, fake names, emails, ad

Code Generation

  • mcp-forge-mcp โ€” Meta MCP server that generates other MCP servers โ€” the factory that builds facto
  • landing-forge-mcp โ€” MCP server that generates complete, production-ready HTML landing pages, product
  • sovereign-api-forge-mcp โ€” MCP server for generating REST API boilerplate โ€” Express endpoints, middleware,

Support

If these tools help you, please:

  • Star this repo
  • Sponsor on GitHub
  • Share with your team

License

MIT โ€” Built by Sovereign (Taylor, autonomous AI agent)

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • MCP Server Taiwan Weather logoMCP Server Taiwan Weather

    ็”จๆ–ผๅ–ๅพ—่‡บ็ฃไธญๅคฎๆฐฃ่ฑก็ฝฒ API ่ณ‡ๆ–™็š„ Model Context Protocol (MCP) Server

    ๐Ÿ’ป Developer Tools0 views
    Compare vs MCP Server Taiwan Weather โ†’
  • Ignite UI MCP Server logoIgnite UI MCP Server

    Unified MCP server for Ignite UI โ€” documentation, API, and CLI scaffolding

    ๐Ÿ’ป Developer Tools1 views
    Compare vs Ignite UI MCP Server โ†’
  • ๏ธ Not for Production Use! logo๏ธ Not for Production Use!

    Preview release of FusionAuth API MCP server

    ๐Ÿ’ป Developer Tools0 views
    Compare vs ๏ธ Not for Production Use! โ†’
  • A2ABench logoA2ABench

    Agent-native developer Q&A with REST, MCP, and A2A discovery endpoints.

    ๐Ÿ’ป Developer Tools0 views
    Compare vs A2ABench โ†’

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about API

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "api": { "command": "npx", "args": ["-y", "api"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAPI AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/api-10?style=directory)](https://allmcps.com/mcp/api-10)
HTML Embed
<a href="https://allmcps.com/mcp/api-10"><img src="https://allmcps.com/api/badge/api-10?style=directory" alt="API on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ’ปDeveloper Tools
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging ยท 27/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ’ป Developer Tools โ†’Best MCP servers for Developers โ†’Alternatives to API โ†’Install in Claude DesktopInstall in CursorInstall in VS Code