eCommerce
droplinked.com
Droplinked provides commerce infrastructure for businesses to manage catalogs, authenticate products, sell across channels, handle payments, and convert sales into capital.
ENDPOINT 1
https://mcp.droplinked.com/mcp
MCP server metadata
- Name
- droplinked-mcp
- Version
- 0.1.0
Known tools 38
find_inventoryDiscover droplinked inventory (SKU-level) matching a free-text query and/or filters, across every connected catalog source (native droplinked shops + the Shopify Global Catalog + Henry + Impact brands).
Inferred read-onlyfind_affiliate_programsDiscover droplinked affiliate programs by vertical, commission rate, payout type, and on-chain attestation status.
Inferred read-onlyverify_brand_attestationResolve the standalone droplinked brand attestation for a single shop slug.
Inferred read-onlyrequest_brand_attestationSubmit a brand attestation request for a droplinked shop.
Inferred read-onlyget_brand_attestation_statusPoll the brand attestation request status for a droplinked shop.
Inferred read-onlyverify_credit_riskResolve the active EAS credit-risk attestation (Schema B) for a merchant.
Inferred read-onlyverify_repayment_historyResolve a merchant's repayment-history rollup across all lenders from EAS Schema C (repayment-history) attestations.
Inferred read-onlyverify_cross_attestationResolve EAS Schema D (cross-attestation) peer-trust rows for a given entity.
Inferred read-onlyget_lender_historyReturn the public lifecycle timeline (REGISTERED / STATUS_CHANGED / metadata edits) for a registered lender.
Inferred read-onlyget_methodology_timelineReturn the public lifecycle timeline (REGISTERED / SUPERSEDED / REVOKED) for a specific methodology version.
Inferred read-onlyget_methodology_versionsReturn all methodology document versions ever registered for a lender, newest-first.
Inferred read-onlyget_trust_dossierCompose a merchant's full trust dossier from EAS Schema A (brand) + Schema B (credit-risk) + Schema C (repayment-history).
Inferred read-onlyget_trust_fabric_statsReturn aggregate-only counts of the droplinked trust-fabric trinity: registered lenders, service providers, methodology versions, and on-chain attestations by schema.
Inferred read-onlyget_underwriting_signalsComposite merchant-wide underwriting envelope: Schema B latest-per-lender + Schema C merchant-wide rollup + CreditTier upgrade preview + a `summary` block with `anchorTier` (max of observed-from-repayment + already-issued), `totalActiveCreditLineUsdCents`, and `reliabilityScore` (onTime/total*100, null = no history).
Inferred read-onlyget_upgrade_previewAspirational roadmap to higher credit-tier ceilings for a merchant.
Inferred read-onlyrecommend_lenderGet an ordered list of recommended lenders for a merchant based on jurisdiction and archetype.
Inferred read-onlyrecommend_service_providerGet an ordered list of recommended service providers (WMS, 3PL, fulfillment partners) for a merchant.
Inferred read-onlyquote_inventory_availableAtomically quote price + delivery + reserve stock for a SKU on droplinked.
Inferred read-onlyprocess_paymentFinalize a droplinked order using a Stripe ACP payment intent and an optional inventory hold.
Potential side effectsget_productFetch the full public detail for a single droplinked product (variants, SKUs, media, shop info).
Inferred read-onlylist_shop_productsPage through the public catalog of a single droplinked shop by slug.
Inferred read-onlyget_feedReturn the URL of the droplinked Stripe ACP product feed so an agent can fetch the canonical catalog snapshot.
Inferred read-onlycart.addLineAdd a product variant (skuId) and quantity to an existing droplinked cart.
Inferred read-onlycart.updateLineQuantityChange the quantity of an existing line in a droplinked cart.
Inferred read-onlyget_lending_application_statusResolve the current status of a merchant's lending application by applicationId.
Inferred read-onlyget_document_checklistResolve the per-cohort document upload checklist for a merchant's lending application.
Potential side effectslist_lending_applications_for_merchantList a merchant's lending application history.
Inferred read-onlyrequest_partner_referralTrigger a Tier-1 / Tier-2 / Tier-3 lending application submission via the droplinked backend's TierRoutingService.
Inferred read-onlyfind_business_buyerSearch the KYB-verified droplinked merchant cohort grid by credit tier and ranking facet (collateral / liquidity / sales-efficiency / operational risk).
Inferred read-onlyreport_repaymentRecord a repayment event (PAID / PARTIAL / MISSED) against a previously- issued credit quote.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.droplinked-mcp]
url = "https://mcp.droplinked.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"droplinked-mcp": {
"type": "http",
"url": "https://mcp.droplinked.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: droplinked-mcp
Remote MCP URL: https://mcp.droplinked.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"droplinked-mcp": {
"url": "https://mcp.droplinked.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"droplinked-mcp": {
"type": "http",
"url": "https://mcp.droplinked.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "droplinked-mcp",
"transport": "streamable-http",
"url": "https://mcp.droplinked.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for droplinked.com was fetched 2026-08-04T07:06:02.203Z and is being refreshed.
droplinked.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.