MCPTools

get_company_profile

Retrieve a buyer-first public Seller Profile by marketplace slug.

Use get_company_profile after search returns a company the agent should inspect more carefully.

Arguments

NameTypeRequiredDescription
slugstringYesCompany slug from a marketplace result or Tradebird company URL.

Example

{
  "jsonrpc": "2.0",
  "id": 4,
  "method": "tools/call",
  "params": {
    "name": "get_company_profile",
    "arguments": {
      "slug": "nordic-automation-demo-a-s"
    }
  }
}

Returns

The structured result includes selected-version public Seller meaning only:

  • resultType: "seller_profile"
  • canonicalUrl
  • updatedAt
  • seller
  • products and services
  • proof and semantic details
  • categoryLinks
  • nextActions

The result intentionally omits claim/tenant state, seller-agent routing, publication mechanics, raw snapshots, and raw evidence. A domain-verified removed Seller is no longer retrievable.