← negativelight.net

INDIVIDUAL MCP TOOL

get_packages

Retrieve available service packages and pricing information from Negative Light.

negativelight.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://negativelight.net

No auth detected

Connect to this endpoint to inspect the live schema for get_packages and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

negativelight.net

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.webmcp]
url = "https://negativelight.net"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "webmcp": {
      "type": "http",
      "url": "https://negativelight.net"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: webmcp
Remote MCP URL: https://negativelight.net

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "webmcp": {
      "url": "https://negativelight.net"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "webmcp": {
      "type": "http",
      "url": "https://negativelight.net"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "webmcp",
  "transport": "streamable-http",
  "url": "https://negativelight.net"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_services — List all digital agency services offered by Negative Light, including Pro-Level Branding, High-Performance Websites, and Social Media Templates.
  • start_project — Guide an agent or user to start a new project with Negative Light by providing the contact page URL and current availability.
  • get_case_studies — Retrieve links to portfolio examples and case studies from Negative Light.