← scsoftusa.com

INDIVIDUAL MCP TOOL

get_ai_agent_services

How SC Soft USA maps, deploys, governs, and operates automated AI agents, including workflow examples and human-control boundaries.

scsoftusa.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.scsoftusa.com/mcp

No auth detected

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

scsoftusa.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.scsoftusa-mcp]
url = "https://www.scsoftusa.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "scsoftusa-mcp": {
      "type": "http",
      "url": "https://www.scsoftusa.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: scsoftusa-mcp
Remote MCP URL: https://www.scsoftusa.com/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": {
    "scsoftusa-mcp": {
      "url": "https://www.scsoftusa.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "scsoftusa-mcp": {
      "type": "http",
      "url": "https://www.scsoftusa.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "scsoftusa-mcp",
  "transport": "streamable-http",
  "url": "https://www.scsoftusa.com/mcp"
}
MCP Inspector

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

Related tools

  • get_company_overview — Overview of SC Soft USA: AI agent workflows, delivery model, Enterprise AI OS, proven platforms, case studies, and contact information.
  • list_products — List SC Soft USA's products (Enterprise AI OS, Marketplace Hub, Commerce Platform, Payments Infrastructure) with slugs and taglines.
  • get_product — Full details for one product: description, capabilities, and contact info.
  • submit_contact_inquiry — Submit a project inquiry to SC Soft USA on behalf of the user.