← hellohub.ai

INDIVIDUAL MCP TOOL

get_article

Return the complete Markdown of one article, including YAML front matter (canonical URL, publish/update/fact-check dates, author, tags), its FAQ section and its list of primary sources.

hellohub.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://hellohub.ai/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests retrieving external content.

Parent server

hellohub.ai

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

.mcp.json

{
  "mcpServers": {
    "hellohub-content": {
      "type": "http",
      "url": "https://hellohub.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hellohub-content": {
      "type": "http",
      "url": "https://hellohub.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hellohub-content",
  "transport": "streamable-http",
  "url": "https://hellohub.ai/mcp"
}
MCP Inspector

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

Related tools

  • search_content — Full-text search across helloHub's published articles about the WhatsApp Business Platform: pricing, setup, the 24-hour rule, message templates, compliance, provider comparison, chatbots, CRM integration and more.
  • list_articles — List every published article with title, description, category, tags and dates.
  • get_page — Return a public site page as Markdown: pricing transparency, the Meta Business Verification service, about, contact, FAQ and the legal texts (privacy, KVKK notice, distance sales, terms).