INDIVIDUAL MCP TOOL
list_blog_articles
Published HiBot articles on AI visibility and the ANSWER framework, newest first, optionally filtered to one ANSWER category.
LIVE ENDPOINT
https://hibot.com/mcp/public
Connect to this endpoint to inspect the live schema for list_blog_articles 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
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.hibot-public]
url = "https://hibot.com/mcp/public"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hibot-public": {
"type": "http",
"url": "https://hibot.com/mcp/public"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hibot-public
Remote MCP URL: https://hibot.com/mcp/public
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": {
"hibot-public": {
"url": "https://hibot.com/mcp/public"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hibot-public": {
"type": "http",
"url": "https://hibot.com/mcp/public"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hibot-public",
"transport": "streamable-http",
"url": "https://hibot.com/mcp/public"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_answer_methodology— The ANSWER framework HiBot audits with: the six categories of AI visibility, the 0 to 4 response rubric, category weights, score bands, and letter grades.get_plans— The HiBot Pulse and Panorama audit plans: price, question count, AI engines covered, runs per question, what every report includes, and where customers register.list_case_studies— The public catalog of real HiBot audit case studies (Oura, Costco, Salesforce, and more), each with its headline finding and page URL.get_case_study— The summary of one HiBot case study by slug: the headline finding, what the full report covers, and the page where customers can request it.get_blog_article— One published HiBot article by slug, rendered as readable Markdown with its canonical URL.search_blog— Keyword search over published HiBot articles, ranked by relevance, each with its page URL.