← Registry

eCommerce

agriloca.com

Manages e-commerce storefront interactions like viewing products, managing wishlists and cart, and proceeding to checkout.

WebMCP1 endpoint5 known toolsFirst detected September 5, 2026Last detected September 5, 2026

ENDPOINT 1

https://agriloca.com

No auth detected

MCP server metadata

Name
WebMCP
Capabilities
declarative

Known tools 5

view_product

Open a product's detail page by product name.

Inferred read-only
add_to_wishlist

Add a product to the customer's wishlist by name.

Inferred read-only
view_wishlist

Open the wishlist page to review the customer's saved products.

Inferred read-only
view_cart

Open the shopping cart page so the customer can review the products they have added.

Inferred read-only
proceed_to_checkout

Open the checkout page to start placing an order for the items currently in the cart.

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

.mcp.json

{
  "mcpServers": {
    "webmcp": {
      "type": "http",
      "url": "https://agriloca.com"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: webmcp
Remote MCP URL: https://agriloca.com

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": {
    "webmcp": {
      "url": "https://agriloca.com"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "webmcp",
  "transport": "streamable-http",
  "url": "https://agriloca.com"
}
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.