← Registry

eCommerce

droplinked.com

Droplinked provides commerce infrastructure for businesses to manage catalogs, authenticate products, sell across channels, handle payments, and convert sales into capital.

1 endpoint38 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.droplinked.com/mcp

No auth detected

MCP server metadata

Name
droplinked-mcp
Version
0.1.0
Capabilities
tools

Known tools 38

find_merchant

Find a droplinked merchant by slug, name, or category.

Inferred read-only
find_inventory

Discover 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-only
find_affiliate_programs

Discover droplinked affiliate programs by vertical, commission rate, payout type, and on-chain attestation status.

Inferred read-only
verify_brand_attestation

Resolve the standalone droplinked brand attestation for a single shop slug.

Inferred read-only
request_brand_attestation

Submit a brand attestation request for a droplinked shop.

Inferred read-only
get_brand_attestation_status

Poll the brand attestation request status for a droplinked shop.

Inferred read-only
verify_credit_risk

Resolve the active EAS credit-risk attestation (Schema B) for a merchant.

Inferred read-only
verify_repayment_history

Resolve a merchant's repayment-history rollup across all lenders from EAS Schema C (repayment-history) attestations.

Inferred read-only
verify_cross_attestation

Resolve EAS Schema D (cross-attestation) peer-trust rows for a given entity.

Inferred read-only
verify_lender

Resolve the public profile for a lender by lenderId.

Inferred read-only
get_lender_history

Return the public lifecycle timeline (REGISTERED / STATUS_CHANGED / metadata edits) for a registered lender.

Inferred read-only
verify_methodology

Look up a lender's underwriting methodology by lenderId.

Inferred read-only
get_methodology_timeline

Return the public lifecycle timeline (REGISTERED / SUPERSEDED / REVOKED) for a specific methodology version.

Inferred read-only
get_methodology_versions

Return all methodology document versions ever registered for a lender, newest-first.

Inferred read-only
get_trust_dossier

Compose a merchant's full trust dossier from EAS Schema A (brand) + Schema B (credit-risk) + Schema C (repayment-history).

Inferred read-only
get_trust_fabric_stats

Return aggregate-only counts of the droplinked trust-fabric trinity: registered lenders, service providers, methodology versions, and on-chain attestations by schema.

Inferred read-only
get_underwriting_signals

Composite 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-only
get_upgrade_preview

Aspirational roadmap to higher credit-tier ceilings for a merchant.

Inferred read-only
recommend_lender

Get an ordered list of recommended lenders for a merchant based on jurisdiction and archetype.

Inferred read-only
recommend_service_provider

Get an ordered list of recommended service providers (WMS, 3PL, fulfillment partners) for a merchant.

Inferred read-only
quote_inventory_available

Atomically quote price + delivery + reserve stock for a SKU on droplinked.

Inferred read-only
process_payment

Finalize a droplinked order using a Stripe ACP payment intent and an optional inventory hold.

Potential side effects
search_products

Search the public droplinked catalog by free-text query.

Inferred read-only
get_product

Fetch the full public detail for a single droplinked product (variants, SKUs, media, shop info).

Inferred read-only
list_shop_products

Page through the public catalog of a single droplinked shop by slug.

Inferred read-only
start_checkout

Begin an agent-initiated droplinked checkout for a SKU.

Inferred read-only
get_feed

Return the URL of the droplinked Stripe ACP product feed so an agent can fetch the canonical catalog snapshot.

Inferred read-only
cart.addLine

Add a product variant (skuId) and quantity to an existing droplinked cart.

Inferred read-only
cart.updateLineQuantity

Change the quantity of an existing line in a droplinked cart.

Inferred read-only
cart.removeLine

Remove a product line from a droplinked cart by skuId.

Potential side effects
cart.applyDiscount

Apply a discount or coupon code to a droplinked cart.

Inferred read-only
get_lending_application_status

Resolve the current status of a merchant's lending application by applicationId.

Inferred read-only
get_document_checklist

Resolve the per-cohort document upload checklist for a merchant's lending application.

Potential side effects
list_lending_applications_for_merchant

List a merchant's lending application history.

Inferred read-only
request_partner_referral

Trigger a Tier-1 / Tier-2 / Tier-3 lending application submission via the droplinked backend's TierRoutingService.

Inferred read-only
quote_credit_terms

Submit a draft credit-quote on behalf of an authorised lender.

Inferred read-only
find_business_buyer

Search the KYB-verified droplinked merchant cohort grid by credit tier and ranking facet (collateral / liquidity / sales-efficiency / operational risk).

Inferred read-only
report_repayment

Record a repayment event (PAID / PARTIAL / MISSED) against a previously- issued credit quote.

Inferred read-only

CONNECT 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.

Trust status Trusted

droplinked.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.