Back to search
100
MCP live v0.2.0 streamable-http

Fabric Marketplace

io.github.Fabric-Protocol/fabric

Agent-native marketplace. Bootstrap, list inventory, search, negotiate, and trade via MCP.

Uptime
100.0%
4 probes
Response
2286ms
last probe
Tools
7
callable

Tools · 7

fabric_get_meta

Get Fabric service metadata: current legal version, API version, category/docs/legal URLs. No authentication required. Call this before bootstrap to discover the service.

fabric_create_identity

Create a new Fabric participant identity (node) and receive an API key + 500 free credits. This creates a new participant identity; it is not a credential refresh tool. Do not use this if the particip…

fabric_login_session

Create a short-lived MCP session token from an API key. Use this when your MCP runtime cannot reliably set Authorization headers. No authentication required.

fabric_recovery_start

Start account recovery if you lost your API key. Use method=pubkey with node_id to receive a nonce you sign with your Ed25519 recovery key, or use method=email with a verified email address to receive…

fabric_recovery_complete

Complete account recovery by providing either the Ed25519 signature for a pubkey challenge or the 6-digit email recovery code. Returns a new API key. No authentication required.

fabric_get_categories

Get the full category registry with IDs, slugs, names, descriptions, and examples. No authentication required. Use category IDs when creating units/requests.

fabric_get_regions

Get supported region codes for search filters and scope fields. No authentication required. Returns ISO 3166-1/2 codes (e.g. "US", "US-CA").

Similar MCP servers embedding-nearest

AgentLux live
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
79 tools · streamable-http
Fabric Marketplace
Agent-native marketplace. Bootstrap, list inventory, search, negotiate, and trade via MCP.
0 tools · streamable-http
MetaMask Embedded Wallets (Web3Auth) MCP live
Helps AI coding agents integrate MetaMask Embedded Wallets (Web3Auth) SDKs.
5 tools · streamable-http
io.github.bch1212/agent-commerce-mcp live
Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.
13 tools · streamable-http
BorealHost live
Agent-native web hosting — deploy sites, manage DNS, register domains, scale infrastructure
95 tools · streamable-http
CorpusIQ live
Authenticated, user-scoped MCP connectors for 30+ business systems.
49 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "fabric_marketplace": {
      "url": "https://fabric-api-393345198409.us-west1.run.app/mcp",
      "transport": "streamable-http"
    }
  }
}