INDIVIDUAL MCP TOOL
set_lead_sources
Create or update a workspace lead source: set its label and active state by key (built-in or custom, lowercase_with_underscores).
LIVE ENDPOINT
https://obriym-crm.com/api/mcp
Connect to this endpoint to inspect the live schema for set_lead_sources and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
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.obriym-crm]
url = "https://obriym-crm.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"obriym-crm": {
"type": "http",
"url": "https://obriym-crm.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: obriym-crm
Remote MCP URL: https://obriym-crm.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": {
"obriym-crm": {
"url": "https://obriym-crm.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"obriym-crm": {
"type": "http",
"url": "https://obriym-crm.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "obriym-crm",
"transport": "streamable-http",
"url": "https://obriym-crm.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_leads— List and search this workspace's leads, filtered by text/status/source/created-date/stale and paginated.get_lead— Fetch one CRM lead in the selected workspace by lead id, including status, source, assignee, tags, custom fields, score, notes and next action.search_deals— List and search pipeline deals, filtered by stage/owner/company/contact/stale and paginated.get_deal— Fetch one pipeline deal in the selected workspace by deal id, including stage, value, probability and linked company/contact data when present.list_orders— List this workspace's orders, filtered by status/customer/created-date and paginated.get_order— Fetch full order detail in the selected workspace by externalId, including line items, payments, shipments and returns.search_products— List and search active catalog products, filtered by category/brand/price/stock/tag/type and paginated.get_product— Fetch one catalog product in the selected workspace by product id or SKU — returned in any status (draft, active, or archived; check the status field), including price, stock, category and brand fields.