Mssql
This skill allows you to execute SQL queries against Microsoft SQL Server databases, streamlining data retrieval and manipulation tasks.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add billpeet-mssql npx -- -y @trustedskills/billpeet-mssql
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"billpeet-mssql": {
"command": "npx",
"args": [
"-y",
"@trustedskills/billpeet-mssql"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to interact with and query Microsoft SQL Server (MSSQL) databases. It can execute SQL queries, retrieve data, and potentially perform other database operations based on provided instructions. The agent can be used for tasks like generating reports or extracting specific information from a MSSQL database.
When to use it
- Generating ad-hoc reports from a SQL Server database without manual intervention.
- Extracting specific data points (e.g., customer names, order details) based on complex criteria.
- Automating database maintenance tasks like checking for errors or outdated records.
- Building data pipelines to move information between different systems using SQL queries.
Key capabilities
- SQL query execution
- Data retrieval from MSSQL databases
- Potential for other database operations (details unspecified)
Example prompts
- "Get me the total sales for each product category from the 'Orders' table."
- "Find all customers who placed an order in the last month and list their names and email addresses."
- "Generate a report showing the average order value by region."
Tips & gotchas
The agent requires access to a valid MSSQL database connection string. Ensure that the AI agent has appropriate permissions within the database to execute queries and retrieve data.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.