Web Research MCP Server
Web research for ownership information discovery via Tavily or Perplexity search APIs.
Install
ark install marketplace/mcps/web-research-mcpOr with Helm:
cd mcps/web-research-mcp
helm install web-research-mcp ./chart -n default --create-namespaceTools
| Tool | Description |
|---|---|
research_ubo_web | Search web for ownership information |
get_web_research_results | Compatibility stub (stateless) |
list_web_evidence | Compatibility stub (stateless) |
Configuration
Set via Kubernetes Secret web-search-credentials:
| Variable | Description | Default |
|---|---|---|
SEARCH_PROVIDER | Search provider (tavily or perplexity) | tavily |
TAVILY_API_KEY | Tavily API key | — |
PERPLEXITY_API_KEY | Perplexity API key | — |
Tool Usage
tools:
- type: mcp
name: web-research-mcp-research-ubo-webAdditional Resources
Last updated on