Token导航 LogoToken导航TokenDH.com
ST
开发工具HTTP官方级别未说明来源级核验

Stack exchange (verified)

MCP Server

Stack Exchange is a network of Q&A communities where users ask questions, share knowledge, and collaborate on topics like coding, math, and more

工具数

公开资料未说明
JavaScriptHTTP开发工具

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:35

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add stack_exchange

详细介绍

Stack exchange (verified)

Stack Exchange is a network of Q&A communities where users ask questions, share knowledge, and collaborate on topics like coding, math, and more

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add stack_exchange

# Browse available tools
npx -y smithery tool list stack_exchange

# Get full schema for a tool
npx -y smithery tool get stack_exchange STACK_EXCHANGE_GET_COLLECTIVE_QUESTIONS

# Call a tool
npx -y smithery tool call stack_exchange STACK_EXCHANGE_GET_COLLECTIVE_QUESTIONS '{}'

Direct MCP Connection

Endpoint: https://stack_exchange.run.tools

Tools (8)

  • STACK_EXCHANGE_GET_COLLECTIVE_QUESTIONS — Tool to retrieve questions associated with the specified collective. Use when you have a collective ID and need its que…
  • STACK_EXCHANGE_GET_COLLECTIVES — Tool to retrieve all collectives on a Stack Exchange site in alphabetical order. Use when you need to list collectives …
  • STACK_EXCHANGE_GET_COLLECTIVE_TAGS — Tool to retrieve tags associated with specified collectives. Use when you need collective tags for display or analysis …
  • STACK_EXCHANGE_GET_COMMENT_FLAG_OPTIONS — Tool to fetch valid flag options for a given comment. Use when you need to know which flags a user can raise before sub…
  • STACK_EXCHANGE_GET_COMMENTS — Tool to retrieve comments from a specified Stack Exchange site. Use when you need to list comments with optional filter…
  • STACK_EXCHANGE_GET_REVISIONS_BY_IDS — Tool to retrieve revisions for specific posts by their IDs. Use when you need to examine the edit history of posts by p…
  • STACK_EXCHANGE_GET_SEARCH_RESULTS — Tool to search the site for questions meeting certain criteria. Use after defining tags or keywords to locate relevant …
  • STACK_EXCHANGE_GET_SITES — Tool to retrieve all Stack Exchange sites and their api_site_parameter values. Use when you need to discover available …
# Get full input/output schema for a tool
npx -y smithery tool get stack_exchange 

目录标签

目录标签

JavaScriptHTTP开发工具

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

unknown

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPunknown部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP