loading…
Search for a command to run...
loading…
Enables prospect research through semantic web search, webpage scraping, and batch search using multiple APIs.
Enables prospect research through semantic web search, webpage scraping, and batch search using multiple APIs.
A Model Context Protocol (MCP) server implementation focused on prospect research tools, deployed on Smithery Web infrastructure.
web-search
query (string): The search query to look upscrape-webpages
links (array): A list of URLs to scrape (optimally less than 10)batch-web-search
queries (array): List of search queries to process in parallel (optimally less than 30)simple-assist - A basic prompt for general queriesresearch - A prompt for detailed research questionsreview-code - A prompt for code reviewThis server requires the following API keys:
TAVILY_API_KEY - For semantic web search functionalityJINA_API_KEY - For webpage scrapingSEARCH1API_KEY - For batch web searchThese are configured in the Smithery Web environment for the deployed version.
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"prospect-research": {
"transport": "sse",
"url": "https://smithery.ai/server/@jzhang17/prospect-research-mcp",
"env": {
"TAVILY_API_KEY": "YOUR_TAVILY_API_KEY",
"JINA_API_KEY": "YOUR_JINA_API_KEY",
"SEARCH1API_KEY": "YOUR_SEARCH1API_KEY"
}
}
}
}
Configure your client to connect to the server using the SSE transport type and the Smithery-hosted URL.
/src/index.ts - Main server entrypoint/src/tools/ - MCP tool implementations (web search, webpage scraping, batch search)/src/prompts/ - MCP prompt implementations/src/types/ - TypeScript type definitionsThis server is deployed to Smithery Web platform. To access the deployed server:
Run in your terminal:
claude mcp add prospect-research-mcp-server -- npx Security
Low riskAutomated heuristic from public metadata — not a security guarantee.