← myaskai.com

INDIVIDUAL MCP TOOL

estimate_pricing

Cost, price, how much, quote, per ticket, or monthly bill: estimate the expected monthly My AskAI price.

myaskai.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://myaskai.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for estimate_pricing and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

myaskai.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.myaskai]
url = "https://myaskai.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "myaskai": {
      "type": "http",
      "url": "https://myaskai.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: myaskai
Remote MCP URL: https://myaskai.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "myaskai": {
      "url": "https://myaskai.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "myaskai": {
      "type": "http",
      "url": "https://myaskai.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "myaskai",
  "transport": "streamable-http",
  "url": "https://myaskai.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_my_ask_ai — How do I, where can I find, does My AskAI support, setup, integration, API, feature, or troubleshooting questions: search the My AskAI knowledge base for relevant information, examples, API references, and guides.
  • query_docs_filesystem_my_ask_ai — Full page, exact wording, API schema, show the file, list documentation files, or search the docs filesystem: run a read-only command against a virtual in-memory filesystem that contains only the My AskAI documentation and OpenAPI files.