← scopio.pl

INDIVIDUAL MCP TOOL

add_to_call_queue

Mark leads as ready for automated calling.

scopio.plnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.scopio.pl/mcp

No auth detected

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

scopio.pl

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.scopio-ai-services]
url = "https://api.scopio.pl/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "scopio-ai-services": {
      "type": "http",
      "url": "https://api.scopio.pl/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: scopio-ai-services
Remote MCP URL: https://api.scopio.pl/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": {
    "scopio-ai-services": {
      "url": "https://api.scopio.pl/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "scopio-ai-services": {
      "type": "http",
      "url": "https://api.scopio.pl/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "scopio-ai-services",
  "transport": "streamable-http",
  "url": "https://api.scopio.pl/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_service_catalog — Browse all available Scopio AI services with descriptions and pricing.
  • create_subscription — Subscribe to a Scopio service.
  • get_subscription_status — Check subscription status and active tools.
  • search_products — Search Scopio marketplace by keyword, category slug, or EAN barcode.
  • get_product — Get full product details by EAN: images, attributes, best price.
  • search_properties — Search real estate listings (villas, apartments, houses) across all Scopio-connected agencies.
  • get_property_details — Get full details of a real estate listing by refId, including all photos and translated descriptions.
  • get_categories — List all product categories on Scopio marketplace with counts.