General Tools
launchpainting.com
Provides public business information, services, service areas, and estimate request details for Launch Painting Co.
ENDPOINT 1
https://launchpainting.com/mcp
MCP server metadata
- Name
- launch-painting-mcp
- Version
- 0.1.0
Public MCP server for Launch Painting Co., a residential painting company serving Brevard County, Florida. Use these tools to answer questions about the business, its services, service area, and how to request a free estimate. All tools return only public marketing information — no customer data.
Known tools 4
get_business_infoReturn Launch Painting Co.'s public business info: legal name, prior name, phone, email, hours, website, and headquarters city.
Potential side effectslist_service_areasReturn the cities in Brevard County, Florida that Launch Painting Co.
Inferred read-onlyget_estimate_infoReturn how to request a free written painting estimate from Launch Painting Co., including the online form URL, phone, and email.
Potential side effectsCONNECT 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.launch-painting-mcp]
url = "https://launchpainting.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"launch-painting-mcp": {
"type": "http",
"url": "https://launchpainting.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: launch-painting-mcp
Remote MCP URL: https://launchpainting.com/mcp
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": {
"launch-painting-mcp": {
"url": "https://launchpainting.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"launch-painting-mcp": {
"type": "http",
"url": "https://launchpainting.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "launch-painting-mcp",
"transport": "streamable-http",
"url": "https://launchpainting.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for launchpainting.com was fetched 2026-08-23T22:08:02.308Z.
launchpainting.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.