MCP ExplorerExplorer

Simplemcpsearchserver

@MartinSchlotton 10 months ago
1 MIT
FreeCommunity
AI Systems
A server for Jina AI search and scraping tools, enabling web search and content scraping.

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.

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

  1. Build: npm run build
  2. Run: npm start config.json
  • The server will start using the transport specified in config.json (http or stdio).
  • If using http, the endpoint is http://localhost:<port>/mcp.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers