Sharetribe

Sharetribe MCP Connector for Claude

A+

Equip your AI agent to autonomously manage your marketplace. Approve listings, transition transaction states, audit user profiles, and moderate reviews.

9 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Grant your AI agent (like Claude or Cursor) absolute administrative dominion over your custom marketplace. The Sharetribe MCP equips your LLM to act as a fully autonomous moderator and operations manager. Forget navigating complex vendor panels—now you can manage supply, moderate transactions, and govern your community via natural conversational prompts interacting deeply with your Integration API.

What you can do

  • Inventory & Listing Moderation — Crawl through vendor catalogs via list_listings. Drill down seamlessly with get_listing and publicly publish vetted entries dynamically using approve_listing.
  • Live Transaction Steering — Audit ongoing orders, payments, and booking pipelines with list_transactions. Have an order that needs fulfillment? Force operational momentum by applying the transition_transaction verb.
  • Community & Vendor Auditing — Interrogate the platform using list_users and get_user to investigate behavioral profiles, while constantly scanning aggregated list_reviews to maintain healthy interactions.
marketplace-managementtransaction-routinguser-moderationpeer-to-peerlisting-managementcommunity-governance

9 tools expose this connector's capabilities to your AI agent.

approve_listing

Approves a pending listing

get_listing

Retrieves details for a specific listing

get_transaction

Retrieves details for a specific transaction

get_user

Retrieves details for a specific user

list_listings

Lists marketplace listings

list_reviews

Lists marketplace reviews

list_transactions

Lists marketplace transactions

list_users

Lists marketplace users

transition_transaction

g., "confirm", "complete"). Transitions a transaction to a new state

See how to talk to your AI agent using Sharetribe.

Retrieve all listings that are currently stuck in the 'pendingApproval' state.

Initiating a tactical sweep utilizing `list_listings` aggressively filtered strictly down to the `pendingApproval` state index revealed 4 latent entries idling without resolution. These include "Vintage Bicycle Framework" and three subsequent ambiguous property rental offerings.

Retrieve the details and lifecycle state of the specific transaction bound to the order ID 9c42c2-8491-a9f.

Drilling precisely using the `get_transaction` node on string identifier '9c42c2-8491-a9f' unearthed an active, persistent booking element. The current underlying lifecycle state displays officially locked as `transition/preauthorized`.

Absolutely. Through the `transition_transaction` method, your prompt can dictate the order pipeline. Ensure you pass the specific UUID of the order and the explicit, configured transition name (e.g., "transition/accept" or "transition/complete") to force the lifecycle into its subsequent operational phase immediately.

Related Connectors