Manifest
@noma-py
About Manifest
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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"manifest": {
"url": "https://manifest.omfang.io/mcp"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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 clickable, fillable, and submittable elements on the page.
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 of actions. Manifest also works as a Python SDK (pip install manifest-api) and has a LangChain tool integration.
Key features of Manifest?
- 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
Use cases of Manifest?
- Let an AI agent fill and submit web forms without hardcoded selectors
- Navigate sites with frequently changing UIs reliably
- Build browser-automation agents that reason about available actions
FAQ from Manifest
What’s the difference between Manifest and a browser automation tool like Browserbase?
Browserbase gives agent access to a browser; Manifest gives structured understanding of actions on a page. They 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 (type, label, description, required flag), and navigation links.
More AI & Agents MCP servers
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
Comments