MCP.so
登录
M

Mymcp4

@dataeyesai

关于 Mymcp4

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

dataeyesai

提交者

hualun xu

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "dataeyes-mcp-server": {
      "command": "uvx",
      "args": [
        "dataeyes-mcp-server"
      ],
      "env": {
        "DATAEYES_API_KEY": "sk-WEqKb5gdY84MAbTj3rHYZ1nvUhB3ogkC"
      }
    }
  }
}

工具

未检测到工具

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

概览

What is Mymcp4?

Mymcp4 is an MCP service powered by DataEyes Intelligence that exposes tools like web content reading and internet search to enhance AI Agent capabilities. It provides a standardized protocol for communication between AI Agents and tools.

How to use Mymcp4?

Obtain an API KEY from https://shuyanai.com, then either point your AI Agent to the hosted SSE endpoint (https://mcp.shuyanai.com/sse?key=YOUR_API_KEY) or install and run the server locally via uvx dataeyes-mcp-server after setting the DATAEYES_API_KEY environment variable.

Key features of Mymcp4

  • Standardized MCP-compatible protocol for seamless integration
  • Hosted SSE service and self-hosted CLI options available
  • Extensible toolset with reader and search tools
  • Reader returns web content in LLM-friendly Markdown format
  • Search retrieves relevant web page summaries

Use cases of Mymcp4

  • AI Agents reading web page content via the reader tool
  • AI Agents performing internet searches and obtaining summaries
  • Enhancing AI workflows with standardized tool integration
  • Self-hosting for privacy or customization

FAQ from Mymcp4

What is MCP?

MCP (Machine-Comprehensible Protocol) standardizes how AI Agents discover and invoke tool capabilities, enabling seamless integration between AI systems and services.

Do I need an API key to use Mymcp4?

Yes, an API KEY is required to use the DataEyes services. You can obtain one by registering at https://shuyanai.com.

What tools does Mymcp4 provide?

Two tools are available: reader (accesses a web page URL and returns clean Markdown content) and search (searches the internet and returns relevant web page summaries). Both accept configurable parameters like url, timeout, q, and num.

How can I self-host Mymcp4?

Install via uvx dataeyes-mcp-server after setting the DATAEYES_API_KEY environment variable. The server communicates via stdio and requires Python and uv.

What are the runtime dependencies for self-hosting?

Self-hosting requires Python and uv to run the server in an isolated environment. The hosted SSE service only needs an API key and internet access.

评论

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