Om MCP Available Tools

The hosted Om MCP exposes Diligence, Data Access, Jobs, Artifacts, Hub, Vibe Video, Wallet, and System tools through one remote MCP server.

Om MCP gives OAuth-capable MCP clients a direct tool surface over Om. You do not need to memorize every tool name to use it well, but it helps to know how the tool families are organized and what kinds of questions each family can answer.

Tool families

FamilyWhat it doesBest forRepresentative tools
DiligenceSearches, gathers, crawls, synthesizes, and deepens target research.Target triage, mechanism reviews, claim-backed research briefsdiligence_search, diligence_gather, diligence_crawl, diligence_deep_diligence, diligence_synthesize_report, rag_search
Data AccessShows Generated Data available to your account and returns binder and non-binder export URLs for a protein.ML workflows, data review, candidate prioritizationdatasets_catalog, datasets_generated_protein_uuids, binders_get_shards, binders_urls
JobsTracks asynchronous work, waits on completion, exports results, and retrieves artifacts.Operational workflows and job orchestrationjobs_history, jobs_status, jobs_wait, jobs_export_json, jobs_get_deep_diligence_result, jobs_get_artifact_url
ArtifactsUploads files, creates signed upload URLs, finalizes uploads, and resolves artifact metadata.Hub inputs, notebooks, downstream file handoffartifacts_upload_bytes, artifacts_create_upload_url, artifacts_finalize_upload, artifacts_get
HubLaunches active model workflows through the Om Hub tool surface.Model execution from inside Codex or Claude Codehub_submit and active hub_<model> launch helpers
Vibe VideoSubmits and tracks requested discovery music videos for Om review.Target storytelling, YouTube-style discovery videos, scientific media requestsvibe_video_submit, vibe_video_status, vibe_video_list
SystemChecks health, pricing, Wallet Credits, account profile state, and explicit wallet funding.Verifying setup and inspecting account contextom_status, pricing_get, credits_get, users_profile, wallet_topup

Natural-language asks that map well to Om MCP

Research and diligence

Ask natural questions about targets, mechanisms, competitors, or pathways.

  • “Search KRAS and summarize the therapeutic strategy.”
  • “Run deep diligence on KEAP1 resistance.”
  • “Gather the strongest evidence for EGFR resistance mechanisms.”

Generated Data retrieval

Ask for account-owned Generated Data or for binder and non-binder exports for a specific protein UUID.

  • “What Generated Data can I access in Data Access?”
  • “Give me molecular binders for this protein UUID.”
  • “Show me non-binders too so I can compare the Generated Data.”

Jobs and artifacts

Ask the client to launch work, wait on it, and return the result or the artifact URLs.

  • “Launch this workflow and wait until it completes.”
  • “Export the result as JSON.”
  • “Get the signed artifact URL for the output.”

Hub execution

Launch broad public Hub models from the same session where you did the research.

  • “Launch a Hub workflow for this target.”
  • “Use the uploaded artifact in the next run.”
  • “Track the job until it finishes.”

Discovery video requests

Request an Om discovery music video from an MCP client with structured creative inputs.

  • “Submit a discovery video request for this target.”
  • “Use this music prompt and visual prompt.”
  • “List my submitted video requests.”

Wallet funding

Add Wallet Credits after the user approves the exact amount and payment mode.

  • “Check my Wallet Credits before launching this job.”
  • “Ask me before adding $125 by saved card.”
  • “Create an invoice for a larger Wallet Credits deposit.”

Notes on tool names

  • Most users should start with natural-language asks and let the MCP client choose the tool.
  • Some tool names remain transport-oriented because they mirror the canonical Om API surface.
  • Customer-facing docs should describe outcomes in plain language, even when the underlying tool returns signed Generated Data export URLs or job IDs.
  • If you need strict orchestration or exact payload control, move from MCP into the direct API.