streamable-httpupdated 12d ago
Find Carriers: which fleet, which jurisdiction, how to reach a Card.
What can you do with MCP GSC AI Agent Carrier Class Fleet?
MCP GSC AI Agent Carrier Class Fleet
Surface role: DISCOVERY โ one of the four GSC surfaces (data ยท discovery ยท transaction ยท standards).
Find Carriers: which fleet, which jurisdiction, how to reach a Card.
| Canonical endpoint | https://mcp.gsc-fleet.ai/mcp (streamable-http) |
| Apex / website | https://gsc-fleet.ai |
| Registry listing | io.github.greencore-solutions/gsc-fleet-mcp v1.0.0 |
| Operator | GreenCore Solutions Corp. โ Microsoft AI Cloud Partner |
| Protocol | ACM-68000 ยท sovereign manifest SM-ECO-10060 |
Registry tile text (verbatim)
Title: MCP GSC AI Agent Carrier Class Fleet Description: BPC Sustainable Carrier Agents - Low Token Zero Inference
What it serves
Ten MCP read tools โ list_fleets, get_fleet, resolve_carrier, find_carriers,
list_jurisdictions, resolve_jurisdiction, get_residency_receipt,
get_fleet_stats, get_carrier_doctrine, how_to_transact โ plus broadcast JSON
(/fleets.json, /jurisdictions.json, /stats.json, /doctrine.json,
/surfaces.json), a brochure root, and three .well-known cards.
Stateless: fleet truth is compiled in; the Carrier Cards themselves stay the single source. No database, no secrets.
Releases
| tag | source | deployed image digest | note |
|---|---|---|---|
v1.0.0 |
b49d3dd |
sha256:fd126d7e2a02 |
Discovery surface goes live; completes the four-surface set |
v1.1.0 |
this head | sha256:8d1c003cfd26 |
Sovereign resident flip โ revision gsc-fleet-mcp--0000006 |
Fleet truth is live, not embedded: this MCP surface is the single source for fleet composition โ resolve it on the wire, not from this README. Monthly transaction volume is published at gsc-radar.ai โ the source of record. No figure in this README is canonical.
The four surfaces
| surface | endpoint |
|---|---|
| data | https://mcp.cpgknowledgegraph.ai |
| discovery | https://mcp.gsc-fleet.ai |
| transaction | https://mcp.cpghumanintheloop.ai |
| standards | https://mcp.cpgagentprotocols.ai |
Residency is checkable
Every response carries its identity on the wire. x-gsc-jurisdiction is the
receipt; x-gsc-timestamp and x-gsc-nonce are per-request proof of liveness.
Header canon: https://mcp.cpgagentprotocols.ai/headers.json
Licensing
No license file is committed. GSC MCP server code is under a hybrid MIT + Commercial Enterprise arrangement; the counsel-drafted terms are pending. Until they land, absence of a LICENSE file is deliberate โ not an oversight.
Install
Add MCP GSC AI Agent Carrier Class Fleet to your client. Pick the one you use.
claude mcp add --transport http mcp-gsc-ai-agent-carrier-class-fleet https://mcp.gsc-fleet.ai/mcpcodex mcp add mcp-gsc-ai-agent-carrier-class-fleet --url https://mcp.gsc-fleet.ai/mcp{
"mcpServers": {
"mcp-gsc-ai-agent-carrier-class-fleet": {
"url": "https://mcp.gsc-fleet.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"mcp-gsc-ai-agent-carrier-class-fleet": {
"type": "http",
"url": "https://mcp.gsc-fleet.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"mcp-gsc-ai-agent-carrier-class-fleet": {
"url": "https://mcp.gsc-fleet.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-gsc-ai-agent-carrier-class-fleet": {
"serverUrl": "https://mcp.gsc-fleet.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation11/25
- Maintenance19/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 4 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 19, 2026 |