MCP.so
登录

Simple MCP Search Server

@MartinSchlott

关于 Simple MCP Search Server

暂无概览

基本信息

分类

搜索

运行时

node

传输方式

stdio

发布者

MartinSchlott

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

3

Search the web. Input: `{ query: string; site?: string; }`

Scrape content from a URL. Input: `{ url: string; }`

Perform a deep search using Jina AI. Input: `{ query: string; reasoning_effort?: 'low' | 'medium' | 'high'; no_direct_answer?: boolean; }`

概览

What is Simple MCP Search Server?

This MCP server provides access to Jina AI search and scraping tools.

How to use Simple MCP Search Server?

Build with npm run build, then run with npm start config.json. The server uses the transport specified in config.json (HTTP or stdio). If HTTP, the endpoint is http://localhost:<port>.

Key features of Simple MCP Search Server

  • searchWeb: Search the web with an optional site filter.
  • scrapeUrl: Scrape content from a given URL.
  • performDeepSearch: Perform deep searches with configurable reasoning effort.
  • Configurable log level, transport, and port via config.json.

Use cases of Simple MCP Search Server

FAQ from Simple MCP Search Server

评论

搜索 分类下的更多 MCP 服务器