Skip to main content
Glama
bluesky050

tianyan-mcp-server

by bluesky050

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TIANYAN_MCP_HOSTNoASGI监听地址127.0.0.1
TIANYAN_MCP_PORTNoASGI监听端口8000
TIANYAN_LIVE_TESTNo只有值为1时才启用真实只读Smoke Test0
TIANYAN_MCP_API_KEYYesHTTP模式必填,去除首尾空白后至少32字符
TIANYAN_MCP_ALLOWED_HOSTSNo逗号分隔的主机名,不包含端口127.0.0.1,localhost,::1
TIANYAN_MCP_ALLOWED_ORIGINSNo逗号分隔的精确Origin;空值拒绝所有带Origin的请求
TIANYAN_HTTP_TIMEOUT_SECONDSNo天衍云请求超时,范围(0,60]秒10

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_available_quantum_backendsA

查询当前运行中的天衍云量子计算机和量子仿真机。

backend_type 可为 all、quantum_computer 或 simulator。 每次调用都会实时读取天衍云公开列表接口,不使用缓存。

get_quantum_backendA

按资源 id 或 code 精确查询天衍云量子资源详情。

先匹配 id,再忽略 code 大小写进行完全匹配;不进行名称或模糊搜索。

submit_quantum_experimentA

Submit and run one QCIS experiment circuit.

This creates an experiment and consumes Tianyan cloud resources. Repeated calls may create duplicate tasks. The host must show the backend, circuit name, lab name, and shots to the user and obtain confirmation before submitting.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/bluesky050/tianyan-mcp-server'

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