API Tools
crmsvc.com
Searches and retrieves CRM Services, LLC's site pages, service catalog, and pricing quotes.
ENDPOINT 1
https://www.crmsvc.com/api/mcp
MCP server metadata
- Name
- crm-services-mcp-server
- Version
- 0.1.0
MCP server for CRM Services, LLC (https://www.crmsvc.com). Full-service home remodeling and repair contractor in Vancouver, WA with 30+ years of experience. Kitchen, bathroom, and whole-home remodeling, dry rot repair, insurance restoration build-back, flooring, painting, drywall, exterior repairs, smart home installation, and handyman punch lists. Trusted by property managers, realtors, and homeowners across Clark County. Contact: (503) 898-0276 · quotes@crmsvc.com · 12209 NE Fourth Plain Blvd, Ste JJ, Vancouver, WA 98682 Service area: Vancouver, WA, Camas, Ridgefield, Salmon Creek, Felida, Brush Prairie, Clark County Tools: - crm_services_search — search site pages and the services catalog - crm_services_get_page — list site pages, or fetch one page's full content by slug - crm_services_list_services — the services catalog - crm_services_get_quote — price estimate from published pricing rules (estimates only, never a binding bid) The business profile (NAP, hours, service area) is available as the 'business://profile' resource.
Known tools 4
crm_services_searchSearch CRM Services, LLC's site pages and services catalog by keyword.
Inferred read-onlycrm_services_get_pageList CRM Services, LLC's site pages, or fetch one page's full content.
Inferred read-onlycrm_services_list_servicesList CRM Services, LLC's services catalog, optionally filtered by category.
Inferred read-onlycrm_services_get_quoteProduce a price estimate for one of CRM Services, LLC's services from the business's published pricing rules.
Inferred read-onlyCONNECT 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.crm-services-mcp-server]
url = "https://www.crmsvc.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"crm-services-mcp-server": {
"type": "http",
"url": "https://www.crmsvc.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: crm-services-mcp-server
Remote MCP URL: https://www.crmsvc.com/api/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": {
"crm-services-mcp-server": {
"url": "https://www.crmsvc.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"crm-services-mcp-server": {
"type": "http",
"url": "https://www.crmsvc.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "crm-services-mcp-server",
"transport": "streamable-http",
"url": "https://www.crmsvc.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.