diff --git a/servers/ai.nothumansearch-mcp-http.json b/servers/ai.nothumansearch-mcp-http.json new file mode 100644 index 0000000..af28f16 --- /dev/null +++ b/servers/ai.nothumansearch-mcp-http.json @@ -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 + } +} diff --git a/servers/com.aidevboard-mcp-http.json b/servers/com.aidevboard-mcp-http.json new file mode 100644 index 0000000..2eccfb8 --- /dev/null +++ b/servers/com.aidevboard-mcp-http.json @@ -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 + } +}