-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathserver.json
More file actions
104 lines (104 loc) · 3.18 KB
/
Copy pathserver.json
File metadata and controls
104 lines (104 loc) · 3.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.zoharbabin/web-researcher-mcp",
"title": "Web Researcher MCP",
"description": "Your AI research assistant that cites real sources and stays honest",
"repository": {
"url": "https://github.com/zoharbabin/web-researcher-mcp",
"source": "github"
},
"version": "1.46.0",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/zoharbabin/web-researcher-mcp:1.46.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "GOOGLE_CUSTOM_SEARCH_API_KEY",
"description": "Google Custom Search API key",
"isRequired": false,
"isSecret": true
},
{
"name": "GOOGLE_CUSTOM_SEARCH_ID",
"description": "Google Programmable Search Engine ID",
"isRequired": false,
"isSecret": false
},
{
"name": "SEARCH_PROVIDER",
"description": "Search provider: google, brave, serper, searxng, searchapi, duckduckgo, tavily, exa, or hackernews",
"isRequired": false
},
{
"name": "SEARCH_ROUTING",
"description": "Use multiple search engines with automatic switching if one goes down (e.g. brave,google,serper)",
"isRequired": false
},
{
"name": "BRAVE_API_KEY",
"description": "Brave Search API key",
"isRequired": false,
"isSecret": true
},
{
"name": "SERPER_API_KEY",
"description": "Serper.dev API key",
"isRequired": false,
"isSecret": true
},
{
"name": "SEARCHAPI_API_KEY",
"description": "SearchAPI.io API key",
"isRequired": false,
"isSecret": true
},
{
"name": "SEARXNG_URL",
"description": "SearXNG instance URL",
"isRequired": false
},
{
"name": "TAVILY_API_KEY",
"description": "Tavily Search API key",
"isRequired": false,
"isSecret": true
},
{
"name": "EXA_API_KEY",
"description": "Exa API key (neural/semantic web search provider)",
"isRequired": false,
"isSecret": true
},
{
"name": "EDGAR_CONTACT_EMAIL",
"description": "Contact email for SEC EDGAR (enables filing_search); falls back to OPENALEX_EMAIL",
"isRequired": false,
"isSecret": false
},
{
"name": "COURTLISTENER_API_TOKEN",
"description": "CourtListener API token (legal_search works without it; a token raises the rate limit)",
"isRequired": false,
"isSecret": true
},
{
"name": "FRED_API_KEY",
"description": "FRED API key (enables econ_search for Federal Reserve economic data)",
"isRequired": false,
"isSecret": true
}
]
},
{
"registryType": "oci",
"identifier": "docker.io/zoharbabin/web-researcher-mcp:1.46.0",
"transport": {
"type": "stdio"
}
}
]
}