MCP服务器
使用模型上下文协议将AI助手直接连接到ESG枢纽。
设置
将ESG枢纽添加到您的Claude桌面版配置中。
Claude桌面版
将ESG枢纽添加到您的Claude桌面版配置中。
{
"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枢纽。
{
"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.
query— Search query (required)limit— Max results (default: 10)source— Filter: '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.
slug— Article 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.
section— Filter by section (e.g., 'environmental')pillar— Filter by pillar: 'Environmental', 'Social', 'Governance'limit— Max results (default: 20)list_esg_resources
List curated external ESG resources (articles, reports, tools) with optional filtering by type.
type— Filter: 'article', 'report', 'tool', 'dataset'limit— Max results (default: 20)get_esg_metadata
Get statistics about the ESG Hub knowledge base including total articles, resources, and section breakdowns.
示例提示
尝试这些提示以开始使用ESG枢纽。
配置
使用这些环境变量配置MCP服务器。
| 变量 | 默认值 | 描述 |
|---|---|---|
ESG_HUB_API_URL | https://esg-hub.ascent.partners | ESG Hub API的基础URL |
资源
将静态ESG内容作为资源访问。
esg-hub://api-docs源代码
MCP服务器是开源的,可在GitHub上获取。 esg-hub/mcp-server