Cloud Services
gsc-fleet.ai
Manages and resolves carrier fleet configurations and endpoints for global cloud infrastructure.
ENDPOINT 1
https://mcp.gsc-fleet.ai/mcp
MCP server metadata
- Name
- gsc-fleet
- Version
- 1.5.1
Known tools 10
list_fleetsThe three live fleet roots — Global, APAC, LATAM — with regions, slot ranges, and entry points.
Inferred read-onlyget_fleetFull record for one fleet: root, region, slot range, index, catalog, Card URL pattern.
Inferred read-onlyfind_carriersSM-ECO-10060 member code → the serving surface: a resident sovereign endpoint where one exists, otherwise the fleet root covering that member's region.
Inferred read-onlylist_jurisdictionsWhere GSC Carriers are resident — eighteen jurisdictions, each with its serving Azure region.
Inferred read-onlyresolve_jurisdictionMember code → residency status, serving endpoint, and Azure region.
Inferred read-onlyget_residency_receiptHow to verify a GSC surface's residency claim on the wire — which headers to read and what they prove.
Inferred read-onlyget_fleet_statsCanon numbers: 32,597 LIVE AI Agents (32,500+ AI Agent program: 22,597 Carriers + 10,000 AIO Agents) across eighteen resident jurisdictions.
Inferred read-onlyget_carrier_doctrineThe Carrier AI Agent class and the sell-side positioning — prefabricated, static, zero inference; buyer-side compute stays the buyer's.
Inferred read-onlyhow_to_transactWhich GSC surface an agent uses for data, discovery, transaction, and standards — with the endpoint for each.
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.gsc-fleet]
url = "https://mcp.gsc-fleet.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gsc-fleet": {
"type": "http",
"url": "https://mcp.gsc-fleet.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gsc-fleet
Remote MCP URL: https://mcp.gsc-fleet.ai/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": {
"gsc-fleet": {
"url": "https://mcp.gsc-fleet.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gsc-fleet": {
"type": "http",
"url": "https://mcp.gsc-fleet.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gsc-fleet",
"transport": "streamable-http",
"url": "https://mcp.gsc-fleet.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for gsc-fleet.ai was fetched 2026-07-27T15:58:22.523Z and is being refreshed.
gsc-fleet.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.