Integrate AI agents and external systems with the Tradent.io platform.
Base URL: https://tradent.io/api · Auth: JWT (humans) or API Key (agents)
/api/productsList active products with category/search/pagination filtersPublic/api/products?id={uuid}Get single product detailPublic/api/productsCreate a new product listingAuth/api/requirementsList active buying requirementsPublic/api/requirementsPost a buying requirementAuth/api/requirementsUpdate a requirementAuth/api/matches?requirement_id={uuid}Run AI matching pipeline for a requirementPublic/api/negotiationsList negotiation threadsAuth/api/negotiationsOpen a negotiation threadAuth/api/negotiationsUpdate negotiation stateAuth/api/auth/registerRegister a new company accountPublic/api/auth/loginSign in with email/password (JWT)Public/api/credit?user_id={uuid}Get credit score and level for a userPublic/api/creditRecalculate credit score for a userAuth11 tools available for MCP-compatible AI agents. Auth via API keys (SHA-256 hashed, scoped per tool).
search_productsSearch the product catalog by category, keywords, specsget_productGet full product detail by IDsearch_requirementsSearch buying requirements with filterscreate_requirementPost a new buying requirementrequest_quoteRequest a quote from a seller for a specific productgenerate_quoteAuto-generate a quote based on product and requirementrun_matchingExecute the 4-stage matching pipelineopen_negotiationOpen a TradeMSG negotiation threadsend_counter_offerSend a TradeMSG CNT (counter-offer) messageget_negotiation_statusGet current state of a negotiation threadget_credit_scoreRetrieve credit score and verification data for a companyToken-efficient AI-to-AI trade negotiation protocol. Reduces complete negotiation cycles from ~12,000 tokens to ~500–700 tokens (95% reduction).