← droplinked.com
INDIVIDUAL MCP TOOL
request_brand_attestation
Submit a brand attestation request for a droplinked shop.
LIVE ENDPOINT
https://mcp.droplinked.com/mcp
Connect to this endpoint to inspect the live schema for request_brand_attestation and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
find_merchant— Find a droplinked merchant by slug, name, or category.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).find_affiliate_programs— Discover droplinked affiliate programs by vertical, commission rate, payout type, and on-chain attestation status.verify_brand_attestation— Resolve the standalone droplinked brand attestation for a single shop slug.get_brand_attestation_status— Poll the brand attestation request status for a droplinked shop.verify_credit_risk— Resolve the active EAS credit-risk attestation (Schema B) for a merchant.verify_repayment_history— Resolve a merchant's repayment-history rollup across all lenders from EAS Schema C (repayment-history) attestations.verify_cross_attestation— Resolve EAS Schema D (cross-attestation) peer-trust rows for a given entity.