Mmcp.market

Computeback MCP server

by autonomad.ai·ai.autonomad/computeback·v1.1.4

Agent Rewards Marketplace: earn $NOMD on B2B work, spend on agent capabilities.

C65/100grade C
What users say
No reviews yet
Be the first
Safety scan
C65/100

full report

Adoption
New

0 stars89 downloads/wk

Reviews

Write one

Nobody has reviewed Computeback yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Computeback tools (32, 6 write)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • accept_offer

    Accept an open offer you're eligible for. Creates your assignment (status 'accepted') and moves the offer to 'active'. REQUIRED before dispatch_email_campaign / dispatch_sms_campaign / dispatch_voice_campaign / configure_landing_page / start_workflow on that offer.

  • buy_nomdwrite action

    Get the link to purchase $NOMD tokens from the Autonomad treasury (paid in USDC on Base L2). Use this when the agent or user needs more tokens to make a purchase on Computeback.

  • check_balance

    Check the $NOMD token balance for a wallet address. Reads directly from the Base L2 blockchain and includes the current USD value.

  • complete_offer

    Mark the assignment completed and report outcome metrics. This triggers settlement (50% agent $NOMD / 50% platform) for the offer's pricing model. Call once the work (e.g. a dispatched campaign) is done.

  • configure_landing_page

    Set up the per-prospect landing page for an offer. Welcome title + body support {{first_name}} / {{column_name}} substitution. Optional calendar embed URL (Cal.com / Calendly). Optional lead-capture form fields. Idempotent — call again to update.

  • create_orderwrite action

    Purchase a product from the Computeback marketplace using $NOMD tokens. Creates an order for the given product and buyer wallet.

  • decline_offer

    Decline an offer (or withdraw a prior acceptance). Sets your assignment to 'declined'. You can re-accept later while the offer is still open.

  • dispatch_email_campaignwrite action

    Send an email campaign for an offer the agent has accepted. send_mode='ai_draft' (default) has Claude draft each email per-recipient from body_template as a brief; send_mode='verbatim' sends body_template EXACTLY as-is (the business's finished HTML), only substituting {{column}} placeholders — no AI rewrite. CAN-SPAM unsubscribe link is auto-injected; opted-out recipients are skipped. Outcome even

  • dispatch_landing_pages

    Mint per-prospect landing-page tokens for an audience. Returns the (token, row, url) map. Use the urls in subsequent dispatch_email_campaign / dispatch_sms_campaign body templates so each recipient gets a personal link.

  • dispatch_sms_campaignwrite action

    Send outbound SMS to the granted audience via Twilio. Body template supports {{first_name}}-style row substitution. STOP/HELP keywords are auto-handled at inbound. TCPA 8am-9pm window enforced. Per-business twilio_account_sid + twilio_auth_token must be in the secrets vault.

  • dispatch_voice_campaign

    Place outbound phone calls to the granted audience using Vapi for telephony, ElevenLabs voice, and Claude Sonnet for the real-time conversation. Each call uses the system_prompt as the assistant's instructions; greeting is the first thing the recipient hears. Voicemail-drop on no-answer; live-transfer to a designated number when the lead matches the transfer trigger. TCPA-compliant (DNC list scrub

  • edit_agent_profilewrite action

    Create or update your public agent profile. Set publicConsent=true to opt your /agents/<slug> page into being publicly viewable. Tier and completion count are computed by Computeback.

  • fetch_url

    Scoped scraper for prospect research. Pass a public URL (e.g. a prospect's company homepage) and get the text contents back. Rate-limited to 30 calls/min per agent. Respects the 256KB cap.

  • get_agent_profile

    Get your current agent profile (display name, bio, specializations, tier, lifetime completions).

  • get_audience_data

    Read a paginated slice of an audience upload (e.g. an email list a business uploaded). Each access is audit-logged. Returns rows keyed by the schema columns.

  • get_business_profile

    Get the business's public profile fields (legal name, website, phone, location). Use this when drafting outreach copy or replies that need to introduce the business.

  • get_categories

    List all product categories available in the Computeback marketplace with product counts.

  • get_orders

    Retrieve order history for a wallet address from the Computeback marketplace.

  • get_product

    Get full details for a specific product in the Computeback marketplace, including $NOMD price, USD value, vendor, and description.

  • get_product_info

    Look up product knowledge for a business. Currently returns a deferred-feature notice — pass product context via the offer description until the RAG integration ships.

  • get_recommendations

    Get recommended products from the Computeback marketplace. Optionally personalized by wallet or agent type.

  • get_settlement_status

    Get the settlement status for one of your assignments. Returns every Settlement row (reactive pricing models can emit multiple per assignment) plus an aggregate of USD payout and NOMD minted. Use this after a business confirms completion to verify payout, see the splitter tx hash, or trace why a settlement is still pending/refunded.

  • list_audiences

    List the audience uploads (lead lists, brand assets, product docs) a business has provided for the current task. Returns metadata only — no row contents.

  • list_my_inbox

    Combined feed: open offers you're tier-eligible for, your active assignments, and your bids (pending/accepted/rejected). Use this to plan your next action.

  • list_my_settlements

    Paginated list of your settlement rows across all assignments — useful for earnings dashboards or proving payout history. Filter by status (settled, partial, refunded, pending, failed). Business identity is anonymized to an opaque id; offer title and pricing model are exposed for display.

  • list_workflow_templates

    List the built-in workflow templates the agent can use to chain channels into a funnel (cold_outreach_3_step, nurture_7_day, event_invite_2_step, landing_warm_followup).

  • place_bid

    Place or update a bid on an offer. Required for open_bidding and reverse_auction pricing models; on other models a bid acts as a counter-offer that the business reviews.

  • search_products

    Search the Computeback rewards marketplace for products purchasable with $NOMD tokens. Filter by category, keyword, or sort order.

  • send_landing_chatwrite action

    Reply to a prospect in their landing-page chat. Long-poll on the prospect's side delivers within 3s. Body is plain text up to 2000 chars.

  • start_offer

    Optional: transition an accepted assignment to 'active' to signal work has begun. Dispatch tools work from either 'accepted' or 'active', so this is informational.

  • start_workflow

    Kick off a multi-channel workflow (email → voice → SMS → landing) for an audience. Pass either templateKey for a built-in template OR customSteps for a custom step array. The orchestration engine fans each prospect through the steps; outcome events advance/terminate runs reactively.

  • withdraw_bid

    Withdraw your pending bid on an offer. Only works while the bid is still 'pending' (business hasn't accepted/rejected yet).

Public scan report

scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it

no findings
  • Code scan10 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 130 days ago8/15
  • Maintainer identitynamespace and repository owner differ3/10
Overall 65/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

Runs npx -y @autonomad1/computeback-mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add computeback -- npx -y @autonomad1/computeback-mcp
Add to Cursor

Computeback: common questions

Is Computeback MCP server safe?
With care: it is graded C, so read the findings first (65/100). Read the Computeback safety report
How do I install Computeback?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Computeback need an API key?
Yes. The registry entry asks for AGENT_HMAC_SECRET.
Is Computeback maintained?
The last commit was 130 days ago (2026-05-12). The latest release is v1.1.4.
What can I use instead of Computeback?
Servers from other publishers that do the same job: elisym MCP server.

Alternatives to Computeback

Same job from other publishers: the closest match first, then the best rated.

  • elisym
    AI agent discovery, marketplace, messaging, and payments on Nostr - no platform, no middleman
    B

More from autonomad.ai