AI & Machine Learning
scopio.pl
Manages access to Scopio AI services and marketplace products through subscription and search functions.
ENDPOINT 1
https://api.scopio.pl/mcp
MCP server metadata
- Name
- Scopio AI Services
- Version
- 2.0.0
Known tools 33
get_service_catalogBrowse all available Scopio AI services with descriptions and pricing.
Inferred read-onlysearch_productsSearch Scopio marketplace by keyword, category slug, or EAN barcode.
Inferred read-onlysearch_propertiesSearch real estate listings (villas, apartments, houses) across all Scopio-connected agencies.
Inferred read-onlyget_property_detailsGet full details of a real estate listing by refId, including all photos and translated descriptions.
Inferred read-onlygenerate_hashtagsGenerate 25-30 relevant social media hashtags for a keyword or topic.
Inferred read-onlygenerate_captionGenerate 3 ready-to-post social media captions for a topic, with emoji and hashtags included.
Potential side effectsconfigure_iframe_agentCustomize your embedded agent: business type, title, colors, languages, and custom instructions.
Inferred read-onlyget_iframe_analyticsSession statistics for your embedded agent: sessions, top queries, peak hours.
Inferred read-onlylist_generated_videosList all your video jobs with download URLs for completed ones.
Inferred read-onlyconnect_social_accountGet 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-onlyget_publish_statusCheck publishing status of a post (job_id from publish_post/schedule_post).
Potential side effectstry_on_productVirtual try-on: generate a photorealistic image of a person wearing a product.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.