tianyan-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TIANYAN_MCP_HOST | No | ASGI监听地址 | 127.0.0.1 |
| TIANYAN_MCP_PORT | No | ASGI监听端口 | 8000 |
| TIANYAN_LIVE_TEST | No | 只有值为1时才启用真实只读Smoke Test | 0 |
| TIANYAN_MCP_API_KEY | Yes | HTTP模式必填,去除首尾空白后至少32字符 | |
| TIANYAN_MCP_ALLOWED_HOSTS | No | 逗号分隔的主机名,不包含端口 | 127.0.0.1,localhost,::1 |
| TIANYAN_MCP_ALLOWED_ORIGINS | No | 逗号分隔的精确Origin;空值拒绝所有带Origin的请求 | |
| TIANYAN_HTTP_TIMEOUT_SECONDS | No | 天衍云请求超时,范围(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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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