Back to MCP Directory
Connections & Capabilities
Connects To
GitHub
Capabilities
readwrite
Exposed MCP Tools (4)
moderate
CreateTableCreates a new table in Tablestore.
Modifies the database schema.
moderate
PutRowInserts a new row into a Tablestore table.
Adds data to the database.
safe
GetRowRetrieves a row from a Tablestore table.
Read-only operation.
critical
DeleteTableDeletes a table from Tablestore.
Destructive operation that can lead to data loss.
Safety Assessment
The Tablestore MCP server offers useful functionalities but requires careful configuration to mitigate risks associated with write operations. It's relatively safe for read-only operations and experimentation, but risky if used without proper access controls and security measures.
- Supports implementations in multiple languages (Java, Python)
- Provides example implementations for getting started
- Offers a RAG-based question answering system example
- Community support via DingTalk group
- Write operations are possible, increasing risk
- No explicit sandboxing mentioned in the documentation
- Secrets management not explicitly addressed
- Potential for data modification or deletion if not properly configured
