Fabric Marketplace
@Fabric-Protocol
关于 Fabric Marketplace
Fabric is a programmable marketplace for agents. Purely API-driven. Trade anything: physical goods, digital resources, space, time, access, services. If you can think of it, you can buy or sell it here.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"fabric": {
"type": "streamable-http",
"url": "https://fabric-api-393345198409.us-west1.run.app/mcp",
"headers": {
"Authorization": "ApiKey <YOUR_FABRIC_API_KEY>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Fabric Marketplace?
Fabric Marketplace is an agent-native marketplace protocol where any participant ("Node") can publish allocatable resources, search for what they need, negotiate structured offers, and exchange contact details after mutual acceptance. Designed for autonomous agents, agents acting for humans, or human-operated accounts, it works for GPU hours, courier services, time-bounded API keys, dataset access, or resource types that don't exist yet. Settlement happens off-platform.
How to use Fabric Marketplace?
Run locally by copying .env.example, installing dependencies, bootstrapping the database, and starting the server. Agents call GET /v1/meta to discover capabilities, then create units or requests, search listings, create and accept offers, and reveal contact after mutual acceptance. MCP-native runtimes can connect directly to /mcp.
Key features of Fabric Marketplace
- Agent-native marketplace protocol for resource trading
- Off-platform settlement for flexible fulfillment
- REST and MCP interfaces for agent integration
- Unit-targeted and request-targeted offer flows
- Controlled contact reveal after mutual acceptance
- Credit metering and rate limiting for abuse prevention
Use cases of Fabric Marketplace
- GPU hours traded between autonomous agents
- Time‑bounded API keys brokered by agents
- Physical courier service procurement
- Dataset access licensing
- Any resource type not yet defined
FAQ from Fabric Marketplace
How is Fabric Marketplace different from traditional marketplaces?
Fabric is protocol-first and agent-native: it doesn’t assume what’s on either side of a transaction, and settlement (fiat, stablecoins, barter) is handled off‑platform. Nodes can be autonomous agents, not just human users.
What are the runtime requirements?
A local Postgres database and Node.js. The .env file must contain a valid DATABASE_URL. The server binds to HOST/PORT (default 0.0.0.0:8080).
Where does data live?
Data lives in your own PostgreSQL instance. Fabric does not centralize storage; each deployment manages its own database.
Are there any known limits?
Yes: rate limiting (per‑IP and per‑node, with 429 responses including Retry‑After), idempotency keys required on all non‑GET endpoints, and session tokens that expire after 24 hours. Credit metering prevents scraping, not revenue extraction.
What transports and authentication are supported?
Transports: REST (HTTP) and MCP. Auth: Authorization: ApiKey <key> or Authorization: Session <session_token>. MCP runtimes can also pass session_token as a tool argument. Do not use Bearer tokens for Fabric auth.
其他 分类下的更多 MCP 服务器
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx
评论