domain-search-mcp 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
<img width="380" height="200" src="https://glama.ai/mcp/servers/@dorukardahan/domain-search-mcp/badge" alt="Domain Search MCP on Glama" />
|
|
5
5
|
</a>
|
|
6
6
|
|
|
7
|
-
Fast domain availability aggregator for AI assistants. Check domain availability across Porkbun, Namecheap, RDAP, and WHOIS. Compare pricing. Get suggestions.
|
|
7
|
+
Fast domain availability aggregator for AI assistants. Check domain availability across Porkbun, Namecheap, GoDaddy, RDAP, and WHOIS. Compare pricing. Get AI-powered suggestions.
|
|
8
8
|
|
|
9
|
-
Built with the [Model Context Protocol (MCP)](https://anthropic.com/model-context-protocol) for seamless integration with Claude
|
|
9
|
+
Built with the [Model Context Protocol (MCP)](https://anthropic.com/model-context-protocol) for seamless integration with Claude Code, Codex, VS Code, Cursor, Cline, and other MCP-compatible clients.
|
|
10
10
|
|
|
11
11
|
## Get Started in 60 Seconds
|
|
12
12
|
|
|
@@ -41,7 +41,7 @@ Add to your Claude Desktop configuration (`~/Library/Application Support/Claude/
|
|
|
41
41
|
|
|
42
42
|
### 3. Start Searching
|
|
43
43
|
|
|
44
|
-
Open
|
|
44
|
+
Open your MCP-compatible client and ask:
|
|
45
45
|
|
|
46
46
|
> "Check if vibecoding is available as a domain"
|
|
47
47
|
|
|
@@ -59,7 +59,7 @@ vibecoding.dev - Available - $10.18/year (Porkbun)
|
|
|
59
59
|
|
|
60
60
|
## Features
|
|
61
61
|
|
|
62
|
-
###
|
|
62
|
+
### 7 Powerful Tools
|
|
63
63
|
|
|
64
64
|
| Tool | What it does |
|
|
65
65
|
|------|--------------|
|
|
@@ -289,7 +289,7 @@ Learn about a TLD:
|
|
|
289
289
|
|
|
290
290
|
### check_socials
|
|
291
291
|
|
|
292
|
-
Verify username availability:
|
|
292
|
+
Verify username availability across 10 platforms:
|
|
293
293
|
|
|
294
294
|
```typescript
|
|
295
295
|
// Input
|
|
@@ -303,7 +303,7 @@ Verify username availability:
|
|
|
303
303
|
"name": "vibecoding",
|
|
304
304
|
"results": [
|
|
305
305
|
{ "platform": "github", "available": true, "confidence": "high" },
|
|
306
|
-
{ "platform": "twitter", "available": false, "confidence": "
|
|
306
|
+
{ "platform": "twitter", "available": false, "confidence": "high" },
|
|
307
307
|
{ "platform": "instagram", "available": true, "confidence": "low" }
|
|
308
308
|
],
|
|
309
309
|
"insights": [
|
|
@@ -314,6 +314,11 @@ Verify username availability:
|
|
|
314
314
|
}
|
|
315
315
|
```
|
|
316
316
|
|
|
317
|
+
**v1.2.1 Improvements:**
|
|
318
|
+
- **Twitter**: Uses oembed API for reliable detection (no more false positives)
|
|
319
|
+
- **Smart Caching**: Taken usernames cached 24h, available 1h, errors 5min
|
|
320
|
+
- **Rate Limit Handling**: Automatic 429 detection with graceful error reporting
|
|
321
|
+
|
|
317
322
|
## Configuration
|
|
318
323
|
|
|
319
324
|
### Environment Variables
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "domain-search-mcp",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "Fast domain availability aggregator MCP server. Check availability across Porkbun, Namecheap, RDAP, and WHOIS. Compare pricing. Get suggestions.",
|
|
5
5
|
"main": "dist/server.js",
|
|
6
6
|
"types": "dist/server.d.ts",
|