Exposes MySQL and PostgreSQL databases through a JSON command layer designed for AI agents who don't want to write SQL. You get SELECT, INSERT, UPDATE, DELETE, plus introspection tools like SCHEMA, TABLES, STATS, and TIMELINE for tracking record history. WHERE conditions look like MySQL strings ("age >= 20", "status = 'active'"), and responses come back as structured JSON. Auto-creates tables on first write and evolves schemas when you add new columns. Useful when you want Claude or other agents to query production data without constructing raw SQL, or when frontend engineers need direct database access without an ORM. Connects via SSE transport to the hosted endpoint at mcp.dataclawe.com.
claude mcp add --transport sse com.dataclawe-dataclawe-mcp https://mcp.dataclawe.com/sse