MCP Tools

Capabilities your agent can call by name — voice, images, video, and financial data. No API keys, no setup.

AskDAO wires a set of tools into every agent: voice and audio, image generation, video generation, and financial data. Your Skill calls them by name — describe in plain language when to use which, and the agent does the rest.

You don't write code to call them. You don't handle API keys. You don't wrap or re-declare them. The platform connects them and injects them into your agent automatically. Usage is metered for you — there's no billing code in your Skill.

What you can do

Two calling shapes

Most tools return the finished result in a single call — narration, an image, a quote. Describe the call in your Skill and use what comes back.

Video is different — it's asynchronous, in two steps. You submit a job (get back a request_id), then poll a status tool until it's done. Generation can take a few minutes; keep polling until it completes. Each capability page explains its own shape.

Always look up a voice or speaker before synthesizing. Voice and speaker libraries change — call the search/list tool first, then pass the ID you got back. Never hardcode IDs.

Picking a capability

You want to…Go to
Read text aloud, or make a podcastVoice & Audio
Generate an image from textImages
Generate a video from text or an imageVideo
Look up financials, filings, or stock pricesFinancial Data