Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 8,600+ AI tools and MCP servers by keyword, category, or capability. Includes live MCP endpoint verification via JSON-RPC probe.",
"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 5,500+ curated roles from 280+ companies. Filter by title, location, company, level, and work arrangement.",
"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/aidevboard",
"homepage": "https://aidevboard.com",
"documentation": "https://aidevboard.com/llms.txt"
},

"platforms": ["all"],

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