接入方式
MCP server 通过 Streamable HTTP 提供服务,使用独立子域名:- 地址:
https://mcp.asktable.com/ - 鉴权:请求头
Authorization: Bearer <api_key>(必传)
mcpServers 为例):
后续步骤
- 命令行工具(CLI) — 在终端里直接操作 AskTable
- 在扣子(Coze)中使用 — 把 AskTable 接进扣子机器人
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
AskTable 的 MCP server 把问数和管理能力按 Model Context Protocol 暴露给 AI agent。本页介绍接入方式和鉴权。
https://mcp.asktable.com/Authorization: Bearer <api_key>(必传)mcpServers 为例):
{
"mcpServers": {
"asktable": {
"type": "http",
"url": "https://mcp.asktable.com/",
"headers": {
"Authorization": "Bearer <你的 API Key>"
}
}
}
}
