WebMCP

DeveloperWebMCP verified

nekuda.ai WebMCP tools

Make your website actionable for agents with WebMCP. Build full tools with your coding agent, or start from a scan of your site — live in minutes, with full agent visibility.

4 tools1 methodsspec API surface

What can an agent do with nekuda.ai WebMCP tools?

Make your website actionable for agents with WebMCP. Build full tools with your coding agent, or start from a scan of your site — live in minutes, with full agent visibility. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.

WebMCP tools on nekuda.ai

Tool 1 of 4WebMCPAnswer

ask_site

Answer questions about nekuda from the site's own content. Use when the visitor asks what nekuda does, how WebMCP or the webmcp-kit plugin works, what the privacy policy says, or anything covered by the nekuda blog on agentic commerce. Returns the most relevant content sections with their source page paths so you can compose an answer and cite the page; if nothing matches, returns an empty result with an explicit note saying the site has no matching content.

How to install

Open the nekuda.ai website and ask your browser agent to use ask_site

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the ask_site tool on nekuda.ai with question: <string>. Return the structured result and cite the source page.

Input contract

  • question string The visitor's question, used for keyword matching against site content

Open the source definition

Tool 2 of 4WebMCPAnswer

get_offering

Get a structured summary of nekuda's products and how to get started. Use when the visitor asks what nekuda offers, the difference between the code path (webmcp-kit plugin for coding agents) and the scan path, what the AgentLane dashboard does after implementation, or where the SDK, docs, and GitHub repos live. Returns the offering list with descriptions, install commands, and official links.

How to install

Open the nekuda.ai website and ask your browser agent to use get_offering

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the get_offering tool on nekuda.ai. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 3 of 4WebMCPAnswer

    get_latest_posts

    List the most recent posts from the nekuda blog. Use when the visitor asks what's new from nekuda, recent announcements, or the latest agentic-commerce news and analysis. Returns up to limit posts, newest first, each with title, publication date, one-line description, and URL.

    How to install

    Open the nekuda.ai website and ask your browser agent to use get_latest_posts

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the get_latest_posts tool on nekuda.ai with limit: <integer>. Return the structured result and cite the source page.

    Input contract

    • limit integer Number of posts to return

    Open the source definition

    Tool 4 of 4WebMCPAction

    request_demo

    Schedule a call with the nekuda team by submitting the site's demo-request form. Use when the visitor asks to book a demo, schedule a call, talk to the team, or discuss implementing WebMCP for their website or application (pass their site URL as siteUrl). Requires first name, last name, work email, company, and a short message. This sends the visitor's contact details to nekuda's CRM and the team will follow up by email — only call it with information the visitor explicitly provided and asked to submit. Returns the submission status shown on the page.

    How to install

    Open the nekuda.ai website and ask your browser agent to use request_demo

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the request_demo tool on nekuda.ai with firstName: <string>, lastName: <string>, email: <string>, company: <string>, message: <string>, siteUrl: <string>. Return the structured result and cite the source page.

    Input contract

    • firstName string Visitor's first name
    • lastName string Visitor's last name
    • email string Visitor's work email address
    • company string Visitor's company name
    • message string What the visitor wants to discuss
    • siteUrl string Optional: the visitor's website URL to request a WebMCP readiness scan for

    Open the source definition