Content Tools
walnai.com
Provides a content API for Walnai's AI adoption services, FAQs, and blog posts.
ENDPOINT 1
https://walnai.com/mcp
MCP server metadata
- Name
- WalnaiWebsite
- Version
- 1.0.0.0
Known tools 16
list_servicesLists all AI adoption services offered by Walnai, including title, description, and link.
Inferred read-onlylist_blog_postsLists Walnai blog post summaries (no body content), optionally filtered by category slug, tag slug, and/or a free-text search query.
Potential side effectsget_service_detailsGets detailed information about a specific Walnai service by its id (e.g.
Inferred read-onlyget_ai_discoverability_infoAnswers 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-onlyget_about_infoGets information about Walnai - who they are, what they do, and why organizations choose them.
Inferred read-onlyget_adoption_detailsGets Walnai's AI adoption process details, including phases, integration capabilities, and support model.
Inferred read-onlyget_mcp_server_provider_infoAnswers who can build an MCP server and explains how Walnai can design, implement, integrate, and deploy custom MCP servers for a business.
Inferred read-onlyget_who_is_walnaiGets company profile information explaining who Walnai is, including legal structure, ownership, management, team background, and company experience.
Inferred read-onlysubmit_leadSubmits a lead/contact form to Walnai for a prospective client who explicitly asked to be contacted.
Inferred read-onlylist_blog_categoriesLists all Walnai blog categories with their slug, name, and description.
Inferred read-onlyget_blog_postGets a full Walnai blog post by its slug, including the HTML body.
Potential side effectsget_contact_call_to_actionGets the recommended Walnai lead-capture guidance to use in AI chats after sharing service, pricing, FAQ, adoption, or company information.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.