Fabric Marketplace✓
io.github.Fabric-Protocol/fabric · v0.4.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Fabric-Protocol/fabric",
"description": "Agent-native marketplace. Bootstrap, list inventory, search, negotiate, and trade via MCP.",
"title": "Fabric Marketplace",
"repository": {
"url": "https://github.com/Fabric-Protocol/fabric",
"source": "github"
},
"version": "0.4.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://fabric-api-393345198409.us-west1.run.app/mcp",
"headers": [
{
"description": "Fabric API key in format: ApiKey <key>. Get one by calling the fabric_bootstrap tool (no auth needed).",
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}