Skip to content

This release adds 3 notable features for engineering teams evaluating rollout.

Published 5mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai chatgpt claude domain domain-availability godaddy
+5 more
mcp model-context-protocol rdap typescript whois

Affected surfaces

auth deps

Summary

AI summary

Added 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 --http flag for web-compatible transport
  • REST API: All 10 tools accessible via /api/tools/* endpoints
  • OpenAPI 3.1 Spec: Auto-generated at /openapi.json for 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 layer
  • src/api/routes.ts - REST API routes
  • src/openapi/generator.ts - OpenAPI spec generator
  • chatgpt-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

Track dorukardahan/domain-search-mcp

Get notified when new releases ship.

Sign up free

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.

All releases →

Beta — feedback welcome: [email protected]