← WebMCP Directory

Tool tree

speakai.co

liveAI & Agents
https://speakai.co/
Transcribe and analyze audio and video with AI. Deploy voice agents grounded in your data. Trusted by 250,000+ teams. Start free.
Explore capabilities
search_siteanswer

Search speakai.co for a topic, feature, or help article.

View tool JSON
{
  "name": "search_site",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search speakai.co for a topic, feature, or help article.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "What to search for."
      }
    },
    "required": [
      "query"
    ]
  },
  "page": "/"
}
view_pricinganswer

Open the Speak AI pricing page.

View tool JSON
{
  "name": "view_pricing",
  "kind": "answer",
  "impl": "imperative",
  "description": "Open the Speak AI pricing page.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
start_free_trialact

Open the Speak AI account registration page to start a trial.

View tool JSON
{
  "name": "start_free_trial",
  "kind": "act",
  "impl": "imperative",
  "description": "Open the Speak AI account registration page to start a trial.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}