MCP.so
登录

Guidepoint

Real-time access to trusted expert knowledge

文档

关于 Guidepoint

Guidepoint provides access to trusted expert knowledge for research and decision-making. Its connector brings expert-network context into assistant workflows so users can incorporate specialist insight into business, market, and diligence analysis.

连接信息

https://clapi.guidepoint.io/mcp-server/v1/mcp

传输方式

Streamable HTTP

认证方式

OAuth

接入方式

claude mcp add guidepoint --transport http https://clapi.guidepoint.io/mcp-server/v1/mcp

常见问题

Guidepoint 远程 MCP 服务器是什么?

Guidepoint 的远程 MCP 服务器是一个托管的 Model Context Protocol 端点,地址是 https://clapi.guidepoint.io/mcp-server/v1/mcp,AI 助手无需在本地安装或运行任何东西即可连接。

怎么连接 Guidepoint 的 MCP 服务器?

把端点 https://clapi.guidepoint.io/mcp-server/v1/mcp 添加到任意支持 MCP 的客户端,比如 Claude Code、Cursor 或 VS Code。本页的接入代码块可以一步配置好每个客户端。

Guidepoint 的 MCP 服务器需要认证吗?

需要。Guidepoint 使用 OAuth——第一次连接时,你的 MCP 客户端会打开浏览器窗口登录并授权,之后会复用这个凭证。

Guidepoint 的 MCP 服务器用的是哪种传输方式?

Guidepoint 暴露的是 Streamable HTTP 端点,这是远程 MCP 服务器普遍使用、主流客户端都支持的传输方式。

更多远程 MCP 服务器