Skip to content

Commit 7946a62

Browse files
author
Owl
committed
Add Not Human Search and AI Dev Jobs MCP servers
- Not Human Search: AI tool discovery engine with 8,600+ tools and MCP servers (https://nothumansearch.ai/mcp) - AI Dev Jobs: AI/ML job search across 5,500+ curated roles from 280+ companies (https://aidevboard.com/mcp) Both are HTTP (streamable-http) transport, no authentication required, read-only. Signed-off-by: unitedideas <unitedideas@gmail.com> Signed-off-by: Owl <owl@arflow.io>
1 parent 6b3bc6f commit 7946a62

2 files changed

Lines changed: 112 additions & 0 deletions

File tree

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "ai.nothumansearch-mcp-http",
4+
"name": "Not Human Search",
5+
"alias": "nothumansearch",
6+
"description": "AI tool discovery engine. Search 8,600+ AI tools and MCP servers by keyword, category, or capability. Includes live MCP endpoint verification via JSON-RPC probe.",
7+
"icon": "https://nothumansearch.ai/favicon.svg",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"search",
11+
"ai-ml",
12+
"developer-tools"
13+
],
14+
"tags": [
15+
"ai-tools",
16+
"mcp-servers",
17+
"search",
18+
"discovery",
19+
"ai-directory",
20+
"tool-discovery"
21+
],
22+
23+
"transport": {
24+
"type": "http",
25+
"url": "https://nothumansearch.ai/mcp",
26+
"metadata": {
27+
"inputs": []
28+
}
29+
},
30+
31+
"auth": {
32+
"type": "none",
33+
"instructions": "No authentication required. All endpoints are publicly accessible."
34+
},
35+
36+
"contributor": {
37+
"name": "unitedideas",
38+
"github": "unitedideas",
39+
"url": "https://nothumansearch.ai"
40+
},
41+
42+
"links": {
43+
"repository": "https://github.com/unitedideas/nothumansearch",
44+
"homepage": "https://nothumansearch.ai",
45+
"documentation": "https://nothumansearch.ai/llms.txt"
46+
},
47+
48+
"platforms": ["all"],
49+
50+
"capabilities": {
51+
"tools": true,
52+
"resources": false,
53+
"prompts": false,
54+
"read_only_mode": true
55+
}
56+
}
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.aidevboard-mcp-http",
4+
"name": "AI Dev Jobs",
5+
"alias": "aidevjobs",
6+
"description": "AI and ML job search across 5,500+ curated roles from 280+ companies. Filter by title, location, company, level, and work arrangement.",
7+
"icon": "https://aidevboard.com/favicon.svg",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"search",
11+
"ai-ml"
12+
],
13+
"tags": [
14+
"jobs",
15+
"ai-jobs",
16+
"ml-jobs",
17+
"career",
18+
"hiring",
19+
"job-search",
20+
"job-board"
21+
],
22+
23+
"transport": {
24+
"type": "http",
25+
"url": "https://aidevboard.com/mcp",
26+
"metadata": {
27+
"inputs": []
28+
}
29+
},
30+
31+
"auth": {
32+
"type": "none",
33+
"instructions": "No authentication required. All endpoints are publicly accessible."
34+
},
35+
36+
"contributor": {
37+
"name": "unitedideas",
38+
"github": "unitedideas",
39+
"url": "https://aidevboard.com"
40+
},
41+
42+
"links": {
43+
"repository": "https://github.com/unitedideas/aidevboard",
44+
"homepage": "https://aidevboard.com",
45+
"documentation": "https://aidevboard.com/llms.txt"
46+
},
47+
48+
"platforms": ["all"],
49+
50+
"capabilities": {
51+
"tools": true,
52+
"resources": false,
53+
"prompts": false,
54+
"read_only_mode": true
55+
}
56+
}

0 commit comments

Comments
 (0)