MCP.so
登录

MCP TapData Server

@tapdata

关于 MCP TapData Server

This is an MCP-Server adapter provided by TapData for use with LLM's

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

tapdata

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-tap-server": {
      "type": "http",
      "url": "http://localhost:3001/sse?accessCode=3324cfdf-7d3e-4792-bd32-571638d4562f"
    }
  }
}

工具

3

Get available database connection information and status

List all tables based on database connection id

Query data using the specified database connection id and table name

概览

What is MCP TapData Server?

MCP TapData Server is a Model Context Protocol server that provides access to TapData, enabling LLMs to inspect database connections, schemas, and execute CRUD operations.

How to use MCP TapData Server?

Install dependencies with pnpm install, then build with pnpm run build. For development, run pnpm run watch. To use with Claude Desktop, add the SSE server configuration to claude_desktop_config.json.

Key features of MCP TapData Server

  • List all available database connections.
  • List all tables based on a database connection ID.
  • Get connection information and status.
  • Query data using connection ID and table name.
  • Returns query results or execution plan.

Use cases of MCP TapData Server

  • Inspect available database connections and their schemas.
  • Browse table metadata across different data sources.
  • Execute read-only queries through an LLM interface.

FAQ from MCP TapData Server

What resources does the server expose?

The server exposes database connections and tables. It can list all connections and, given a connection ID, list all tables in that connection.

What tools are available?

Three tools: connections (no input, returns connection details), tables (requires a collection ID, returns table list), and query (requires connection ID and table name, returns query results or execution plan).

What runtime dependencies are required?

Node.js and pnpm are required. The server is built and run from the command line.

How is the server accessed?

The server uses SSE transport at a URL like http://localhost:3001/sse with an access code query parameter.

What data does the server access?

The server accesses TapData database connections and schemas, but the README does not specify where that data lives or how connections are configured.

评论

其他 分类下的更多 MCP 服务器