Skip to content

Commit c0ff984

Browse files
unitedideasOwl
andauthored
Add Not Human Search and AI Dev Jobs MCP servers (#109)
* 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> * Refresh NHS + AI Dev Jobs server.json descriptions Both entries' descriptions had drifted from reality: - Not Human Search claimed "8,600+ AI tools" (likely a copy-paste from AI Dev Jobs' job count) — NHS actually indexes ~1,962 agent-ready sites. Bumped to "1,900+ agent-ready sites" and enumerated the new tools (10 now — recent_additions, find_mcp_servers, verify_mcp, list_categories, get_top_sites on top of the original 5). - AI Dev Jobs claimed "5,500+ roles from 280+ companies" — actual live numbers are 8,618 / 513 / 569 sources. Bumped to round-down floors (8,600+ / 510+) and enumerated the new tools (9 now — trending companies, posted-within-days, enriched stats). Also fixed a broken repo link: github.com/unitedideas/aidevboard → ai-dev-jobs. Validates via npm run validate on both. PR #109 on mcpmux/mcp-servers picks these up automatically. --------- Signed-off-by: unitedideas <unitedideas@gmail.com> Signed-off-by: Owl <owl@arflow.io> Co-authored-by: Owl <owl@arflow.io>
1 parent 7458b02 commit c0ff984

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 1,900+ agent-ready sites and MCP servers by keyword, category, or capability. 10 tools including live MCP endpoint verification via JSON-RPC probe, a recently-indexed feed, and per-signal filters (MCP / OpenAPI / llms.txt).",
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 8,600+ curated roles from 510+ companies. 9 tools including filter-by-tag, salary benchmarks, candidate-profile matching, posted-within-days freshness filter, trending-tags and trending-companies pulse, plus full company detail. Daily scraper refresh from 560+ ATS sources.",
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/ai-dev-jobs",
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)