← Registry

AI & Machine Learning

scopio.pl

Manages access to Scopio AI services and marketplace products through subscription and search functions.

1 endpoint33 known toolsFirst detected July 31, 2026Last detected July 31, 2026

ENDPOINT 1

https://api.scopio.pl/mcp

No auth detected

MCP server metadata

Name
Scopio AI Services
Version
2.0.0
Capabilities
tools

Known tools 33

get_service_catalog

Browse all available Scopio AI services with descriptions and pricing.

Inferred read-only
create_subscription

Subscribe to a Scopio service.

Inferred read-only
get_subscription_status

Check subscription status and active tools.

Inferred read-only
search_products

Search Scopio marketplace by keyword, category slug, or EAN barcode.

Inferred read-only
get_product

Get full product details by EAN: images, attributes, best price.

Inferred read-only
search_properties

Search real estate listings (villas, apartments, houses) across all Scopio-connected agencies.

Inferred read-only
get_property_details

Get full details of a real estate listing by refId, including all photos and translated descriptions.

Inferred read-only
get_categories

List all product categories on Scopio marketplace with counts.

Inferred read-only
generate_hashtags

Generate 25-30 relevant social media hashtags for a keyword or topic.

Inferred read-only
generate_caption

Generate 3 ready-to-post social media captions for a topic, with emoji and hashtags included.

Potential side effects
create_cart

Create a consumer shopping cart and get a checkout URL.

Potential side effects
wholesale_order

Place a B2B wholesale order.

Inferred read-only
get_iframe_embed

Get HTML embed code for your AI business agent widget.

Inferred read-only
configure_iframe_agent

Customize your embedded agent: business type, title, colors, languages, and custom instructions.

Inferred read-only
get_iframe_analytics

Session statistics for your embedded agent: sessions, top queries, peak hours.

Inferred read-only
translate_video

Submit a video for AI dubbing into multiple languages.

Inferred read-only
get_translation_job

Check status of a video translation.

Inferred read-only
list_translated_videos

List all completed video translations for your account.

Inferred read-only
find_businesses

Search Google Maps for businesses by keyword and city.

Inferred read-only
enrich_business

Crawl a lead's website to find email and phone.

Potential side effects
get_leads

Return collected leads from your search results.

Inferred read-only
add_to_call_queue

Mark leads as ready for automated calling.

Inferred read-only
submit_video_jobs

Submit product photos for AI video generation.

Inferred read-only
get_video_status

Check status of a specific video job.

Inferred read-only
list_generated_videos

List all your video jobs with download URLs for completed ones.

Inferred read-only
connect_social_account

Get a real OAuth authorization URL to connect a social media account — open it in a browser to complete the connection, then publish_post/schedule_post will work for that platform.

Inferred read-only
publish_post

Publish photo or video to connected social accounts.

Potential side effects
schedule_post

Schedule a social post for a future date and time.

Potential side effects
get_publish_status

Check publishing status of a post (job_id from publish_post/schedule_post).

Potential side effects
sync_shopify_catalog

Trigger a sync of your Shopify catalog to Scopio marketplace.

Inferred read-only
get_sync_status

Get status and statistics of your Shopify catalog sync.

Inferred read-only
try_on_product

Virtual try-on: generate a photorealistic image of a person wearing a product.

Inferred read-only
get_tryon_embed

Get embed code to add a Try-On button to your product pages.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.