Manifest

by noma-py

304 downloads
Not rated
GitHub

About

Gives AI agents a structured action manifest for any webpage — what's clickable, fillable, and submittable, so agents can act on a page instead of just reading it.

Details

Author
noma-py
Downloads
304
Categories
AI, Automation, Web Scraping

- Returns click, fill, and submit actions, not just page content
- Detects required fields, input types, and disabled elements
- Caches manifests for near-instant repeat calls
- Works as MCP server, Python SDK, or LangChain tool

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Manifest
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Get an API key from app.manifest.omfang.io, then call the get_manifest tool with a URL. The server returns a structured manifest of actions. Manifest also works as a Python SDK (pip install manifest-api) and has a LangChain tool integration.

get_manifest

Fetch a structured action manifest (clickable/fillable/submittable elements) for a web page.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "manifest": {
            "manifest": {
                "url": "https://manifest.omfang.io/mcp"
            }
        }
    }
}

McpServers

{
    "manifest": {
        "url": "https://manifest.omfang.io/mcp"
    }
}

Overview

What is Manifest?
Manifest is a service that turns any webpage into a structured action manifest for AI agents. Instead of returning raw HTML or a screenshot, it returns JSON describing what's actually clickable, fillable, and submittable on the page — buttons, inputs, forms, and navigation — so an agent can act on a page instead of just reading it.

How to use Manifest?
Get an API key from app.manifest.omfang.io, then call the get_manifest tool with a URL. The server returns a structured manifest describing the page's actions. It also works as a Python SDK (pip install manifest-api) and has a LangChain tool integration for building agents directly.

Key features of Manifest?

- Returns clickable, fillable, and submittable actions — not just page content
- Detects required fields, input types, and disabled elements that standard accessibility trees miss
- Caches manifests, so repeat calls to the same URL are near-instant
- Works as an MCP server, a Python SDK, or a LangChain tool

Use cases of Manifest?

1. Letting an AI agent fill out and submit a web form without hardcoded selectors
2. Giving an agent a reliable way to navigate a site whose UI changes frequently
3. Building browser-automation agents that need to reason about what actions are available, not just what text is on the page

FAQ from Manifest?

- What's the difference between Manifest and a browser automation tool like Browserbase?
- Browserbase gives an agent access to a browser. Manifest gives an agent a structured understanding of what it can do on a page it's already looking at — the two are complementary, not competing.

- Does Manifest require an API key?
- Yes, get one at app.manifest.omfang.io. A free tier is available.

- What does the response look like?
- A JSON object with the page's current state, a list of actions (with type, label, description, and whether each is required), and navigation links.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.