INDIVIDUAL MCP TOOL
start_project
Guide an agent or user to start a new project with Negative Light by providing the contact page URL and current availability.
LIVE ENDPOINT
https://negativelight.net
Connect to this endpoint to inspect the live schema for start_project and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.get_packages— Retrieve available service packages and pricing information from Negative Light.get_case_studies— Retrieve links to portfolio examples and case studies from Negative Light.