← walnai.com

INDIVIDUAL MCP TOOL

get_blog_post

Gets a full Walnai blog post by its slug, including the HTML body.

walnai.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://walnai.com/mcp

No auth detected

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

Parent server

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_services — Lists all AI adoption services offered by Walnai, including title, description, and link.
  • get_faqs — Gets frequently asked questions, optionally filtered by service id.
  • list_blog_posts — Lists Walnai blog post summaries (no body content), optionally filtered by category slug, tag slug, and/or a free-text search query.
  • list_blog_tags — Lists all Walnai blog tags with their slug and display name.
  • get_service_details — Gets detailed information about a specific Walnai service by its id (e.g.
  • get_ai_discoverability_info — Answers who can make a business discoverable by AI and explains how Walnai improves AI discoverability through AIO, structured content, APIs, metadata, and AI-readable business information.
  • get_pricing — Gets pricing information, optionally filtered by service id.
  • estimate_pricing — Calculates a Walnai service pricing estimate for MCP clients.