VOOZH about

URL: https://glama.ai/mcp/servers/linancn/tiangong-lca-mcp

⇱ TianGong-LCA-MCP Server by linancn | Glama


TianGong-LCA-MCP

中文 | English

TianGong LCA Model Context Protocol (MCP) Server supports STDIO and Streamable Http protocols.

Environment

GLAD dataset search tools require a GLAD API key in the server environment:

GLAD_API_KEY=your-glad-api-key
GLAD_API_BASE_URL=https://www.globallcadataaccess.org/api/v1

Related MCP server: Example MCP SSE Server

Starting MCP Server

Client STDIO Server

npm install -g @tiangong-lca/mcp-server

npx dotenv -e .env -- \
npx -p @tiangong-lca/mcp-server tiangong-lca-mcp-stdio

Using Docker

# Build MCP server image using Dockerfile (optional)
docker build -t linancn/tiangong-lca-mcp-server:0.0.5 .

# Pull MCP server image
docker pull linancn/tiangong-lca-mcp-server:0.0.5

# Start MCP server using Docker
docker run -d \
 --name tiangong-lca-mcp-server \
 --publish 9278:9278 \
 --env-file .env \
 linancn/tiangong-lca-mcp-server:0.0.5

Local Testing

STDIO Server

# Launch the STDIO Server using MCP Inspector
npm start

Streamable Http Server

npm run start:server

Streamable Http Local Server

npm run start:server-local

Launch MCP Inspector

DANGEROUSLY_OMIT_AUTH=true npx @modelcontextprotocol/inspector
A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
<1hResponse time
Release cycle
Releases (12mo)
Commit activity
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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