everything

anruowang/everything
Hosted
0 Stars 9 次浏览 更新于 2026-08-23

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "everything": {
      "args": [
        "-y",
        "@modelcontextprotocol/server-everything"
      ],
      "command": "npx"
    }
  }
}

SSE 传输配置

{
  "mcpServers": {
    "mymcptools": {
      "type": "streamable_http",
      "url": "https://mymcptools.com/api/mcp"
    }
  }
}

Streamable HTTP 传输配置

{
  "mcpServers": {
    "mymcptools": {
      "type": "streamable_http",
      "url": "https://mymcptools.com/api/mcp"
    }
  }
}

可用工具 (13 个)

该服务在 MCP 协议中暴露的工具,AI 可按需调用

echo 1 个参数 需填 1 项

Echoes back the input string

必填参数:message

get-annotated-message 2 个参数 需填 1 项

Demonstrates how annotations can be used to provide metadata about content.

必填参数:messageType

get-env

Returns all environment variables, helpful for debugging MCP server configuration

该工具无需必填参数,直接调用即可

get-resource-links 1 个参数

Returns up to ten resource links that reference different types of resources

该工具无需必填参数,直接调用即可

get-resource-reference 2 个参数

Returns a resource reference that can be used by MCP clients

该工具无需必填参数,直接调用即可

get-structured-content 1 个参数 需填 1 项

Returns structured content along with an output schema for client data validation

必填参数:location

get-sum 2 个参数 需填 2 项

Returns the sum of two numbers

必填参数:a、b

get-tiny-image

Returns a tiny MCP logo image.

该工具无需必填参数,直接调用即可

gzip-file-as-resource 3 个参数

Compresses a single file using gzip compression. Depending upon the selected output type, returns either the compressed data as a gzipped resource or a resource link, allowing it to be downloaded in a subsequent request during the current session.

该工具无需必填参数,直接调用即可

toggle-simulated-logging

Toggles simulated, random-leveled logging on or off.

该工具无需必填参数,直接调用即可

toggle-subscriber-updates

Toggles simulated resource subscription updates on or off.

该工具无需必填参数,直接调用即可

trigger-long-running-operation 2 个参数

Demonstrates a long running operation with progress updates.

该工具无需必填参数,直接调用即可

simulate-research-query 2 个参数 需填 1 项

Simulates a deep research operation that gathers, analyzes, and synthesizes information. Demonstrates MCP task-based operations with progress through multiple stages. If 'ambiguous' is true and client supports elicitation, sends an elicitation request for clarification.

必填参数:topic

服务介绍

请提供需要翻译的英文技术文档内容。您目前只输入了“ss”,这不足以进行翻译。如果有具体的文档段落或链接,请分享给我,我会根据您的要求进行翻译。

相关 MCP 服务