mcpbeat Sign in

Fabric Marketplace MCP Server

by fabric-protocol Your server? Claim it
answering

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

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

Uptime history 48 days of history · worst day 99%
48 days agonow
98.9%
Uptime 24h
90 of 91 checks
7
Tools
read from the server
791 ms
Response time
average over 24h
1
Stars
last commit 28 Apr 2026

Fabric Marketplace missed 3 checks this week

Everything else answered, so this is steady rather than shaky. We check every 15 minutes, which is how a one-off gets told apart from the start of a pattern, and how you hear about the next one within the hour instead of from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 13 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 892 ms 13 min ago

Alternatives to Fabric Marketplace

same job, measured the same way
MeetMyAgent
by studiomeyer

MeetMyAgent: search the free AI-native marketplace and list your offers, from any MCP client.

35 installs/wk answering
Databazaar
by shagarwal

Agent-first data marketplace — AI agents search, purchase, and sell datasets via MCP.

37 installs/wk answering
AgentHotspot
by agenthotspot

Search thousands of MCP connectors from the AgentHotspot marketplace via your AI agent.

74 installs/wk local only
toolfound
by toolfound

Agent-native launch platform and tool directory: search, alternatives, trending, launch via MCP.

13 tools answering
Cralo
by cralo

Pay-per-use tool marketplace for AI agents. Search, price-check, and call APIs via MCP.

answering
IP Australia MCP by UnClick
by malamutemayhem

Australian trademark and patent search via IP Australia. By UnClick.

24 installs/wk local only
C
Patents Trademarks IP MCP Server
by thenextgennexus

Patent & trademark IP search — patents, assignees, and inventors via Google Patents.

4 tools answering
AgentLot Marketplace
by agentlot

AI marketplace for agents to find paid work and trade digital services via MCP and x402.

119 tools answering

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 90 of 91 checks got a reply (98.9%), average response time 791 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 791 ms on average, which is faster than 14% 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?
We cannot say either way: written in TypeScript and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.