Serverscom.dataclawe/dataclawe-mcp
M

DataClawe — Database as a Utility

com.dataclawe/dataclawe-mcp · v1.1.0
● Remote
v1.1.0remote🌐 https://mcp.dataclawe.com/sse↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.dataclawe/dataclawe-mcp",
  "description": "AI-native database utility. Talk to your DB in plain language. No SQL. MySQL & PostgreSQL.",
  "title": "DataClawe — Database as a Utility",
  "repository": {
    "url": "https://github.com/DataClawe/dcl-spec",
    "source": "github"
  },
  "version": "1.1.0",
  "remotes": [
    {
      "type": "sse",
      "url": "https://mcp.dataclawe.com/sse",
      "headers": [
        {
          "description": "DataClawe access key in Bearer format (e.g. 'Bearer dc_xxxxxxxxxxxx'). Get your access key at dataclawe.com",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}