MCP服务器

使用模型上下文协议将AI助手直接连接到ESG枢纽。

什么是MCP?配置您的AI助手连接到ESG枢纽。

设置

将ESG枢纽添加到您的Claude桌面版配置中。

Claude桌面版

将ESG枢纽添加到您的Claude桌面版配置中。

claude_desktop_config.jsonjson
{
  "mcpServers": {
    "esg-hub": {
      "command": "npx",
      "args": ["-y", "@ascentpartners/esg-hub-mcp"]
    }
  }
}

Configuration file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%/Claude/claude_desktop_config.json (Windows)

Cursor / Windsurf

在您的AI驱动IDE中使用ESG枢纽。

Settings > MCP Serversjson
{
  "mcpServers": {
    "esg-hub": {
      "command": "npx",
      "args": ["-y", "@ascentpartners/esg-hub-mcp"]
    }
  }
}

手动设置

为其他客户端手动配置MCP。

npm install -g @ascentpartners/esg-hub-mcp

可用工具

五个强大的工具用于搜索和探索ESG内容。

search_esg

Search the ESG Hub knowledge base using full-text keyword search. Returns matching articles and resources ranked by relevance.

参数
querySearch query (required)
limitMax results (default: 10)
sourceFilter: 'all', 'pages', or 'resources'

get_esg_page

Retrieve a specific ESG article by its slug/permalink. Returns the full article content including title, description, and markdown content.

参数
slugArticle slug (required, e.g., 'climate-change')

list_esg_pages

List all ESG articles with optional filtering by section or pillar. Returns article metadata without full content.

参数
sectionFilter by section (e.g., 'environmental')
pillarFilter by pillar: 'Environmental', 'Social', 'Governance'
limitMax results (default: 20)

list_esg_resources

List curated external ESG resources (articles, reports, tools) with optional filtering by type.

参数
typeFilter: 'article', 'report', 'tool', 'dataset'
limitMax results (default: 20)

get_esg_metadata

Get statistics about the ESG Hub knowledge base including total articles, resources, and section breakdowns.

示例提示

尝试这些提示以开始使用ESG枢纽。

What are the key ESG reporting standards and how do they compare?
Find information about Scope 3 emissions and value chain decarbonization
List all articles about corporate governance and board diversity
What external resources are available from the Global Reporting Initiative?
Explain the TCFD framework using the ESG Hub knowledge base
What are the main environmental regulations in the EU?
Summarize the ESG Hub's coverage of social topics
Find resources about green bonds and sustainable finance

配置

使用这些环境变量配置MCP服务器。

变量默认值描述
ESG_HUB_API_URLhttps://esg-hub.ascent.partnersESG Hub API的基础URL

资源

将静态ESG内容作为资源访问。

资源URItext
esg-hub://api-docs

源代码

MCP服务器是开源的,可在GitHub上获取。 esg-hub/mcp-server

MCP Server — ESG Hub — ESG枢纽