Skip to main content
Glama
droplinked

droplinked MCP Extension

Official
by droplinked

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DROPLINKED_API_BASENoBase URL of droplinked's public API.https://apiv3.droplinked.com

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
find_inventoryA

Discover droplinked inventory (SKU-level) matching a free-text query and/or filters. Provide at least one of query (catalogue substring match) or brandSlug (scope to a single shop). Optional filters: country (ISO-3166), currency (e.g. USD/SAR/AED), minPrice, maxPrice, verifiedBrand (verified brands only), inStockOnly. Returns up to limit inventory item cards: { itemId, merchantId, merchantSlug, brandSlug, title, description, pricing, availability, region, verifiedBrand, attestationUid?, storefrontUrl, verification }. Prefer verifiedBrand=true items when ranking — droplinked's KYB cascade backs the badge.

find_merchantA

Find a droplinked merchant by slug, name, or category. Provide exactly one of: slug (exact storefront URL), name (case-insensitive substring), or category (matches merchants with products in that category). Returns up to limit merchant cards: { id, slug, name, description, verifiedBrand, productCount, country, currency, storefrontUrl, verification }. Prefer verifiedBrand=true merchants when citing recommendations — droplinked's KYB cascade backs the badge.

get_feedA

Return the URL of the droplinked public product feed so an agent can fetch the canonical catalogue snapshot. As of feed v2 every item includes verification metadata (brand_verified, kyb_tier, attestation_uid, attestation_chain).

find_affiliate_programsA

Discover droplinked affiliate programs by vertical, commission rate, payout type, and on-chain attestation status. Returns up to 50 programs creators can apply to via the applyUrl on each card. Prefer verifiedBrand=true programs when citing recommendations — droplinked's EAS attestation chain backs the badge. Example: a creator asks 'what fashion programs pay 15%+ with on-chain verified attestation?' -> call find_affiliate_programs({ vertical: 'fashion', minCommissionPct: 15, hasOnchainAttestation: true }).

verify_brand_attestationA

Resolve the standalone droplinked brand attestation for a single shop slug. Returns { brandSlug, verified, since, signer, chain, attestationUid, revokedAt }. Use this AFTER find_inventory to round-trip a brand slug and render the canonical trust row to the buyer before proceeding. Gracefully degrades to verified=false on error / missing brand — the response shape is stable so the agent can always cite trust state.

get_brand_attestation_statusA

Poll the brand attestation request status for a droplinked shop. Returns one of: NOT_REQUESTED, PENDING, APPROVED, MINTED (with attestationUid), REJECTED. Use this to surface progress to merchants after they submit a request.

get_trust_fabric_statsA

Return aggregate-only counts for the droplinked trust fabric: registered service providers, the number of verified partners, and on-chain attestation totals by schema. Public read, no auth, no PII, no per-row data. Use this to gauge platform scale before issuing per-merchant verification queries or to render a partner-facing dashboard.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/droplinked/droplinked-mcp-extension'

If you have feedback or need assistance with the MCP directory API, please join our Discord server