← crmsvc.com

INDIVIDUAL MCP TOOL

crm_services_list_services

List CRM Services, LLC's services catalog, optionally filtered by category.

crmsvc.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.crmsvc.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for crm_services_list_services 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

crmsvc.com

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.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.

Related tools

  • crm_services_search — Search CRM Services, LLC's site pages and services catalog by keyword.
  • crm_services_get_page — List CRM Services, LLC's site pages, or fetch one page's full content.
  • crm_services_get_quote — Produce a price estimate for one of CRM Services, LLC's services from the business's published pricing rules.