Skip to content

Commit 6292507

Browse files
committed
Add Instant Domain Search MCP server (HTTP)
Free, no-auth Streamable HTTP MCP server for real-time domain name availability checking, variation generation, and bulk validation via instantdomainsearch.com's registry infrastructure. Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent b4b6e4b commit 6292507

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.instantdomainsearch-mcp-http",
4+
"name": "Instant Domain Search (HTTP)",
5+
"alias": "instant-domain-search",
6+
"description": "Check domain availability, generate domain name variations, and validate bulk domain lists using real-time registry queries with sub-10ms performance.",
7+
"icon": "🌐",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"search"
11+
],
12+
"tags": [
13+
"domain",
14+
"dns",
15+
"domain-search",
16+
"tld",
17+
"availability",
18+
"domain-names"
19+
],
20+
21+
"transport": {
22+
"type": "http",
23+
"url": "https://instantdomainsearch.com/mcp/streamable-http"
24+
},
25+
26+
"auth": {
27+
"type": "none",
28+
"instructions": "No authentication required. The service is completely free with no API keys needed."
29+
},
30+
31+
"contributor": {
32+
"name": "Instant Domain Search",
33+
"url": "https://instantdomainsearch.com"
34+
},
35+
36+
"links": {
37+
"homepage": "https://instantdomainsearch.com",
38+
"documentation": "https://instantdomainsearch.com/mcp"
39+
},
40+
41+
"platforms": [
42+
"all"
43+
],
44+
45+
"capabilities": {
46+
"tools": true,
47+
"resources": false,
48+
"prompts": false,
49+
"read_only_mode": true
50+
}
51+
}

0 commit comments

Comments
 (0)