Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions servers/ai.nothumansearch-mcp-http.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"$schema": "../schemas/server-definition.schema.json",
"id": "ai.nothumansearch-mcp-http",
"name": "Not Human Search",
"alias": "nothumansearch",
"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).",
"icon": "https://nothumansearch.ai/favicon.svg",
"schema_version": "2.1",
"categories": [
"search",
"ai-ml",
"developer-tools"
],
"tags": [
"ai-tools",
"mcp-servers",
"search",
"discovery",
"ai-directory",
"tool-discovery"
],

"transport": {
"type": "http",
"url": "https://nothumansearch.ai/mcp",
"metadata": {
"inputs": []
}
},

"auth": {
"type": "none",
"instructions": "No authentication required. All endpoints are publicly accessible."
},

"contributor": {
"name": "unitedideas",
"github": "unitedideas",
"url": "https://nothumansearch.ai"
},

"links": {
"repository": "https://github.com/unitedideas/nothumansearch",
"homepage": "https://nothumansearch.ai",
"documentation": "https://nothumansearch.ai/llms.txt"
},

"platforms": ["all"],

"capabilities": {
"tools": true,
"resources": false,
"prompts": false,
"read_only_mode": true
}
}
56 changes: 56 additions & 0 deletions servers/com.aidevboard-mcp-http.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"$schema": "../schemas/server-definition.schema.json",
"id": "com.aidevboard-mcp-http",
"name": "AI Dev Jobs",
"alias": "aidevjobs",
"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.",
"icon": "https://aidevboard.com/favicon.svg",
"schema_version": "2.1",
"categories": [
"search",
"ai-ml"
],
"tags": [
"jobs",
"ai-jobs",
"ml-jobs",
"career",
"hiring",
"job-search",
"job-board"
],

"transport": {
"type": "http",
"url": "https://aidevboard.com/mcp",
"metadata": {
"inputs": []
}
},

"auth": {
"type": "none",
"instructions": "No authentication required. All endpoints are publicly accessible."
},

"contributor": {
"name": "unitedideas",
"github": "unitedideas",
"url": "https://aidevboard.com"
},

"links": {
"repository": "https://github.com/unitedideas/ai-dev-jobs",
"homepage": "https://aidevboard.com",
"documentation": "https://aidevboard.com/llms.txt"
},

"platforms": ["all"],

"capabilities": {
"tools": true,
"resources": false,
"prompts": false,
"read_only_mode": true
}
}
Loading