Skip to main content
Glama

TianGong-LCA-MCP Server

by linancn
init_server_http_local.ts991 B
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import { regOpenLcaPrompts } from '../prompts/lca_calculation.js'; import { regOpenLcaResources } from '../resources/lca_calculation.js'; import { regOpenLcaLciaTool } from '../tools/openlca_ipc_lcia.js'; import { regOpenLcaListLCIAMethodsTool } from '../tools/openlca_ipc_lcia_methods_list.js'; import { regOpenLcaListSystemProcessesTool } from '../tools/openlca_ipc_system_processes_list.js'; import { regTidasValidationTool } from '../tools/tidas_data_validation.js'; export function initializeServer(): McpServer { const server = new McpServer({ name: 'TianGong-LCA-MCP-Server', version: '1.0.0', }); regOpenLcaLciaTool(server); regOpenLcaListLCIAMethodsTool(server); regOpenLcaListSystemProcessesTool(server); regTidasValidationTool(server); regOpenLcaPrompts(server); regOpenLcaResources(server); return server; } export function getServer(): McpServer { return initializeServer(); }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/linancn/tiangong-lca-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server