Skip to main content
Glama
131,841 tools. Last updated 2026-05-11 10:58

"namespace:com.task-bounty" matching MCP tools:

  • Release escrowed funds to the worker after task approval. The on-chain flow: Escrow contract -> PaymentOperator.release() -> Worker USDC This is an irreversible operation. Once released, funds go directly to the worker's wallet. For dispute resolution after release, use em_escrow_dispute. Args: params: task_id, optional amount (defaults to full bounty) Returns: Transaction result with hash and gas used.
    Connector
  • Return a curated snapshot of currently-live audit competitions and bug-bounty programs across Code4rena, Cantina, Sherlock, and direct-protocol channels. Useful for solo wardens triaging which contests to enter. Snapshot updates with each cipher-x402-mcp release; treat the data as a hint, always cross-check the platform before submitting. Free, no payment required.
    Connector
  • Refund escrowed funds back to the agent (cancel task). The on-chain flow: Escrow contract -> PaymentOperator.refundInEscrow() -> Agent USDC Use this when a task is cancelled before completion. Only works if funds are still in escrow (not yet released). Args: params: task_id, optional amount (defaults to full bounty) Returns: Transaction result with hash and gas used.
    Connector
  • Refund escrowed funds back to the agent (cancel task). The on-chain flow: Escrow contract -> PaymentOperator.refundInEscrow() -> Agent USDC Use this when a task is cancelled before completion. Only works if funds are still in escrow (not yet released). Args: params: task_id, optional amount (defaults to full bounty) Returns: Transaction result with hash and gas used.
    Connector
  • Publish a new task for human execution in the Execution Market. This tool creates a task that human executors can browse, accept, and complete. Tasks require evidence of completion which the agent can later verify. Args: params (PublishTaskInput): Validated input parameters containing: - agent_id (str): Your agent identifier (wallet or ERC-8004 ID) - title (str): Short task title (5-255 chars) - instructions (str): Detailed instructions (20-5000 chars) - category (TaskCategory): Task category - bounty_usd (float): Payment amount in USD (0-10000) - deadline_hours (int): Hours until deadline (1-720) - evidence_required (List[EvidenceType]): Required evidence types - evidence_optional (List[EvidenceType]): Optional evidence types - location_hint (str): Location description - min_reputation (int): Minimum executor reputation - payment_token (str): Payment token symbol (default: USDC) - payment_network (str): Payment network (default: base) - arbiter_mode (str): Verification mode for evidence approval. 'manual' (default): you review and approve submissions yourself. 'auto': Ring 2 ArbiterService evaluates evidence using PHOTINT forensic checks + LLM semantic analysis, then auto-releases funds on PASS or auto-refunds on FAIL. No agent action needed. 'hybrid': arbiter recommends a verdict, you confirm before payment. Cost: 0 for tasks <$1, ~$0.001 for $1-$10, ~$0.003 for >=$10. Hard cap: arbiter spend never exceeds 10% of bounty. - gps_required (bool | None): Override GPS verification behavior. None (default): auto-detect — digital tasks (screenshot, json, etc.) skip GPS, physical tasks require it. False: explicitly disable GPS check (use for screenshot tasks, remote work, or any task where location is irrelevant). True: enforce GPS even for non-physical categories. Returns: str: Success message with task ID and details, or error message.
    Connector
  • Lock a task bounty in escrow via the PaymentOperator contract. This is the first step for escrow-based payment strategies. Funds are locked on-chain and can later be released to the worker or refunded to the agent. The on-chain flow: Agent USDC -> PaymentOperator.authorize() -> Escrow contract Args: params: task_id, receiver wallet, amount, strategy, optional tier override Returns: Authorization result with transaction hash and payment info.
    Connector

Matching MCP Servers

  • A
    license
    C
    quality
    C
    maintenance
    Enables AI agents to generate and manage specialized bug bounty hunting workflows including reconnaissance, vulnerability testing, OSINT gathering, and file upload testing. Provides REST API endpoints for comprehensive security assessments with intelligence-driven vulnerability prioritization.
    Last updated
    40
    2
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Professional security testing server with 50+ integrated tools for web application vulnerability scanning, reconnaissance, fuzzing, and API testing. Enables comprehensive bug bounty hunting workflows including subdomain enumeration, XSS/SQLi detection, and automated security assessments.
    Last updated
    MIT

Matching MCP Connectors

  • Marketplace where AI coding agents fix GitHub bugs for cash bounties. Posters draft and fund bounties from chat (Stripe Checkout); solvers browse open work, request repo access, submit PRs, and get paid in USDC, ETH, or BTC. 11 tools.

  • An MCP server for deep research or task groups

  • Create a new bounty as an unfunded DRAFT. Returns task_id and slug. Bounty is created as DRAFT/UNFUNDED. Call fund_bounty next to get a Stripe Checkout URL the user can open to fund. Requires a TaskBounty API key.
    Connector
  • Get state-level business pattern summary. Returns aggregate establishment, employment, and payroll data for an entire state, optionally filtered by industry. Useful for state-level economic overviews in grant applications. Args: state: Two-letter state abbreviation (e.g. 'CA', 'TX', 'NY'). naics_code: NAICS 2017 industry code to filter by (e.g. '72' for Accommodation/Food, '62' for Healthcare). Omit for all industries. year: Data year (default 2021). Available: 2012-2021.
    Connector
  • Release escrowed funds to the worker after task approval. The on-chain flow: Escrow contract -> PaymentOperator.release() -> Worker USDC This is an irreversible operation. Once released, funds go directly to the worker's wallet. For dispute resolution after release, use em_escrow_dispute. Args: params: task_id, optional amount (defaults to full bounty) Returns: Transaction result with hash and gas used.
    Connector
  • Create a Stripe Checkout session for funding a draft bounty. Returns a Stripe Checkout URL the user must open in a browser to complete payment. This tool does NOT charge the user automatically - payment requires the user to visit the URL and confirm. Requires a TaskBounty API key.
    Connector
  • Register a sovereign W3C DID for an AI agent on the Hive Civilization network. Returns a DID, API key, Ritz credits, and welcome bounty. This is the first step for any agent joining Hive — call this before settle, contract, or verify.
    Connector
  • Lock a task bounty in escrow via the PaymentOperator contract. This is the first step for escrow-based payment strategies. Funds are locked on-chain and can later be released to the worker or refunded to the agent. The on-chain flow: Agent USDC -> PaymentOperator.authorize() -> Escrow contract Args: params: task_id, receiver wallet, amount, strategy, optional tier override Returns: Authorization result with transaction hash and payment info.
    Connector
  • Get a breakdown of all industries in a county. Returns business pattern data for all 2-digit NAICS sectors in a specific county. Useful for understanding the economic composition of a community for grant narratives. Args: state: Two-letter state abbreviation (e.g. 'CA', 'TX', 'NY'). county_fips: 3-digit county FIPS code (e.g. '037' for Los Angeles County). year: Data year (default 2021). Available: 2012-2021.
    Connector
  • Search and filter available NCTR bounties. Filter by category (entry, revenue, merch, referral, engagement), minimum/maximum NCTR amount, or keyword. Returns bounty details including name, amount, lock period, and requirements. All bounties use 360LOCK — tokens stay yours after the lock period.
    Connector
  • Get detailed information about a specific property verification mission by its ID. Returns mission details including property address, bounty amount, status, checklist items, and viewer/scout information.
    Connector
  • Calculate the fee breakdown for a potential task. Use this to preview how much workers will receive after platform fees. Args: bounty_usd: Bounty amount in USD category: Task category Returns: str: Fee breakdown details.
    Connector
  • Get business establishment, employment, and payroll data by county. Returns County Business Patterns data from the Census Bureau showing the number of business establishments, employees, and annual payroll for a given geography and optional industry filter. Args: state: Two-letter state abbreviation (e.g. 'CA', 'TX', 'NY'). county_fips: 3-digit county FIPS code (e.g. '037' for Los Angeles). If omitted, returns data for all counties in the state. naics_code: NAICS 2017 industry code to filter by (e.g. '72' for Accommodation/Food, '62' for Healthcare, '23' for Construction). If omitted, returns totals across all industries. year: Data year (default 2021). Available: 2012-2021.
    Connector
  • Victory claim. Generates the transaction data to collect your winnings (Bounty + Surplus) after your survival timer has expired.
    Connector
  • Get aggregate statistics about missions on the HomeVisto platform. Returns total counts, status breakdown, and average bounty information. Useful for understanding platform activity.
    Connector
  • Get NCTR earning rates for a specific Crescendo status tier, or compare all tiers. Shows the multiplier applied to bounty earnings at each tier level. Higher tiers earn more NCTR per bounty.
    Connector