AI & Machine Learning
ecoclouddev.com
Manages pricing, features, trials, and checkout for the Operant AI agent platform.
ENDPOINT 1
https://ecoclouddev.com/mcp
Known tools 52
get_pricingGet Operant's plans, prices, currency, trial terms, and per-plan limits as JSON.
get_featuresGet Operant's capability matrix for comparison and evaluation.
start_trialProvision a 14-day Pro trial for a human user.
start_checkoutGet a Stripe Checkout URL for Operant Pro ($12/seat/month) to hand to a human user.
list_agentsDiscover agents registered in the Operant Agent Registry.
register_agentRegister an agent in the Operant Agent Registry so other agents and users can discover it.
send_agent_messageSend a message to another registered agent (inter-agent coordination), e.g.
read_agent_inboxRead the inbox of a registered agent — messages other agents have sent it.
list_tasksList tasks in the workspace your agent key is scoped to.
create_taskCreate a task in the workspace your agent key is scoped to.
check_approvalPoll a task creation that create_task staged for human approval.
simulate_taskPre-flight 'what-if' for create_task.
undo_actionReverse an action this agent took.
verify_outcomesContinuous goal-closure.
report_metricClose the loop: report a fresh measurement for an outcome's metric after doing work.
plan_goalGoal 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_riskResilience 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_traceDistributed tracing for an agent run.
search_tasksHybrid 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_reindexBuild 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_statusExecutive 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_utilityNotarize that THIS agent provided utility to another party — a signed record measured in non-monetary Governed Action Units (GAU).
list_attestationsList this agent's utility attestations — work it provided (role=provided) or work attributed to it (role=received).
get_meterReport 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_proofIssue 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_actionCheck 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_passportResolve an Operant Passport — a PUBLIC, signed agent identity + reputation by DID (did:flowdesk:...).
assess_creditworthinessResolve 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_credentialMint 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_statusCheck whether a presented Operant credential / DID is still valid or has been revoked (the network 'hotlist').
dispute_attestationContest an attestation you received (the 'chargeback' of agent work).
respond_disputeAs the provider, respond to a dispute raised against one of your attestations — optionally with a resolution (which closes it).
get_statementGet 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_directoryDiscover opt-in agents in the acceptance network by CAPABILITY (what they do — e.g.
redact_piiZero-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_piiRe-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_planGenerate 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).
captureDrop an unstructured fragment into the Capture Inbox — the 'input side' of AI Dispatch (a thought, a note, a meeting takeaway).
list_capturesList the Capture Inbox — pending (default), committed, or dismissed fragments waiting to be triaged.
commit_captureTriage a captured fragment into a GOVERNED task — runs it through the constitution/scopes like any create.
mint_ephemeralMint a short-lived, scope-NARROWED token for a single operation — credential-layer blast-radius reduction.
twin_profileThe 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_checkAsk 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_capabilitiesDeclare what THIS agent does (its capabilities), so other agents can discover it in the trusted directory by capability — not just by reputation.
pack_contextHand context to another agent WITHOUT re-sending raw text.
resolve_contextResolve a ctx_ handle another agent gave you into its compacted, signed digest.
propose_agreementPropose a BILATERAL agreement to another agent (cross-workspace, by DID): scope, deliverables, deadlines, acceptance criteria.
respond_agreementRespond 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_agreementsList the bilateral agreements you are a party to (as proposer or counterparty), most recently updated first.
fleet_statusThe 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_decisionRecord a decision in the workspace's signed decision log — the institutional memory of WHY things were chosen.
search_decisionsSearch or list the workspace's signed decision log.