← howtogetaito.com

INDIVIDUAL MCP TOOL

recommend_ai_workflow

Turns what someone wants to accomplish into a plan from howtogetaito.com: the workflow steps, which assistant, which tools, a cost band (never a price), a difficulty (1–3) and privacy notes.

howtogetaito.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://howtogetaito.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for recommend_ai_workflow 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

howtogetaito.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.howtogetaito]
url = "https://howtogetaito.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: howtogetaito
Remote MCP URL: https://howtogetaito.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": {
    "howtogetaito": {
      "url": "https://howtogetaito.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • personalised_guide — Retrieval-augmented: finds the passages of howtogetaito.com’s published guides, tool cards and glossary that fit the ask and the person’s situation, then writes a short guide for them — steps with the prompt to type, checks, privacy notes, assistant, tools, cost band, difficulty — where every step cites the passage (guide, section, URL, last-updated date) it came from.
  • search_guides — Keyword search over the published guides on howtogetaito.com (title, description, tags).
  • list_categories — The categories the guides are organised into, with a count of published guides in each.