INDIVIDUAL MCP TOOL
list_services
Lists all AI adoption services offered by Walnai, including title, description, and link.
LIVE ENDPOINT
https://walnai.com/mcp
Connect to this endpoint to inspect the live schema for list_services 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.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
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.get_about_info— Gets information about Walnai - who they are, what they do, and why organizations choose them.