Mssql

🌐Community
by billpeet · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add billpeet-mssql npx -- -y @trustedskills/billpeet-mssql
2

Or manually add to ~/.claude/settings.json

~/.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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
billpeet
Installs
3

🌐 Community

Passed automated security scans.