SQL server转HTTP接口
连接器

SQL server转HTTP接口

连接器

需两次购买:①订购原厂商接口 ②订购易源会员包代理转发;可将您的SQLServer数据库接口转化为http接口,提高开发便利性。提供记录的增删查改、count、discint、建表等功能。 测试时使用的是公用测试库,数据不定期清理,请勿用于生产环境。

会员资源包统一计费,无需单独购买,开通会员包后可直接调用。
show-tables
接口地址
https://connector.showapi.com/1904-5?appKey={your_appKey}查看密钥调用帮助
返回格式JSON
请求方式POST/GET
案例截图
案例
请求参数
Header 参数
参数名称类型示例值必须描述
content-typeString
application/x-www-form-urlencoded
Post 表单
参数名称类型示例值必须描述
ds_idString
-
数据源
返回参数
暂无返回参数说明
cURL
curl -X POST "https://connector.showapi.com/1904-5?appKey=YOUR_APPKEY" \
  -H "content-type: application/x-www-form-urlencoded" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "ds_id="
返回示例
JSON
{
  "showapi_res_error": "",
  "showapi_res_code": 0,
  "showapi_res_id": "600a398b8d57ba0f795e618e",
  "showapi_res_body": {
    "ret_code": 0,
    "remark": "查询成功.",
    "table_list": [
      "user",
      "test1",
      "test2",
      "test3"
    ]
  }
}
MCP 服务集成接口级

在 Cherry Studio、ChatBox 等支持 MCP 的客户端中配置,将 {your_appKey} 替换为真实 AppKey(AppKey 管理)。该服务覆盖本接口全部接入点。

MCP JSON
{
  "mcpServers": {
    "showapi-mcp-1904": {
      "url": "http://www.showapi.com.cn/mcp/1904/{your_appKey}"
    }
  }
}
OpenAPI 文档接口级

标准 OpenAPI 3.0 文档,覆盖本接口全部接入点,可导入 Apifox / Postman / Swagger UI,或供 AI Agent 直接消费。