MCP.so
登录

ResearchMCP

@chew-z

关于 ResearchMCP

MCP server for Perplexity

基本信息

分类

其他

运行时

go

传输方式

stdio

发布者

chew-z

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is ResearchMCP?

ResearchMCP is a Model Context Protocol (MCP) service that provides internet research capabilities by integrating with Perplexity AI’s API. It exposes a single “research” tool for querying up-to-date information on a wide range of topics, with graceful error handling and degraded mode.

How to use ResearchMCP?

Set required environment variables (e.g., PERPLEXITY_API_KEY) in a .env file, then build and run the service using go build and ./ResearchMCP. The service exposes a tool named research that accepts a query string argument.

Key features of ResearchMCP

  • Internet research through Perplexity AI
  • Integration with MCP protocol for tool discovery and invocation
  • Graceful error handling with degraded mode
  • Configurable via environment variables
  • Structured logging support

Use cases of ResearchMCP

  • Asking complex, open‑ended questions that require up‑to‑date web knowledge
  • Obtaining research reports with sourced information for analysis or content creation
  • Integrating real‑time web search into any MCP‑compatible client or agent

FAQ from ResearchMCP

What dependencies or runtime are required?

Go 1.18 or later and a valid Perplexity AI API key are needed to build and run ResearchMCP.

How do I configure the service?

Configuration is done through environment variables: PERPLEXITY_API_KEY (required), and optional ones like PERPLEXITY_MODEL, PERPLEXITY_TIMEOUT, PERPLEXITY_MAX_RETRIES, PERPLEXITY_INITIAL_BACKOFF, and PERPLEXITY_MAX_BACKOFF.

What input does the research tool accept?

The tool requires a single query string (the research question or topic). It returns a text response that includes source URLs.

How are API errors handled?

The service includes graceful error handling with a degraded mode, configurable retries (default 2), and exponential backoff.

Is there authentication support?

ResearchMCP uses a Perplexity API key supplied via the PERPLEXITY_API_KEY environment variable. No other authentication or transport layer is described.

评论

其他 分类下的更多 MCP 服务器