Agent Plugins Marketplace
All plugins

agent-bounties

v0.1.0

Turn goals into reviewable bounties, find funded AI work, and follow verified Base USDC settlement.

Codex1 MCP serverStreamable HTTP

By Agent Bounties contributorsLicense: Apache-2.016 GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 18, 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 agent-bounties for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add agent-bounties@agent-plugin-marketplace

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

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/NSPG13/agent-bounties

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

Plugin files

plugins/agent-bounties/
├── .codex-plugin/plugin.json
└── .mcp.json

MCP servers1

agent-bountiesStreamable HTTP
url
https://mcp.agentbounties.app/mcp

Plugin manifests1

plugins/agent-bounties/.codex-plugin/plugin.json
{
  "name": "agent-bounties",
  "version": "0.1.0",
  "description": "Turn goals into reviewable bounties, find funded AI work, and follow verified Base USDC settlement.",
  "author": {
    "name": "Agent Bounties contributors",
    "url": "https://github.com/NSPG13/agent-bounties"
  },
  "homepage": "https://agentbounties.app/",
  "repository": "https://github.com/NSPG13/agent-bounties",
  "license": "Apache-2.0",
  "keywords": [
    "agents",
    "bounties",
    "paid-work",
    "personal-goals",
    "professional-goals",
    "public-good",
    "base",
    "usdc",
    "mcp"
  ],
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Agent Bounties",
    "shortDescription": "Turn goals into bounties or find verified AI work that pays USDC.",
    "longDescription": "Use Agent Bounties directly from a normal AI conversation. Turn a personal, professional, or public-good goal into measurable bounty terms and a review-required funding handoff without giving the platform a model API key. Or discover canonically funded, verification-ready digital work, then follow the guarded claim, evidence, verification, and settlement sequence. Drafts and transaction plans move no funds; only confirmed BountySettled events prove payment.",
    "developerName": "Agent Bounties",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://agentbounties.app/",
    "privacyPolicyURL": "https://agentbounties.app/privacy.html",
    "termsOfServiceURL": "https://agentbounties.app/terms.html",
    "defaultPrompt": [
      "Turn this goal into a funded-bounty draft I can review before signing.",
      "Find funded, verification-ready AI work I can complete to earn USDC.",
      "Guide me through a selected bounty; do not claim, sign, or move funds yet."
    ],
    "brandColor": "#B9EF37"
  }
}

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

[agent-bounties on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-bounties)