Agent Plugins Marketplace
All plugins

droplinked-codex-plugin

v0.1.0

Codex plugin wrapping droplinked's hosted MCP server — verified-inventory agentic commerce plus an onchain trust fabric: merchant and product discovery, agent-initiated checkout, and EAS-backed brand, credit-risk, and repayment attestations.

Codex1 Skill1 MCP serverStreamable HTTP

By droplinkedLicense: MIT1.1k GitHub starsUpdated 12 hours ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install droplinked-codex-plugin for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add droplinked-codex-plugin@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “droplinked-codex-plugin” remain stable.

  • Codex: droplinked-codex-plugin@agent-plugin-marketplacedroplinked-codex-plugin@awesome-codex-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/droplinked/droplinked-codex-plugin/.

Plugin files

plugins/droplinked/droplinked-codex-plugin/
├── .codex-plugin/plugin.json
├── skills/droplinked/SKILL.md
└── .mcp.json

Included Skills1

droplinkedskills/droplinked/SKILL.md

Use the droplinked hosted MCP server to discover verified merchants and inventory, run an agent-initiated checkout (cart, quote-and-hold, payment), and read droplinked's onchain trust fabric — brand, credit-risk, and repayment attestations — as source-grounded, verification-first commerce context.

MCP servers1

droplinkedStreamable HTTP
url
https://mcp.droplinked.com/mcp

Plugin manifests1

plugins/droplinked/droplinked-codex-plugin/.codex-plugin/plugin.json
{
  "name": "droplinked-codex-plugin",
  "version": "0.1.0",
  "description": "Codex plugin wrapping droplinked's hosted MCP server — verified-inventory agentic commerce plus an onchain trust fabric: merchant and product discovery, agent-initiated checkout, and EAS-backed brand, credit-risk, and repayment attestations.",
  "author": {
    "name": "droplinked",
    "email": "[email protected]",
    "url": "https://droplinked.com"
  },
  "homepage": "https://github.com/droplinked/droplinked-codex-plugin",
  "repository": "https://github.com/droplinked/droplinked-codex-plugin",
  "license": "MIT",
  "keywords": [
    "openai-codex",
    "codex-plugin",
    "model-context-protocol",
    "mcp-server",
    "agentic-commerce",
    "ecommerce",
    "onchain",
    "attestation",
    "trust-fabric",
    "droplinked"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "droplinked",
    "shortDescription": "Verified-inventory agentic commerce MCP: merchant & product discovery, agent-initiated checkout, and onchain trust attestations.",
    "longDescription": "droplinked is onchain agentic commerce exposed to Codex over a hosted MCP server. Use it to discover KYB-verified merchants and SKU-level inventory, open and drive an agent-initiated checkout (build a cart, apply a discount, quote-and-hold stock, finalize payment), and read droplinked's onchain trust fabric — EAS-backed brand, credit-risk, and repayment-history attestations plus a composed trust dossier. The plugin connects over streamable HTTP with two-tier auth: read-only discovery, catalog, and trust-read tools are public and need no key, so the plugin works out of the box; only write tools (checkout, payment, cart edits, and lending/attestation actions) require an X-MCP-API-Key supplied from your environment — never bundled in this repo.",
    "developerName": "droplinked",
    "category": "Commerce",
    "capabilities": [
      "Interactive"
    ],
    "websiteURL": "https://droplinked.com",
    "privacyPolicyURL": "https://droplinked.com/privacy",
    "termsOfServiceURL": "https://droplinked.com/terms",
    "brandColor": "#2BCFA1",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/logo.svg",
    "screenshots": [
      "./assets/screenshot-droplinked.png"
    ],
    "defaultPrompt": [
      "Find a verified droplinked merchant in this category and search their inventory for an in-stock item, preferring brand-verified results.",
      "Start a droplinked checkout for this SKU: build the cart, quote and hold the stock, then hand me the hosted checkout URL.",
      "Pull the droplinked trust dossier for this merchant — brand attestation, credit-risk tier, and repayment history — and summarize the trust state before I proceed."
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[droplinked-codex-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/droplinked-codex-plugin)