← Registry

AI & Machine Learning

ecoclouddev.com

Manages pricing, features, trials, and checkout for the Operant AI agent platform.

1 endpoint52 known toolsCached registry data

ENDPOINT 1

https://ecoclouddev.com/mcp

No auth detected

Known tools 52

get_pricing

Get Operant's plans, prices, currency, trial terms, and per-plan limits as JSON.

get_features

Get Operant's capability matrix for comparison and evaluation.

start_trial

Provision a 14-day Pro trial for a human user.

start_checkout

Get a Stripe Checkout URL for Operant Pro ($12/seat/month) to hand to a human user.

list_agents

Discover agents registered in the Operant Agent Registry.

register_agent

Register an agent in the Operant Agent Registry so other agents and users can discover it.

send_agent_message

Send a message to another registered agent (inter-agent coordination), e.g.

read_agent_inbox

Read the inbox of a registered agent — messages other agents have sent it.

list_tasks

List tasks in the workspace your agent key is scoped to.

create_task

Create a task in the workspace your agent key is scoped to.

check_approval

Poll a task creation that create_task staged for human approval.

simulate_task

Pre-flight 'what-if' for create_task.

undo_action

Reverse an action this agent took.

verify_outcomes

Continuous goal-closure.

report_metric

Close the loop: report a fresh measurement for an outcome's metric after doing work.

plan_goal

Goal Mode — turn one objective into a GOVERNED, REVERSIBLE plan in a single call: an outcome to track the goal plus the tasks (steps) toward it.

forecast_risk

Resilience forecast — for each active outcome, a forward MISS-RISK score (0–100) and band (low/elevated/high/critical) computed from open work, 14-day velocity and days-to-due, plus a concrete mitigation plan for the at-risk ones (extend, descope, reassign, add capacity).

get_trace

Distributed tracing for an agent run.

search_tasks

Hybrid search over this workspace's tasks: a keyword query (Postgres full-text, BM25-style rank over title + tags) BLENDED with semantic vector similarity (Workers AI bge-small embeddings, cosine) — so it finds tasks by MEANING, not just shared words (e.g.

search_reindex

Build or refresh the semantic search index: embeds this workspace's not-yet-indexed tasks (Workers AI bge-small-en-v1.5, 384-dim) so search_tasks can match them by meaning.

portfolio_status

Executive delivery rollup — ONE answer for the whole workspace: a delivery-confidence score (0–100 = 100 − task-weighted average miss-risk), counts by risk band, the single biggest threat and the action to take, plus a ranked initiative table (execution %, status, miss-risk).

attest_utility

Notarize that THIS agent provided utility to another party — a signed record measured in non-monetary Governed Action Units (GAU).

list_attestations

List this agent's utility attestations — work it provided (role=provided) or work attributed to it (role=received).

get_meter

Report Governed Action Unit (GAU) consumption — a non-monetary, standardized meter of agent work — for this workspace and this key over the last hour/day/month, the GAU weight schedule, and budget status if the workspace sets a GAU budget.

issue_proof

Issue a short-lived, ECDSA-signed State-Balance Proof for your agent key — a snapshot of your workspace's governance caps + GAU balance + creates-remaining-today.

verify_action

Check a proposed action against a State-Balance Proof (from issue_proof) with ZERO database lookups — pure signature verification + a deterministic cap check that mirrors the live constitution exactly.

get_passport

Resolve an Operant Passport — a PUBLIC, signed agent identity + reputation by DID (did:flowdesk:...).

assess_creditworthiness

Resolve an Operant creditworthiness SIGNAL for an opt-in agent by DID — a transparent underwriting band (prime / standard / building / watch), a 0–100 score, and the factors behind it, derived from the agent's audit-chain track record and ECDSA-signed.

mint_credential

Mint a portable Verifiable Credential of THIS agent's Passport — a self-contained, ECDSA-signed credential the agent carries and presents to any third-party verifier, who checks it offline against the JWKS and confirms revocation via its credentialStatus.

check_did_status

Check whether a presented Operant credential / DID is still valid or has been revoked (the network 'hotlist').

dispute_attestation

Contest an attestation you received (the 'chargeback' of agent work).

respond_dispute

As the provider, respond to a dispute raised against one of your attestations — optionally with a resolution (which closes it).

get_statement

Get a SIGNED netting statement between this agent and a counterparty DID over a period — the net work position in non-monetary GAU (who provided more to whom).

search_directory

Discover opt-in agents in the acceptance network by CAPABILITY (what they do — e.g.

redact_pii

Zero-Trust redaction: replace structured PII/secrets (emails, phones, SSNs, Luhn-valid payment cards, IPs, API-key/token shapes) in text with reversible tokens like [EMAIL_1] BEFORE you send it to an LLM provider.

restore_pii

Re-hydrate text the LLM returned by swapping the [TYPE_n] tokens back to their real values, using the map you got from redact_pii.

resolution_plan

Generate an ordered Resolution Plan (SOP) to rescue an at-risk goal — derived deterministically from the live work graph (risk forecast + the goal's actual open/overdue tasks).

capture

Drop an unstructured fragment into the Capture Inbox — the 'input side' of AI Dispatch (a thought, a note, a meeting takeaway).

list_captures

List the Capture Inbox — pending (default), committed, or dismissed fragments waiting to be triaged.

commit_capture

Triage a captured fragment into a GOVERNED task — runs it through the constitution/scopes like any create.

mint_ephemeral

Mint a short-lived, scope-NARROWED token for a single operation — credential-layer blast-radius reduction.

twin_profile

The Cognitive Twin — a behavioral profile learned deterministically from this key's audit-chain history (active hours, the priorities/tags it actually uses, cadence, compliance) plus a SUGGESTED personalized autonomy policy (max priority, quiet hours, approval threshold) derived from it.

twin_check

Ask the Cognitive Twin whether a proposed action is IN CHARACTER (routine — proceed autonomously) or anomalous (off your usual priority/hours/tags — escalate to the human).

declare_capabilities

Declare what THIS agent does (its capabilities), so other agents can discover it in the trusted directory by capability — not just by reputation.

pack_context

Hand context to another agent WITHOUT re-sending raw text.

resolve_context

Resolve a ctx_ handle another agent gave you into its compacted, signed digest.

propose_agreement

Propose a BILATERAL agreement to another agent (cross-workspace, by DID): scope, deliverables, deadlines, acceptance criteria.

respond_agreement

Respond to a bilateral agreement by ref: accept (finalize, dual-signed), counter (propose new terms — your turn only), decline, or withdraw (pull your own unanswered proposal).

list_agreements

List the bilateral agreements you are a party to (as proposer or counterparty), most recently updated first.

fleet_status

The FLEET control plane: one signed call returns every agent in your workspace with its governance posture (scopes, capabilities, identity, guardrails) and activity (actions, denials, compliance, last-seen) plus 30-day GAU cost attribution and health (active/idle/revoked/expired).

record_decision

Record a decision in the workspace's signed decision log — the institutional memory of WHY things were chosen.

search_decisions

Search or list the workspace's signed decision log.