This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+5 more
Affected surfaces
Summary
AI summaryAdded dual-transport architecture with HTTP/SSE support, REST API, OpenAPI spec and ChatGPT Actions manifest.
Full changelog
🚀 HTTP Transport & ChatGPT Actions Support
This release adds dual-transport architecture, enabling domain-search-mcp to work with ChatGPT, LM Studio, web clients, and any REST API consumer.
✨ New Features
- HTTP/SSE Transport: Run with
--httpflag for web-compatible transport - REST API: All 10 tools accessible via
/api/tools/*endpoints - OpenAPI 3.1 Spec: Auto-generated at
/openapi.jsonfor ChatGPT Actions - ChatGPT Actions Manifest: Template included for Custom GPT creation
📦 Usage
# HTTP mode (ChatGPT, web clients)
npx domain-search-mcp@latest --http
# stdio mode (Claude Desktop, Cursor, VS Code)
npx domain-search-mcp@latest
🔗 HTTP Endpoints
| Endpoint | Method | Description |
|----------|--------|-------------|
| /mcp | POST/GET | MCP protocol |
| /api/tools/* | POST | REST API for tools |
| /openapi.json | GET | OpenAPI 3.1 spec |
| /health | GET | Health check |
📝 New Files
src/transports/- Transport abstraction layersrc/api/routes.ts- REST API routessrc/openapi/generator.ts- OpenAPI spec generatorchatgpt-manifest.json- ChatGPT Actions template
🔧 Environment Variables
| Variable | Default | Description |
|----------|---------|-------------|
| MCP_TRANSPORT | stdio | stdio or http |
| MCP_PORT | 3000 | HTTP server port |
| MCP_HOST | 0.0.0.0 | HTTP bind address |
| CORS_ORIGINS | * | Allowed CORS origins |
Full Changelog: https://github.com/dorukardahan/domain-search-mcp/compare/v1.8.1...v1.9.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About dorukardahan/domain-search-mcp
Fast domain availability aggregator with pricing. Checks Porkbun, Namecheap, GoDaddy, RDAP & WHOIS. Includes bulk search, registrar comparison, AI-powered suggestions, and social media handle checking.
Related context
Beta — feedback welcome: [email protected]