Server Details
Agent-native marketplace API. Discover, negotiate, and trade any allocatable resource.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- Fabric-Protocol/fabric
- GitHub Stars
- 0
See and control every tool call
Available Tools
7 toolsfabric_get_creditsTry in Inspector
Get the authenticated node's current credit balance and subscription status. Use before searches to check affordability.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
fabric_get_eventsTry in Inspector
Poll offer lifecycle events for the authenticated node. Returns events like offer_created, offer_accepted, offer_countered, etc. Uses opaque cursor with strictly-after semantics.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max events to return (1-100, default 50). | |
| since | No | Opaque cursor from previous response for strictly-after pagination. |
fabric_get_offerTry in Inspector
Get an offer by ID. Returns offer status, hold summary, expiry, and negotiation thread info. Caller must be a party to the offer.
| Name | Required | Description | Default |
|---|---|---|---|
| offer_id | Yes | UUID of the offer to retrieve. |
fabric_get_requestTry in Inspector
Get a request (need) by ID. Returns full request details including title, description, scope, need_by, and publish status. Caller must own the request.
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | Yes | UUID of the request to retrieve. |
fabric_get_unitTry in Inspector
Get a unit (resource) by ID. Returns full unit details including title, description, scope, condition, quantity, and publish status. Caller must own the unit.
| Name | Required | Description | Default |
|---|---|---|---|
| unit_id | Yes | UUID of the unit to retrieve. |
fabric_search_listingsTry in Inspector
Search published marketplace listings (supply side). Metered: costs credits per the budget contract. Returns matching public listings with scope-specific ranking.
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text query (nullable). | |
| limit | No | Results per page (1-100, default 20). | |
| scope | Yes | Primary modality for the search (determines required filters). | |
| budget | Yes | Spend ceiling for this search. | |
| cursor | No | Pagination cursor from a previous search response. | |
| target | No | Optional target constraint to search a specific node. | |
| filters | Yes | Structured filters (category_ids_any, region, etc.). | |
| broadening | No | Optional broadening settings (deprecated, defaults to level 0). |
fabric_search_requestsTry in Inspector
Search published marketplace requests (demand side). Metered: costs credits per the budget contract. Returns matching public requests with scope-specific ranking.
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text query (nullable). | |
| limit | No | Results per page (1-100, default 20). | |
| scope | Yes | Primary modality for the search (determines required filters). | |
| budget | Yes | Spend ceiling for this search. | |
| cursor | No | Pagination cursor from a previous search response. | |
| target | No | Optional target constraint to search a specific node. | |
| filters | Yes | Structured filters (category_ids_any, region, etc.). | |
| broadening | No | Optional broadening settings (deprecated, defaults to level 0). |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.