droplinked MCP server live
Model Context Protocol server for droplinked — tools for agentic commerce, the trust-fabric registry trinity (lender, service-provider, methodology), and per-merchant catalog discovery. This origin speaks MCP over HTTP plus a thin REST shim for smoke testing.
For end developers
- docs.droplinked.com Mintlify reference — quickstart, MCP tool catalog, ACP feed
- /agentic/mcp-server Wiring instructions for Claude, ChatGPT, Cursor, Continue
- /agentic/lender-trinity-mcp-tools Trust-fabric verifier tools (lender / SP / methodology)
- github.com/droplinked/droplinked-mcp Source — tool definitions, transport, schemas
Discovery endpoints
- /.well-known/mcp.json Canonical MCP discovery document
- /mcp/tools Platform-wide tool list (auth required)
- /healthz Liveness probe
Per-merchant surface
Each droplinked shop gets a path-prefixed MCP surface under
/{shopSlug} — manifest, tools, and SSE handshake.
Quick test
curl https://mcp.droplinked.com/.well-known/mcp.json curl -H "X-MCP-API-Key: $KEY" https://mcp.droplinked.com/mcp/tools