← Registry

Content Tools

walnai.com

Provides a content API for Walnai's AI adoption services, FAQs, and blog posts.

1 endpoint16 known toolsFirst detected August 14, 2026Last detected August 14, 2026

ENDPOINT 1

https://walnai.com/mcp

No auth detected

MCP server metadata

Name
WalnaiWebsite
Version
1.0.0.0
Capabilities
loggingprompts.listChangedtools.listChangedcompletions

Known tools 16

list_services

Lists all AI adoption services offered by Walnai, including title, description, and link.

Inferred read-only
get_faqs

Gets frequently asked questions, optionally filtered by service id.

Inferred read-only
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.

Potential side effects
list_blog_tags

Lists all Walnai blog tags with their slug and display name.

Inferred read-only
get_service_details

Gets detailed information about a specific Walnai service by its id (e.g.

Inferred read-only
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.

Inferred read-only
get_pricing

Gets pricing information, optionally filtered by service id.

Inferred read-only
estimate_pricing

Calculates a Walnai service pricing estimate for MCP clients.

Inferred read-only
get_about_info

Gets information about Walnai - who they are, what they do, and why organizations choose them.

Inferred read-only
get_adoption_details

Gets Walnai's AI adoption process details, including phases, integration capabilities, and support model.

Inferred read-only
get_mcp_server_provider_info

Answers who can build an MCP server and explains how Walnai can design, implement, integrate, and deploy custom MCP servers for a business.

Inferred read-only
get_who_is_walnai

Gets company profile information explaining who Walnai is, including legal structure, ownership, management, team background, and company experience.

Inferred read-only
submit_lead

Submits a lead/contact form to Walnai for a prospective client who explicitly asked to be contacted.

Inferred read-only
list_blog_categories

Lists all Walnai blog categories with their slug, name, and description.

Inferred read-only
get_blog_post

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

Potential side effects
get_contact_call_to_action

Gets the recommended Walnai lead-capture guidance to use in AI chats after sharing service, pricing, FAQ, adoption, or company information.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.