# Actuent [Verified] [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://actuent.ai/  
**Views:** 1  
**Installs:** 0  
**Upvotes:** 1  
**Directory Page:** https://allmcps.com/mcp/actuent

## Description
LAWP gives AI agents a structured JSON map of websites, enabling them to search, compare, book, and buy through typed actions instead of scraping raw HTML.

## Tools
Capabilities this server exposes over MCP:

- **actuent_search** — Search the AI web — get structured LAWP data for any website. Use this when you need to find, browse, understand or act on a website.
- **actuent_get_actions** — Get all available actions for a specific site. Use this when you want to know what an AI agent can actually do on a site.
- **actuent_get_page** — Get the LAWP for a specific page on a site. Use this when you need information from a specific URL path.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "actuent": {
    "command": "npx",
    "args": ["-y","actuent"]
  }
}
```

## Documentation
No cached documentation available for this listing yet. Check the repository above for the README and setup instructions.

