- Explore MCP Servers
- SimpleMCPSearchServer
Simplemcpsearchserver
What is Simplemcpsearchserver
SimpleMCPSearchServer is an MCP server that provides access to Jina AI’s search and scraping tools, enabling users to perform web searches and content scraping efficiently.
Use cases
Use cases include gathering data from websites for analysis, performing in-depth searches for research purposes, and scraping content for machine learning applications.
How to use
To use SimpleMCPSearchServer, you need to build the project using ‘npm run build’ and then run it with ‘npm start config.json’. Ensure that you have a valid ‘config.json’ file for configuration.
Key features
Key features include web searching with ‘searchWeb’, content scraping from URLs with ‘scrapeUrl’, and deep searching capabilities using Jina AI with ‘performDeepSearch’.
Where to use
SimpleMCPSearchServer can be used in various fields such as data analysis, web scraping, research, and any application requiring efficient search capabilities.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Simplemcpsearchserver
SimpleMCPSearchServer is an MCP server that provides access to Jina AI’s search and scraping tools, enabling users to perform web searches and content scraping efficiently.
Use cases
Use cases include gathering data from websites for analysis, performing in-depth searches for research purposes, and scraping content for machine learning applications.
How to use
To use SimpleMCPSearchServer, you need to build the project using ‘npm run build’ and then run it with ‘npm start config.json’. Ensure that you have a valid ‘config.json’ file for configuration.
Key features
Key features include web searching with ‘searchWeb’, content scraping from URLs with ‘scrapeUrl’, and deep searching capabilities using Jina AI with ‘performDeepSearch’.
Where to use
SimpleMCPSearchServer can be used in various fields such as data analysis, web scraping, research, and any application requiring efficient search capabilities.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Simple MCP Search Server
This MCP server provides access to Jina AI search and scraping tools.
Tools
searchWeb: Search the web. Input:{ query: string; site?: string; }scrapeUrl: Scrape content from a URL. Input:{ url: string; }performDeepSearch: Perform a deep search using Jina AI. Input:{ query: string; reasoning_effort?: 'low' | 'medium' | 'high'; no_direct_answer?: boolean; }
Configuration (config.json)
A config.json file is required. Refer to src/config.ts for the full schema (ConfigSchema).
Running
- Build:
npm run build - Run:
npm start config.json
- The server will start using the transport specified in
config.json(httporstdio). - If using
http, the endpoint ishttp://localhost:<port>/mcp.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










