droplinked MCP Extension
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DROPLINKED_API_BASE | No | Base URL of droplinked's public API. | https://apiv3.droplinked.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| find_inventoryA | Discover droplinked inventory (SKU-level) matching a free-text query and/or filters. Provide at least one of |
| find_merchantA | Find a droplinked merchant by slug, name, or category. Provide exactly one of: |
| 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 |
| verify_brand_attestationA | Resolve the standalone droplinked brand attestation for a single shop slug. Returns |
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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