mcpbeat

Fabric Marketplace MCP Server

io.github.Fabric-Protocol/fabric
answering

Fabric Marketplace is answering right now. Last checked moments ago. It exposes 7 tools. Last commit 28 Apr 2026.

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

Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
92 of 92 checks
7
Tools
read from the server
746 ms
Response time
average over 24h
1
Stars
last commit 28 Apr 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 0 min ago.

run in your terminal
claude mcp add fabric --transport http https://fabric-api-393345198409.us-west1.run.app/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fabric": {
      "url": "https://fabric-api-393345198409.us-west1.run.app/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fabric]
url = "https://fabric-api-393345198409.us-west1.run.app/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "fabric": {
      "url": "https://fabric-api-393345198409.us-west1.run.app/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fabric": {
      "url": "https://fabric-api-393345198409.us-west1.run.app/mcp"
    }
  }
}

Available tools 7

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

fabric
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 participant already has a node. Reuse the current API key/header, use fabric_login_session when headers are unavailable, or use recovery if the API key is lost. No authentication required. Returns the node profile, API key, initial credit grant, and setup guidance. After creation, immediately persist node.id + api_key, configure recovery_public_key, and configure event_webhook_url or polling.
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_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_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").
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_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_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 a 6-digit recovery code. No authentication required.

Endpoints

URLTransportStateLatencyChecked
https://fabric-api-393345198409.us-west1.run.app/mcp streamable-http answering 793 ms 0 min ago

Fabric Marketplace — questions

Answers built from our own checks of this server.

What can Fabric Marketplace do?
It exposes 7 tools, read directly from the server on our last check. Among them: fabric_create_identity, fabric_get_categories, fabric_get_meta, fabric_get_regions, fabric_login_session, fabric_recovery_complete and 1 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Fabric Marketplace working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 746 ms. The bar chart above shows every period we have measured.
How do I connect Fabric Marketplace?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Fabric Marketplace need an API key?
No. Fabric Marketplace completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 7 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Fabric Marketplace?
It answers our handshake in 746 ms on average, which is faster than 10% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Fabric Marketplace open source?
Yes — written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.