INDIVIDUAL MCP TOOL
federation_offer
Read the ComOS network's vendor offer — public and read-only, no token needed.
LIVE ENDPOINT
https://comos-portal.com/mcp
Connect to this endpoint to inspect the live schema for federation_offer and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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.comos-gateway]
url = "https://comos-portal.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"comos-gateway": {
"type": "http",
"url": "https://comos-portal.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: comos-gateway
Remote MCP URL: https://comos-portal.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": {
"comos-gateway": {
"url": "https://comos-portal.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"comos-gateway": {
"type": "http",
"url": "https://comos-portal.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "comos-gateway",
"transport": "streamable-http",
"url": "https://comos-portal.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
federation_list_tenants— List all available tenants in the federation.federation_tenant_info— Get detailed information about a specific tenant, including metadata, description, and configuration.federation_node_report_in— The mothership link (CO 486): a self-hosted node reports in to the hub on its own initiative (poll-shaped, node-initiated — the hub never calls the node).federation_node_drain_queue— Collect brokered acts queued for your node (CO 486).federation_node_act_complete— Report the outcome of a brokered act your node drained (CO 496 — the return leg of the brokered-act arc).federation_node_catalog_sync— Push your node's vendor-catalog projection to the hub index (CO 492 Phase 2).federation_node_tenant_reserve— Reserve a tenant handle in the federation-wide node namespace (CO 501).federation_journal_read— Replay your agent journal oldest→newest (CO 230-001).