# Install the AI Tooling Provider MCP

You are running in my AI coding tool. Configure this project so the tool can use the AI Tooling Provider Skill Catalog over Model Context Protocol.

Use this MCP HTTP endpoint:

```text
https://tools.ai.vdxa.dev/api/mcp
```

Add an MCP server named `skill-catalog` with this configuration:

```json
{
  "mcpServers": {
    "skill-catalog": {
      "url": "https://tools.ai.vdxa.dev/api/mcp",
      "transport": "http"
    }
  }
}
```

Requirements:

- Prefer the MCP configuration location used by the current tool or repository.
- If this is Cursor, add the server to `.cursor/mcp.json` for this project unless a global MCP config is clearly more appropriate.
- If this is Claude Code, GitHub Copilot, JetBrains AI Assistant, OpenCode, or another MCP-capable client, use that client's native MCP configuration file or settings.
- Preserve any existing MCP servers in the config.
- Do not remove or rewrite unrelated editor settings.
- After updating the config, tell me whether I need to restart the tool, reload the session, or refresh MCP tools.

Verification command:

```sh
pnpm dlx @modelcontextprotocol/inspector --cli https://tools.ai.vdxa.dev/api/mcp --transport http --method tools/list
```